Age | Commit message (Expand) | Author |
2024-02-07 | ipv4: add __unregister_nexthop_notifier() | Eric Dumazet |
2024-02-07 | nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl method | Eric Dumazet |
2023-08-15 | nexthop: Do not increment dump sentinel at the end of the dump | Ido Schimmel |
2023-08-15 | nexthop: Simplify nexthop bucket dump | Ido Schimmel |
2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-09 | nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID | Ido Schimmel |
2023-08-09 | nexthop: Make nexthop bucket dump more efficient | Ido Schimmel |
2023-08-09 | nexthop: Fix infinite nexthop dump when using maximum nexthop ID | Ido Schimmel |
2023-07-20 | nexthop: Do not return invalid nexthop object during multipath selection | Benjamin Poirier |
2023-07-20 | nexthop: Factor out neighbor validity check | Benjamin Poirier |
2023-07-20 | nexthop: Factor out hash threshold fdb nexthop selection | Benjamin Poirier |
2023-03-21 | neighbour: switch to standard rcu, instead of rcu_bh | Eric Dumazet |
2023-03-15 | neighbour: annotate lockless accesses to n->nud_state | Eric Dumazet |
2022-10-27 | nh: fix scope used to find saddr when adding non gw nh | Nicolas Dichtel |
2022-07-13 | nexthop: Fix data-races around nexthop_compat_mode. | Kuniyuki Iwashima |
2022-02-08 | nexthop: change nexthop_net_exit() to nexthop_net_exit_batch() | Eric Dumazet |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski |
2021-11-30 | net: nexthop: reduce rcu synchronizations when replacing resilient groups | Nikolay Aleksandrov |
2021-11-23 | net: nexthop: fix null pointer dereference when IPv6 is not enabled | Nikolay Aleksandrov |
2021-11-22 | net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group | Nikolay Aleksandrov |
2021-09-23 | nexthop: Fix memory leaks in nexthop notification chain listeners | Ido Schimmel |
2021-09-20 | nexthop: Fix division by zero while replacing a resilient group | Ido Schimmel |
2021-09-02 | Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6 | Ryoga Saito |
2021-04-19 | nexthop: Restart nexthop dump based on last dumped nexthop identifier | Ido Schimmel |
2021-03-28 | nexthop: Rename artifacts related to legacy multipath nexthop groups | Petr Machata |
2021-03-11 | nexthop: Enable resilient next-hop groups | Petr Machata |
2021-03-11 | nexthop: Notify userspace about bucket migrations | Petr Machata |
2021-03-11 | nexthop: Add netlink handlers for bucket get | Petr Machata |
2021-03-11 | nexthop: Add netlink handlers for bucket dump | Petr Machata |
2021-03-11 | nexthop: Add netlink handlers for resilient nexthop groups | Petr Machata |
2021-03-11 | nexthop: Allow reporting activity of nexthop buckets | Ido Schimmel |
2021-03-11 | nexthop: Allow setting "offload" and "trap" indication of nexthop buckets | Ido Schimmel |
2021-03-11 | nexthop: Implement notifiers for resilient nexthop groups | Petr Machata |
2021-03-11 | nexthop: Add implementation of resilient next-hop groups | Petr Machata |
2021-03-11 | nexthop: Add netlink defines and enumerators for resilient NH groups | Ido Schimmel |
2021-03-11 | nexthop: Add a dedicated flag for multipath next-hop groups | Petr Machata |
2021-03-11 | nexthop: __nh_notifier_single_info_init(): Make nh_info an argument | Petr Machata |
2021-03-11 | nexthop: Pass nh_config to replace_nexthop() | Petr Machata |
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 |