aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/nexthop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nexthop: fix uninitialized variable in nla_put_nh_group_stats()Dan Carpenter2024-03-221-1/+3
* nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=yIdo Schimmel2024-03-111-1/+2
* nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel2024-03-111-12/+17
* nexthop: Only parse NHA_OP_FLAGS for dump messages that require itIdo Schimmel2024-03-111-5/+5
* nexthop: Only parse NHA_OP_FLAGS for get messages that require itIdo Schimmel2024-03-111-8/+8
* net: nexthop: Have all NH notifiers carry NH IDPetr Machata2024-03-111-1/+1
* net: nexthop: Initialize NH group ID in resilient NH group notifiersPetr Machata2024-03-111-0/+1
* nexthop: Simplify dump error handlingIdo Schimmel2024-03-081-9/+0
* net: nexthop: Expose nexthop group HW stats to user spaceIdo Schimmel2024-03-081-8/+122
* net: nexthop: Add ability to enable / disable hardware statisticsIdo Schimmel2024-03-081-1/+14
* net: nexthop: Add hardware statistics notificationsIdo Schimmel2024-03-081-0/+2
* net: nexthop: Expose nexthop group stats to user spaceIdo Schimmel2024-03-081-8/+87
* net: nexthop: Add nexthop group entry statsIdo Schimmel2024-03-081-4/+31
* net: nexthop: Add NHA_OP_FLAGSPetr Machata2024-03-081-4/+20
* net: nexthop: Adjust netlink policy parsing for a new attributePetr Machata2024-03-081-30/+28
* ipv4: add __unregister_nexthop_notifier()Eric Dumazet2024-02-071-6/+13
* nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl methodEric Dumazet2024-02-071-7/+12
* nexthop: Do not increment dump sentinel at the end of the dumpIdo Schimmel2023-08-151-1/+0
* nexthop: Simplify nexthop bucket dumpIdo Schimmel2023-08-151-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-21/+7
|\
| * nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel2023-08-091-5/+1
| * nexthop: Make nexthop bucket dump more efficientIdo Schimmel2023-08-091-11/+5
| * nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel2023-08-091-5/+1
* | nexthop: Do not return invalid nexthop object during multipath selectionBenjamin Poirier2023-07-201-6/+8
* | nexthop: Factor out neighbor validity checkBenjamin Poirier2023-07-201-13/+16
* | nexthop: Factor out hash threshold fdb nexthop selectionBenjamin Poirier2023-07-201-2/+20
|/
* neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-211-4/+4
* neighbour: annotate lockless accesses to n->nud_stateEric Dumazet2023-03-151-2/+2
* nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel2022-10-271-1/+1
* nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-131-2/+3
* nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet2022-02-081-4/+8
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* net: nexthop: reduce rcu synchronizations when replacing resilient groupsNikolay Aleksandrov2021-11-301-5/+3
* net: nexthop: fix null pointer dereference when IPv6 is not enabledNikolay Aleksandrov2021-11-231-3/+7
* net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop groupNikolay Aleksandrov2021-11-221-2/+23
* nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel2021-09-231-5/+14
* nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel2021-09-201-0/+2
* Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito2021-09-021-0/+2
* nexthop: Restart nexthop dump based on last dumped nexthop identifierIdo Schimmel2021-04-191-8/+6
* nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata2021-03-281-28/+28
* nexthop: Enable resilient next-hop groupsPetr Machata2021-03-111-4/+0
* nexthop: Notify userspace about bucket migrationsPetr Machata2021-03-111-6/+39
* nexthop: Add netlink handlers for bucket getPetr Machata2021-03-111-1/+109
* nexthop: Add netlink handlers for bucket dumpPetr Machata2021-03-111-0/+283
* nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata2021-03-111-5/+145
* nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel2021-03-111-0/+35
* nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel2021-03-111-0/+34
* nexthop: Implement notifiers for resilient nexthop groupsPetr Machata2021-03-111-12/+308
* nexthop: Add implementation of resilient next-hop groupsPetr Machata2021-03-111-13/+504
* nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel2021-03-111-0/+2