aboutsummaryrefslogtreecommitdiff
path: root/include/net/nexthop.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentGravatar Xiao Liang 1-1/+1
2021-03-28nexthop: Rename artifacts related to legacy multipath nexthop groupsGravatar Petr Machata 1-2/+2
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+24
2021-03-11nexthop: Allow reporting activity of nexthop bucketsGravatar Ido Schimmel 1-0/+2
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsGravatar Ido Schimmel 1-0/+2
2021-03-11nexthop: Add data structures for resilient group notificationsGravatar Ido Schimmel 1-0/+19
2021-03-11nexthop: Add implementation of resilient next-hop groupsGravatar Petr Machata 1-0/+42
2021-03-11nexthop: Add a dedicated flag for multipath next-hop groupsGravatar Petr Machata 1-3/+4
2021-03-10ipv6: fix suspecious RCU usage warningGravatar Wei Wang 1-0/+24
2021-01-28nexthop: Use enum to encode notification typeGravatar Ido Schimmel 1-1/+6
2021-01-28nexthop: Introduce to struct nh_grp_entry a per-type unionGravatar Petr Machata 1-1/+6
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Gravatar Ido Schimmel 1-1/+2
2020-11-06nexthop: Emit a notification when a nexthop is addedGravatar Ido Schimmel 1-1/+2
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsGravatar Ido Schimmel 1-0/+1
2020-11-06nexthop: Add nexthop notification data structuresGravatar Ido Schimmel 1-0/+35
2020-09-15nexthop: Remove NEXTHOP_EVENT_ADDGravatar Ido Schimmel 1-1/+0
2020-09-15nexthop: Remove unused function declaration from header fileGravatar Ido Schimmel 1-3/+0
2020-06-10vxlan: Remove access to nexthop group structGravatar David Ahern 1-0/+11
2020-06-10nexthop: Fix fdb labeling for groupsGravatar David Ahern 1-1/+16
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-16/+84
2020-05-26ipv4: nexthop version of fib_info_nh_uses_devGravatar David Ahern 1-0/+25
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupGravatar David Ahern 1-0/+33
2020-05-26nexthop: Expand nexthop_is_multipath in a few placesGravatar David Ahern 1-16/+25
2020-05-26nexthops: don't modify published nexthop groupsGravatar Nikolay Aleksandrov 1-0/+1
2020-05-22nexthop: add support for notifiersGravatar Roopa Prabhu 1-0/+12
2020-05-22nexthop: support for fdb ecmp nexthopsGravatar Roopa Prabhu 1-0/+32
2020-02-29net: nexthop: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2019-09-05net: Properly update v4 routes with v6 nexthopGravatar Donald Sharp 1-2/+3
2019-08-25nexthop: Fix nexthop_num_path for blackhole nexthopsGravatar David Ahern 1-6/+0
2019-06-10nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structGravatar David Ahern 1-0/+4
2019-06-09nexthop: off by one in nexthop_mpath_select()Gravatar Dan Carpenter 1-1/+1
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoGravatar David Ahern 1-0/+50
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoGravatar David Ahern 1-0/+48
2019-06-04ipv4: Use accessors for fib_info nexthop dataGravatar David Ahern 1-0/+15
2019-05-28nexthop: Add support for nexthop groupsGravatar David Ahern 1-1/+97
2019-05-28nexthop: Add support for lwt encapsGravatar David Ahern 1-0/+3
2019-05-28nexthop: Add support for IPv6 gatewaysGravatar David Ahern 1-0/+3
2019-05-28nexthop: Add support for IPv4 nexthopsGravatar David Ahern 1-0/+5
2019-05-28net: Initial nexthop codeGravatar David Ahern 1-0/+88
2019-04-22net: Rename net/nexthop.h net/rtnh.hGravatar David Ahern 1-34/+0
2018-04-07net: fix rtnh_ok()Gravatar Eric Dumazet 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2006-09-22[IPv4]: FIB configuration using struct fib_configGravatar Thomas Graf 1-0/+33