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