开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
nexthop.c
Age
Commit message (
Expand
)
Author
2021-03-04
nexthop: Do not flush blackhole nexthops when loopback goes down
Ido Schimmel
2021-01-28
nexthop: Extract a helper for validation of get/del RTNL requests
Petr Machata
2021-01-28
nexthop: Add a callback parameter to rtm_dump_walk_nexthops()
Petr Machata
2021-01-28
nexthop: Extract a helper for walking the next-hop tree
Petr Machata
2021-01-28
nexthop: Strongly-type context of rtm_dump_nexthop()
Petr Machata
2021-01-28
nexthop: Extract a common helper for parsing dump attributes
Petr Machata
2021-01-28
nexthop: Extract dump filtering parameters into a single structure
Petr Machata
2021-01-28
nexthop: Dispatch notifier init()/fini() by group type
Petr Machata
2021-01-28
nexthop: Use enum to encode notification type
Ido Schimmel
2021-01-28
nexthop: Assert the invariant that a NH group is of only one type
Petr Machata
2021-01-28
nexthop: Introduce to struct nh_grp_entry a per-type union
Petr Machata
2021-01-28
nexthop: Dispatch nexthop_select_path() by group type
Petr Machata
2021-01-28
nexthop: Rename nexthop_free_mpath
David Ahern
2021-01-20
nexthop: Specialize rtm_nh_policy
Petr Machata
2021-01-20
nexthop: Use a dedicated policy for nh_valid_dump_req()
Petr Machata
2021-01-20
nexthop: Use a dedicated policy for nh_valid_get_del_req()
Petr Machata
2021-01-07
nexthop: Bounce NHA_GATEWAY in FDB nexthop groups
Petr Machata
2021-01-07
nexthop: Unlink nexthop group entry in error path
Ido Schimmel
2021-01-07
nexthop: Fix off-by-one error in error path
Ido Schimmel
2020-11-06
nexthop: Replay nexthops when registering a notifier
Ido Schimmel
2020-11-06
nexthop: Pass extack to register_nexthop_notifier()
Ido Schimmel
2020-11-06
nexthop: Emit a notification when a nexthop group is reduced
Ido Schimmel
2020-11-06
nexthop: Emit a notification when a nexthop group is modified
Ido Schimmel
2020-11-06
nexthop: Emit a notification when a single nexthop is replaced
Ido Schimmel
2020-11-06
nexthop: Emit a notification when a nexthop group is replaced
Ido Schimmel
2020-11-06
nexthop: Emit a notification when a nexthop is added
Ido Schimmel
2020-11-06
nexthop: Allow setting "offload" and "trap" indications on nexthops
Ido Schimmel
2020-11-06
nexthop: vxlan: Convert to new notification info
Ido Schimmel
2020-11-06
nexthop: Prepare new notification info
Ido Schimmel
2020-11-06
nexthop: Pass extack to nexthop notifier
Ido Schimmel
2020-10-19
nexthop: Fix performance regression in nexthop deletion
Ido Schimmel
2020-09-15
nexthop: Only emit a notification when nexthop is actually deleted
Ido Schimmel
2020-09-15
nexthop: Convert to blocking notification chain
Ido Schimmel
2020-08-26
ipv4: nexthop: Correctly update nexthop group when replacing a nexthop
Ido Schimmel
2020-08-26
ipv4: nexthop: Correctly update nexthop group when removing a nexthop
Ido Schimmel
2020-08-26
ipv4: nexthop: Remove unnecessary rtnl_dereference()
Ido Schimmel
2020-08-26
ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAY
Ido Schimmel
2020-08-26
ipv4: nexthop: Reduce allocation size of 'struct nh_group'
Ido Schimmel
2020-08-22
net: nexthop: don't allow empty NHA_GROUP
Nikolay Aleksandrov
2020-06-10
nexthop: Fix fdb labeling for groups
David Ahern
2020-06-01
ipv4: nexthop: Fix deadcode issue by performing a proper NULL check
Patrick Eigensatz
2020-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-27
nexthop: Fix type of event_type in call_nexthop_notifiers
Nathan Chancellor
2020-05-26
nexthops: don't modify published nexthop groups
Nikolay Aleksandrov
2020-05-26
nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry
David Ahern
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-22
nexthop: add support for notifiers
Roopa Prabhu
2020-05-22
nexthop: support for fdb ecmp nexthops
Roopa Prabhu
2020-05-20
net: nlmsg_cancel() if put fails for nhmsg
Stephen Worley
2020-05-17
nexthop: Fix attribute checking for groups
David Ahern
[next]