aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/nexthop.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Gravatar Kuniyuki Iwashima 1-2/+3
2022-02-08nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Gravatar Eric Dumazet 1-4/+8
2021-12-29net: Don't include filter.h from net/sock.hGravatar Jakub Kicinski 1-0/+1
2021-11-30net: nexthop: reduce rcu synchronizations when replacing resilient groupsGravatar Nikolay Aleksandrov 1-5/+3
2021-11-23net: nexthop: fix null pointer dereference when IPv6 is not enabledGravatar Nikolay Aleksandrov 1-3/+7
2021-11-22net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupGravatar Nikolay Aleksandrov 1-2/+23
2021-09-23nexthop: Fix memory leaks in nexthop notification chain listenersGravatar Ido Schimmel 1-5/+14
2021-09-20nexthop: Fix division by zero while replacing a resilient groupGravatar Ido Schimmel 1-0/+2
2021-09-02Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Gravatar Ryoga Saito 1-0/+2
2021-04-19nexthop: Restart nexthop dump based on last dumped nexthop identifierGravatar Ido Schimmel 1-8/+6
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsGravatar Petr Machata 1-28/+28
2021-03-11nexthop: Enable resilient next-hop groupsGravatar Petr Machata 1-4/+0
2021-03-11nexthop: Notify userspace about bucket migrationsGravatar Petr Machata 1-6/+39
2021-03-11nexthop: Add netlink handlers for bucket getGravatar Petr Machata 1-1/+109
2021-03-11nexthop: Add netlink handlers for bucket dumpGravatar Petr Machata 1-0/+283
2021-03-11nexthop: Add netlink handlers for resilient nexthop groupsGravatar Petr Machata 1-5/+145
2021-03-11nexthop: Allow reporting activity of nexthop bucketsGravatar Ido Schimmel 1-0/+35
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsGravatar Ido Schimmel 1-0/+34
2021-03-11nexthop: Implement notifiers for resilient nexthop groupsGravatar Petr Machata 1-12/+308
2021-03-11nexthop: Add implementation of resilient next-hop groupsGravatar Petr Machata 1-13/+504
2021-03-11nexthop: Add netlink defines and enumerators for resilient NH groupsGravatar Ido Schimmel 1-0/+2
2021-03-11nexthop: Add a dedicated flag for multipath next-hop groupsGravatar Petr Machata 1-1/+4
2021-03-11nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentGravatar Petr Machata 1-5/+7
2021-03-11nexthop: Pass nh_config to replace_nexthop()Gravatar Petr Machata 1-4/+5
2021-03-04nexthop: Do not flush blackhole nexthops when loopback goes downGravatar Ido Schimmel 1-3/+7
2021-01-28nexthop: Extract a helper for validation of get/del RTNL requestsGravatar Petr Machata 1-18/+25
2021-01-28nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Gravatar Petr Machata 1-10/+22
2021-01-28nexthop: Extract a helper for walking the next-hop treeGravatar Petr Machata 1-19/+33
2021-01-28nexthop: Strongly-type context of rtm_dump_nexthop()Gravatar Petr Machata 1-2/+16
2021-01-28nexthop: Extract a common helper for parsing dump attributesGravatar Petr Machata 1-12/+19
2021-01-28nexthop: Extract dump filtering parameters into a single structureGravatar Petr Machata 1-20/+24
2021-01-28nexthop: Dispatch notifier init()/fini() by group typeGravatar Petr Machata 1-6/+19
2021-01-28nexthop: Use enum to encode notification typeGravatar Ido Schimmel 1-6/+8
2021-01-28nexthop: Assert the invariant that a NH group is of only one typeGravatar Petr Machata 1-2/+5
2021-01-28nexthop: Introduce to struct nh_grp_entry a per-type unionGravatar Petr Machata 1-2/+2
2021-01-28nexthop: Dispatch nexthop_select_path() by group typeGravatar Petr Machata 1-6/+16
2021-01-28nexthop: Rename nexthop_free_mpathGravatar David Ahern 1-2/+2
2021-01-20nexthop: Specialize rtm_nh_policyGravatar Petr Machata 1-14/+9
2021-01-20nexthop: Use a dedicated policy for nh_valid_dump_req()Gravatar Petr Machata 1-33/+27
2021-01-20nexthop: Use a dedicated policy for nh_valid_get_del_req()Gravatar Petr Machata 1-17/+9
2021-01-07nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsGravatar Petr Machata 1-1/+1
2021-01-07nexthop: Unlink nexthop group entry in error pathGravatar Ido Schimmel 1-1/+3
2021-01-07nexthop: Fix off-by-one error in error pathGravatar Ido Schimmel 1-1/+1
2020-11-06nexthop: Replay nexthops when registering a notifierGravatar Ido Schimmel 1-2/+52
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Gravatar Ido Schimmel 1-1/+2
2020-11-06nexthop: Emit a notification when a nexthop group is reducedGravatar Ido Schimmel 1-1/+6
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedGravatar Ido Schimmel 1-2/+30
2020-11-06nexthop: Emit a notification when a single nexthop is replacedGravatar Ido Schimmel 1-0/+10
2020-11-06nexthop: Emit a notification when a nexthop group is replacedGravatar Ido Schimmel 1-1/+5
2020-11-06nexthop: Emit a notification when a nexthop is addedGravatar Ido Schimmel 1-1/+5