| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-24 | ipv6: Protect nh->f6i_list with spinlock and flag. | Kuniyuki Iwashima | 1 | -0/+2 |
| 2024-08-12 | net: nexthop: Increase weight to u16 | Petr Machata | 1 | -2/+2 |
| 2024-04-25 | net: add two more call_rcu_hurry() | Eric Dumazet | 1 | -1/+1 |
| 2024-03-11 | net: nexthop: Have all NH notifiers carry NH ID | Petr Machata | 1 | -1/+1 |
| 2024-03-08 | net: nexthop: Expose nexthop group HW stats to user space | Ido Schimmel | 1 | -0/+18 |
| 2024-03-08 | net: nexthop: Add ability to enable / disable hardware statistics | Ido Schimmel | 1 | -0/+2 |
| 2024-03-08 | net: nexthop: Add hardware statistics notifications | Ido Schimmel | 1 | -0/+3 |
| 2024-03-08 | net: nexthop: Add nexthop group entry stats | Ido Schimmel | 1 | -0/+6 |
| 2024-02-26 | nexthop: allow nexthop_mpath_fill_node() to be called without RTNL | Eric Dumazet | 1 | -1/+1 |
| 2024-02-07 | ipv4: add __unregister_nexthop_notifier() | Eric Dumazet | 1 | -0/+1 |
| 2023-10-06 | nexthop: Annotate struct nh_group with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-10-06 | nexthop: Annotate struct nh_notifier_grp_info with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-10-05 | nexthop: Annotate struct nh_notifier_res_table_info with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-10-05 | nexthop: Annotate struct nh_res_table with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-05-11 | ipv6: remove nexthop_fib6_nh_bh() | Eric Dumazet | 1 | -23/+0 |
| 2023-03-21 | neighbour: switch to standard rcu, instead of rcu_bh | Eric Dumazet | 1 | -3/+3 |
| 2021-09-24 | net: ipv4: Fix rtnexthop len when RTA_FLOW is present | Xiao Liang | 1 | -1/+1 |
| 2021-03-28 | nexthop: Rename artifacts related to legacy multipath nexthop groups | Petr Machata | 1 | -2/+2 |
| 2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+24 |
| 2021-03-11 | nexthop: Allow reporting activity of nexthop buckets | Ido Schimmel | 1 | -0/+2 |
| 2021-03-11 | nexthop: Allow setting "offload" and "trap" indication of nexthop buckets | Ido Schimmel | 1 | -0/+2 |
| 2021-03-11 | nexthop: Add data structures for resilient group notifications | Ido Schimmel | 1 | -0/+19 |
| 2021-03-11 | nexthop: Add implementation of resilient next-hop groups | Petr Machata | 1 | -0/+42 |
| 2021-03-11 | nexthop: Add a dedicated flag for multipath next-hop groups | Petr Machata | 1 | -3/+4 |
| 2021-03-10 | ipv6: fix suspecious RCU usage warning | Wei Wang | 1 | -0/+24 |
| 2021-01-28 | nexthop: Use enum to encode notification type | Ido Schimmel | 1 | -1/+6 |
| 2021-01-28 | nexthop: Introduce to struct nh_grp_entry a per-type union | Petr Machata | 1 | -1/+6 |
| 2020-11-06 | nexthop: Pass extack to register_nexthop_notifier() | Ido Schimmel | 1 | -1/+2 |
| 2020-11-06 | nexthop: Emit a notification when a nexthop is added | Ido Schimmel | 1 | -1/+2 |
| 2020-11-06 | nexthop: Allow setting "offload" and "trap" indications on nexthops | Ido Schimmel | 1 | -0/+1 |
| 2020-11-06 | nexthop: Add nexthop notification data structures | Ido Schimmel | 1 | -0/+35 |
| 2020-09-15 | nexthop: Remove NEXTHOP_EVENT_ADD | Ido Schimmel | 1 | -1/+0 |
| 2020-09-15 | nexthop: Remove unused function declaration from header file | Ido Schimmel | 1 | -3/+0 |
| 2020-06-10 | vxlan: Remove access to nexthop group struct | David Ahern | 1 | -0/+11 |
| 2020-06-10 | nexthop: Fix fdb labeling for groups | David Ahern | 1 | -1/+16 |
| 2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -16/+84 |
| 2020-05-26 | ipv4: nexthop version of fib_info_nh_uses_dev | David Ahern | 1 | -0/+25 |
| 2020-05-26 | ipv4: Refactor nhc evaluation in fib_table_lookup | David Ahern | 1 | -0/+33 |
| 2020-05-26 | nexthop: Expand nexthop_is_multipath in a few places | David Ahern | 1 | -16/+25 |
| 2020-05-26 | nexthops: don't modify published nexthop groups | Nikolay Aleksandrov | 1 | -0/+1 |
| 2020-05-22 | nexthop: add support for notifiers | Roopa Prabhu | 1 | -0/+12 |
| 2020-05-22 | nexthop: support for fdb ecmp nexthops | Roopa Prabhu | 1 | -0/+32 |
| 2020-02-29 | net: nexthop: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-09-05 | net: Properly update v4 routes with v6 nexthop | Donald Sharp | 1 | -2/+3 |
| 2019-08-25 | nexthop: Fix nexthop_num_path for blackhole nexthops | David Ahern | 1 | -6/+0 |
| 2019-06-10 | nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop struct | David Ahern | 1 | -0/+4 |
| 2019-06-09 | nexthop: off by one in nexthop_mpath_select() | Dan Carpenter | 1 | -1/+1 |
| 2019-06-04 | ipv6: Plumb support for nexthop object in a fib6_info | David Ahern | 1 | -0/+50 |
| 2019-06-04 | ipv4: Plumb support for nexthop object in a fib_info | David Ahern | 1 | -0/+48 |
| 2019-06-04 | ipv4: Use accessors for fib_info nexthop data | David Ahern | 1 | -0/+15 |
| 2019-05-28 | nexthop: Add support for nexthop groups | David Ahern | 1 | -1/+97 |
| 2019-05-28 | nexthop: Add support for lwt encaps | David Ahern | 1 | -0/+3 |
| 2019-05-28 | nexthop: Add support for IPv6 gateways | David Ahern | 1 | -0/+3 |
| 2019-05-28 | nexthop: Add support for IPv4 nexthops | David Ahern | 1 | -0/+5 |
| 2019-05-28 | net: Initial nexthop code | David Ahern | 1 | -0/+88 |
| 2019-04-22 | net: Rename net/nexthop.h net/rtnh.h | David Ahern | 1 | -34/+0 |
| 2018-04-07 | net: fix rtnh_ok() | Eric Dumazet | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2006-09-22 | [IPv4]: FIB configuration using struct fib_config | Thomas Graf | 1 | -0/+33 |