summaryrefslogtreecommitdiffstats
path: root/include/net/nexthop.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: nexthop: Increase weight to u16Petr Machata2024-08-131-2/+2
* net: add two more call_rcu_hurry()Eric Dumazet2024-04-261-1/+1
* net: nexthop: Have all NH notifiers carry NH IDPetr Machata2024-03-111-1/+1
* net: nexthop: Expose nexthop group HW stats to user spaceIdo Schimmel2024-03-081-0/+18
* net: nexthop: Add ability to enable / disable hardware statisticsIdo Schimmel2024-03-081-0/+2
* net: nexthop: Add hardware statistics notificationsIdo Schimmel2024-03-081-0/+3
* net: nexthop: Add nexthop group entry statsIdo Schimmel2024-03-081-0/+6
* nexthop: allow nexthop_mpath_fill_node() to be called without RTNLEric Dumazet2024-02-261-1/+1
* ipv4: add __unregister_nexthop_notifier()Eric Dumazet2024-02-081-0/+1
* nexthop: Annotate struct nh_group with __counted_byKees Cook2023-10-061-1/+1
* nexthop: Annotate struct nh_notifier_grp_info with __counted_byKees Cook2023-10-061-1/+1
* nexthop: Annotate struct nh_notifier_res_table_info with __counted_byKees Cook2023-10-061-1/+1
* nexthop: Annotate struct nh_res_table with __counted_byKees Cook2023-10-061-1/+1
* ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet2023-05-121-23/+0
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-221-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-291-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-121-0/+2
* | nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel2021-03-121-0/+2
* | nexthop: Add data structures for resilient group notificationsIdo Schimmel2021-03-121-0/+19
* | nexthop: Add implementation of resilient next-hop groupsPetr Machata2021-03-121-0/+42
* | nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata2021-03-121-3/+4
|/
* nexthop: Use enum to encode notification typeIdo Schimmel2021-01-291-1/+6
* nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata2021-01-291-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-161-1/+0
* nexthop: Remove unused function declaration from header fileIdo Schimmel2020-09-161-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-06-011-16/+84
|\
| * ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-05-271-0/+25
| * ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2020-05-271-0/+33
| * nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern2020-05-271-16/+25
| * nexthops: don't modify published nexthop groupsNikolay Aleksandrov2020-05-271-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-03-011-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-051-0/+50
* ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-051-0/+48
* ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-051-0/+15
* nexthop: Add support for nexthop groupsDavid Ahern2019-05-291-1/+97