index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
nexthop.c
Age
Commit message (
Expand
)
Author
2025-05-20
inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().
Kuniyuki Iwashima
2025-04-24
ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.
Kuniyuki Iwashima
2025-04-24
ipv6: Protect nh->f6i_list with spinlock and flag.
Kuniyuki Iwashima
2025-04-14
nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
2025-03-25
nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.
Kuniyuki Iwashima
2025-03-25
nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.
Kuniyuki Iwashima
2025-03-25
nexthop: Remove redundant group len check in nexthop_create_group().
Kuniyuki Iwashima
2025-03-25
nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().
Kuniyuki Iwashima
2025-03-25
nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().
Kuniyuki Iwashima
2025-03-25
nexthop: Split nh_check_attr_group().
Kuniyuki Iwashima
2025-03-25
nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().
Kuniyuki Iwashima
2025-03-05
inet: fix lwtunnel_valid_encap_type() lock imbalance
Eric Dumazet
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
2024-10-15
ipv4: Use rtnl_register_many().
Kuniyuki Iwashima
2024-08-23
net: nexthop: delete redundant judgment statements
Li Zetao
2024-08-12
net: nexthop: Increase weight to u16
Petr Machata
2024-08-12
net: nexthop: Add flag to assert that NHGRP reserved fields are zero
Petr Machata
2024-07-24
net: nexthop: Initialize all fields in dumped nexthops
Petr Machata
2024-03-22
nexthop: fix uninitialized variable in nla_put_nh_group_stats()
Dan Carpenter
2024-03-11
nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=y
Ido Schimmel
2024-03-11
nexthop: Fix out-of-bounds access during attribute validation
Ido Schimmel
2024-03-11
nexthop: Only parse NHA_OP_FLAGS for dump messages that require it
Ido Schimmel
2024-03-11
nexthop: Only parse NHA_OP_FLAGS for get messages that require it
Ido Schimmel
2024-03-11
net: nexthop: Have all NH notifiers carry NH ID
Petr Machata
2024-03-11
net: nexthop: Initialize NH group ID in resilient NH group notifiers
Petr Machata
2024-03-08
nexthop: Simplify dump error handling
Ido Schimmel
2024-03-08
net: nexthop: Expose nexthop group HW stats to user space
Ido Schimmel
2024-03-08
net: nexthop: Add ability to enable / disable hardware statistics
Ido Schimmel
2024-03-08
net: nexthop: Add hardware statistics notifications
Ido Schimmel
2024-03-08
net: nexthop: Expose nexthop group stats to user space
Ido Schimmel
2024-03-08
net: nexthop: Add nexthop group entry stats
Ido Schimmel
2024-03-08
net: nexthop: Add NHA_OP_FLAGS
Petr Machata
2024-03-08
net: nexthop: Adjust netlink policy parsing for a new attribute
Petr Machata
2024-02-07
ipv4: add __unregister_nexthop_notifier()
Eric Dumazet
2024-02-07
nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl method
Eric Dumazet
2023-08-15
nexthop: Do not increment dump sentinel at the end of the dump
Ido Schimmel
2023-08-15
nexthop: Simplify nexthop bucket dump
Ido Schimmel
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-09
nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID
Ido Schimmel
2023-08-09
nexthop: Make nexthop bucket dump more efficient
Ido Schimmel
2023-08-09
nexthop: Fix infinite nexthop dump when using maximum nexthop ID
Ido Schimmel
2023-07-20
nexthop: Do not return invalid nexthop object during multipath selection
Benjamin Poirier
2023-07-20
nexthop: Factor out neighbor validity check
Benjamin Poirier
2023-07-20
nexthop: Factor out hash threshold fdb nexthop selection
Benjamin Poirier
2023-03-21
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2023-03-15
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
2022-10-27
nh: fix scope used to find saddr when adding non gw nh
Nicolas Dichtel
2022-07-13
nexthop: Fix data-races around nexthop_compat_mode.
Kuniyuki Iwashima
2022-02-08
nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()
Eric Dumazet
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
[next]