summaryrefslogtreecommitdiff
path: root/net/ipv4/nexthop.c
Commit message (Expand)AuthorAgeFilesLines
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-4/+4
* neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-2/+2
* nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel2022-10-271-1/+1
* nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-131-2/+3
* nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet2022-02-081-4/+8
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* net: nexthop: reduce rcu synchronizations when replacing resilient groupsNikolay Aleksandrov2021-11-301-5/+3
* net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov2021-11-231-3/+7
* net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov2021-11-221-2/+23
* nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel2021-09-231-5/+14
* nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel2021-09-201-0/+2
* Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito2021-09-021-0/+2
* nexthop: Restart nexthop dump based on last dumped nexthop identifierIdo Schimmel2021-04-191-8/+6
* nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata2021-03-281-28/+28
* nexthop: Enable resilient next-hop groupsPetr Machata2021-03-111-4/+0
* nexthop: Notify userspace about bucket migrationsPetr Machata2021-03-111-6/+39
* nexthop: Add netlink handlers for bucket getPetr Machata2021-03-111-1/+109
* nexthop: Add netlink handlers for bucket dumpPetr Machata2021-03-111-0/+283
* nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata2021-03-111-5/+145
* nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel2021-03-111-0/+35
* nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel2021-03-111-0/+34
* nexthop: Implement notifiers for resilient nexthop groupsPetr Machata2021-03-111-12/+308
* nexthop: Add implementation of resilient next-hop groupsPetr Machata2021-03-111-13/+504
* nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel2021-03-111-0/+2
* nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata2021-03-111-1/+4
* nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata2021-03-111-5/+7
* nexthop: Pass nh_config to replace_nexthop()Petr Machata2021-03-111-4/+5
* nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel2021-03-041-3/+7
* nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata2021-01-281-18/+25
* nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata2021-01-281-10/+22
* nexthop: Extract a helper for walking the next-hop treePetr Machata2021-01-281-19/+33
* nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata2021-01-281-2/+16
* nexthop: Extract a common helper for parsing dump attributesPetr Machata2021-01-281-12/+19
* nexthop: Extract dump filtering parameters into a single structurePetr Machata2021-01-281-20/+24
* nexthop: Dispatch notifier init()/fini() by group typePetr Machata2021-01-281-6/+19
* nexthop: Use enum to encode notification typeIdo Schimmel2021-01-281-6/+8
* nexthop: Assert the invariant that a NH group is of only one typePetr Machata2021-01-281-2/+5
* nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2021-01-281-2/+2
* nexthop: Dispatch nexthop_select_path() by group typePetr Machata2021-01-281-6/+16
* nexthop: Rename nexthop_free_mpathDavid Ahern2021-01-281-2/+2
* nexthop: Specialize rtm_nh_policyPetr Machata2021-01-201-14/+9
* nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata2021-01-201-33/+27
* nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata2021-01-201-17/+9
* nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata2021-01-071-1/+1
* nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-071-1/+3
* nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-071-1/+1
* nexthop: Replay nexthops when registering a notifierIdo Schimmel2020-11-061-2/+52
* nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel2020-11-061-1/+2
* nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel2020-11-061-1/+6
* nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel2020-11-061-2/+30