summaryrefslogtreecommitdiffstats
path: root/include/net/nexthop.h
Commit message (Expand)AuthorAgeFilesLines
* ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet2023-05-111-23/+0
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-3/+3
* net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-241-1/+1
* nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata2021-03-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-0/+24
|\
| * ipv6: fix suspecious RCU usage warningWei Wang2021-03-101-0/+24
* | nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel2021-03-111-0/+2
* | nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel2021-03-111-0/+2
* | nexthop: Add data structures for resilient group notificationsIdo Schimmel2021-03-111-0/+19
* | nexthop: Add implementation of resilient next-hop groupsPetr Machata2021-03-111-0/+42
* | nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata2021-03-111-3/+4
|/
* nexthop: Use enum to encode notification typeIdo Schimmel2021-01-281-1/+6
* nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2021-01-281-1/+6
* nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel2020-11-061-1/+2
* nexthop: Emit a notification when a nexthop is addedIdo Schimmel2020-11-061-1/+2
* nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel2020-11-061-0/+1
* nexthop: Add nexthop notification data structuresIdo Schimmel2020-11-061-0/+35
* nexthop: Remove NEXTHOP_EVENT_ADDIdo Schimmel2020-09-151-1/+0
* nexthop: Remove unused function declaration from header fileIdo Schimmel2020-09-151-3/+0
* vxlan: Remove access to nexthop group structDavid Ahern2020-06-101-0/+11
* nexthop: Fix fdb labeling for groupsDavid Ahern2020-06-101-1/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-16/+84
|\
| * ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-05-261-0/+25
| * ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2020-05-261-0/+33
| * nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern2020-05-261-16/+25
| * nexthops: don't modify published nexthop groupsNikolay Aleksandrov2020-05-261-0/+1
* | nexthop: add support for notifiersRoopa Prabhu2020-05-221-0/+12
* | nexthop: support for fdb ecmp nexthopsRoopa Prabhu2020-05-221-0/+32
|/
* net: nexthop: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-1/+1
* net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-051-2/+3
* nexthop: Fix nexthop_num_path for blackhole nexthopsDavid Ahern2019-08-251-6/+0
* nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop structDavid Ahern2019-06-101-0/+4
* nexthop: off by one in nexthop_mpath_select()Dan Carpenter2019-06-091-1/+1
* ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-041-0/+50
* ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-041-0/+48
* ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-041-0/+15
* nexthop: Add support for nexthop groupsDavid Ahern2019-05-281-1/+97
* nexthop: Add support for lwt encapsDavid Ahern2019-05-281-0/+3
* nexthop: Add support for IPv6 gatewaysDavid Ahern2019-05-281-0/+3
* nexthop: Add support for IPv4 nexthopsDavid Ahern2019-05-281-0/+5
* net: Initial nexthop codeDavid Ahern2019-05-281-0/+88
* net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-221-34/+0
* net: fix rtnh_ok()Eric Dumazet2018-04-071-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* [IPv4]: FIB configuration using struct fib_configThomas Graf2006-09-221-0/+33