summaryrefslogtreecommitdiff
path: root/net/ipv4/nexthop.c
AgeCommit message (Expand)Author
2025-05-20inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().Kuniyuki Iwashima
2025-04-24ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.Kuniyuki Iwashima
2025-04-24ipv6: Protect nh->f6i_list with spinlock and flag.Kuniyuki Iwashima
2025-04-14nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-03-25nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.Kuniyuki Iwashima
2025-03-25nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.Kuniyuki Iwashima
2025-03-25nexthop: Remove redundant group len check in nexthop_create_group().Kuniyuki Iwashima
2025-03-25nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().Kuniyuki Iwashima
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima
2025-03-05inet: fix lwtunnel_valid_encap_type() lock imbalanceEric Dumazet
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-10-15ipv4: Use rtnl_register_many().Kuniyuki Iwashima
2024-08-23net: nexthop: delete redundant judgment statementsLi Zetao
2024-08-12net: nexthop: Increase weight to u16Petr Machata
2024-08-12net: nexthop: Add flag to assert that NHGRP reserved fields are zeroPetr Machata
2024-07-24net: nexthop: Initialize all fields in dumped nexthopsPetr Machata
2024-03-22nexthop: fix uninitialized variable in nla_put_nh_group_stats()Dan Carpenter
2024-03-11nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=yIdo Schimmel
2024-03-11nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel
2024-03-11nexthop: Only parse NHA_OP_FLAGS for dump messages that require itIdo Schimmel
2024-03-11nexthop: Only parse NHA_OP_FLAGS for get messages that require itIdo Schimmel
2024-03-11net: nexthop: Have all NH notifiers carry NH IDPetr Machata
2024-03-11net: nexthop: Initialize NH group ID in resilient NH group notifiersPetr Machata
2024-03-08nexthop: Simplify dump error handlingIdo Schimmel
2024-03-08net: nexthop: Expose nexthop group HW stats to user spaceIdo Schimmel
2024-03-08net: nexthop: Add ability to enable / disable hardware statisticsIdo Schimmel
2024-03-08net: nexthop: Add hardware statistics notificationsIdo Schimmel
2024-03-08net: nexthop: Expose nexthop group stats to user spaceIdo Schimmel
2024-03-08net: nexthop: Add nexthop group entry statsIdo Schimmel
2024-03-08net: nexthop: Add NHA_OP_FLAGSPetr Machata
2024-03-08net: nexthop: Adjust netlink policy parsing for a new attributePetr Machata
2024-02-07ipv4: add __unregister_nexthop_notifier()Eric Dumazet
2024-02-07nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl methodEric Dumazet
2023-08-15nexthop: Do not increment dump sentinel at the end of the dumpIdo Schimmel
2023-08-15nexthop: Simplify nexthop bucket dumpIdo Schimmel
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-09nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel
2023-08-09nexthop: Make nexthop bucket dump more efficientIdo Schimmel
2023-08-09nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel
2023-07-20nexthop: Do not return invalid nexthop object during multipath selectionBenjamin Poirier
2023-07-20nexthop: Factor out neighbor validity checkBenjamin Poirier
2023-07-20nexthop: Factor out hash threshold fdb nexthop selectionBenjamin Poirier
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2022-10-27nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel
2022-07-13nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima
2022-02-08nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski