aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/nexthop.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11net: nexthop: Have all NH notifiers carry NH IDPetr Machata1-1/+1
2024-03-08net: nexthop: Expose nexthop group HW stats to user spaceIdo Schimmel1-0/+18
2024-03-08net: nexthop: Add ability to enable / disable hardware statisticsIdo Schimmel1-0/+2
2024-03-08net: nexthop: Add hardware statistics notificationsIdo Schimmel1-0/+3
2024-03-08net: nexthop: Add nexthop group entry statsIdo Schimmel1-0/+6
2024-02-26nexthop: allow nexthop_mpath_fill_node() to be called without RTNLEric Dumazet1-1/+1
2024-02-07ipv4: add __unregister_nexthop_notifier()Eric Dumazet1-0/+1
2023-10-06nexthop: Annotate struct nh_group with __counted_byKees Cook1-1/+1
2023-10-06nexthop: Annotate struct nh_notifier_grp_info with __counted_byKees Cook1-1/+1
2023-10-05nexthop: Annotate struct nh_notifier_res_table_info with __counted_byKees Cook1-1/+1
2023-10-05nexthop: Annotate struct nh_res_table with __counted_byKees Cook1-1/+1
2023-05-11ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet1-23/+0
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet1-3/+3
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang1-1/+1
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata1-2/+2
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+24
2021-03-11nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel1-0/+2
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel1-0/+2
2021-03-11nexthop: Add data structures for resilient group notificationsIdo Schimmel1-0/+19
2021-03-11nexthop: Add implementation of resilient next-hop groupsPetr Machata1-0/+42
2021-03-11nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata1-3/+4
2021-03-10ipv6: fix suspecious RCU usage warningWei Wang1-0/+24
2021-01-28nexthop: Use enum to encode notification typeIdo Schimmel1-1/+6
2021-01-28nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata1-1/+6
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel1-1/+2
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel1-1/+2
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel1-0/+1
2020-11-06nexthop: Add nexthop notification data structuresIdo Schimmel1-0/+35
2020-09-15nexthop: Remove NEXTHOP_EVENT_ADDIdo Schimmel1-1/+0
2020-09-15nexthop: Remove unused function declaration from header fileIdo Schimmel1-3/+0
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern1-0/+11
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern1-1/+16
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-16/+84
2020-05-26ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern1-0/+25
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern1-0/+33
2020-05-26nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern1-16/+25
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov1-0/+1
2020-05-22nexthop: add support for notifiersRoopa Prabhu1-0/+12
2020-05-22nexthop: support for fdb ecmp nexthopsRoopa Prabhu1-0/+32
2020-02-29net: nexthop: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp1-2/+3
2019-08-25nexthop: Fix nexthop_num_path for blackhole nexthopsDavid Ahern1-6/+0
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern1-0/+4
2019-06-09nexthop: off by one in nexthop_mpath_select()Dan Carpenter1-1/+1
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern1-0/+50
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern1-0/+48
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-0/+15
2019-05-28nexthop: Add support for nexthop groupsDavid Ahern1-1/+97
2019-05-28nexthop: Add support for lwt encapsDavid Ahern1-0/+3
2019-05-28nexthop: Add support for IPv6 gatewaysDavid Ahern1-0/+3