summaryrefslogtreecommitdiff
path: root/net/ipv4/nexthop.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-16nexthop: Do not increment dump sentinel at the end of the dumpIdo Schimmel1-1/+0
2023-08-16nexthop: Simplify nexthop bucket dumpIdo Schimmel1-5/+0
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-21/+7
2023-08-09nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel1-5/+1
2023-08-09nexthop: Make nexthop bucket dump more efficientIdo Schimmel1-11/+5
2023-08-09nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel1-5/+1
2023-07-21nexthop: Do not return invalid nexthop object during multipath selectionBenjamin Poirier1-6/+8
2023-07-21nexthop: Factor out neighbor validity checkBenjamin Poirier1-13/+16
2023-07-21nexthop: Factor out hash threshold fdb nexthop selectionBenjamin Poirier1-2/+20
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-4/+4
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-2/+2
2022-10-27nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel1-1/+1
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima1-2/+3
2022-02-09nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet1-4/+8
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-11-30net: nexthop: reduce rcu synchronizations when replacing resilient groupsNikolay Aleksandrov1-5/+3
2021-11-23net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov1-3/+7
2021-11-22net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov1-2/+23
2021-09-23nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel1-5/+14
2021-09-20nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel1-0/+2
2021-09-02Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito1-0/+2
2021-04-20nexthop: Restart nexthop dump based on last dumped nexthop identifierIdo Schimmel1-8/+6
2021-03-29nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata1-28/+28
2021-03-12nexthop: Enable resilient next-hop groupsPetr Machata1-4/+0
2021-03-12nexthop: Notify userspace about bucket migrationsPetr Machata1-6/+39
2021-03-12nexthop: Add netlink handlers for bucket getPetr Machata1-1/+109
2021-03-12nexthop: Add netlink handlers for bucket dumpPetr Machata1-0/+283
2021-03-12nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata1-5/+145
2021-03-12nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel1-0/+35
2021-03-12nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel1-0/+34
2021-03-12nexthop: Implement notifiers for resilient nexthop groupsPetr Machata1-12/+308
2021-03-12nexthop: Add implementation of resilient next-hop groupsPetr Machata1-13/+504
2021-03-12nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel1-0/+2
2021-03-12nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata1-1/+4
2021-03-12nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata1-5/+7
2021-03-12nexthop: Pass nh_config to replace_nexthop()Petr Machata1-4/+5
2021-03-05nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel1-3/+7
2021-01-29nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata1-18/+25
2021-01-29nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata1-10/+22
2021-01-29nexthop: Extract a helper for walking the next-hop treePetr Machata1-19/+33
2021-01-29nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata1-2/+16
2021-01-29nexthop: Extract a common helper for parsing dump attributesPetr Machata1-12/+19
2021-01-29nexthop: Extract dump filtering parameters into a single structurePetr Machata1-20/+24
2021-01-29nexthop: Dispatch notifier init()/fini() by group typePetr Machata1-6/+19
2021-01-29nexthop: Use enum to encode notification typeIdo Schimmel1-6/+8
2021-01-29nexthop: Assert the invariant that a NH group is of only one typePetr Machata1-2/+5
2021-01-29nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata1-2/+2
2021-01-29nexthop: Dispatch nexthop_select_path() by group typePetr Machata1-6/+16
2021-01-29nexthop: Rename nexthop_free_mpathDavid Ahern1-2/+2
2021-01-21nexthop: Specialize rtm_nh_policyPetr Machata1-14/+9