index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
nexthop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-16
nexthop: fix IPv6 route referencing IPv4 nexthop
Jiayuan Chen
1
-2
/
+2
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+28
2026-04-04
ipv4: nexthop: allocate skb dynamically in rtm_get_nexthop()
Fernando Fernandez Mancera
1
-11
/
+27
2026-04-04
ipv4: nexthop: avoid duplicate NHA_HW_STATS_ENABLE on nexthop group dump
Fernando Fernandez Mancera
1
-2
/
+1
2026-03-29
ipv4: drop ipv6_stub usage and use direct function calls
Fernando Fernandez Mancera
1
-13
/
+15
2026-03-10
net: nexthop: fix percpu use-after-free in remove_nh_grp_entry
Mehul Rao
1
-3
/
+11
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-22
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-11
/
+9
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+7
2025-09-24
nexthop: Forbid FDB status change while nexthop is in a group
Ido Schimmel
1
-0
/
+7
2025-08-20
net: When removing nexthops, don't call synchronize_net if it is not necessary
Christoph Paasch
1
-0
/
+6
2025-08-20
net: Make nexthop-dumps scale linearly with the number of nexthops
Christoph Paasch
1
-3
/
+33
2025-07-19
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
1
-1
/
+1
2025-06-26
net: Remove unnecessary NULL check for lwtunnel_fill_encap()
Yue Haibing
1
-2
/
+1
2025-05-21
inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().
Kuniyuki Iwashima
1
-2
/
+1
2025-04-24
ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.
Kuniyuki Iwashima
1
-2
/
+2
2025-04-24
ipv6: Protect nh->f6i_list with spinlock and flag.
Kuniyuki Iwashima
1
-3
/
+15
2025-04-15
nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-8
/
+5
2025-03-25
nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.
Kuniyuki Iwashima
1
-5
/
+10
2025-03-25
nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.
Kuniyuki Iwashima
1
-5
/
+11
2025-03-25
nexthop: Remove redundant group len check in nexthop_create_group().
Kuniyuki Iwashima
1
-3
/
+0
2025-03-25
nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().
Kuniyuki Iwashima
1
-5
/
+6
2025-03-25
nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().
Kuniyuki Iwashima
1
-20
/
+23
2025-03-25
nexthop: Split nh_check_attr_group().
Kuniyuki Iwashima
1
-21
/
+47
2025-03-25
nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().
Kuniyuki Iwashima
1
-15
/
+18
2025-03-06
inet: fix lwtunnel_valid_encap_type() lock imbalance
Eric Dumazet
1
-1
/
+2
2024-11-11
net: convert to nla_get_*_default()
Johannes Berg
1
-10
/
+3
2024-10-16
ipv4: Use rtnl_register_many().
Kuniyuki Iwashima
1
-13
/
+18
2024-08-23
net: nexthop: delete redundant judgment statements
Li Zetao
1
-4
/
+2
2024-08-13
net: nexthop: Increase weight to u16
Petr Machata
1
-14
/
+23
2024-08-13
net: nexthop: Add flag to assert that NHGRP reserved fields are zero
Petr Machata
1
-3
/
+9
2024-07-24
net: nexthop: Initialize all fields in dumped nexthops
Petr Machata
1
-3
/
+4
2024-03-23
nexthop: fix uninitialized variable in nla_put_nh_group_stats()
Dan Carpenter
1
-1
/
+3
2024-03-12
nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=y
Ido Schimmel
1
-1
/
+2
2024-03-12
nexthop: Fix out-of-bounds access during attribute validation
Ido Schimmel
1
-12
/
+17
2024-03-12
nexthop: Only parse NHA_OP_FLAGS for dump messages that require it
Ido Schimmel
1
-5
/
+5
2024-03-12
nexthop: Only parse NHA_OP_FLAGS for get messages that require it
Ido Schimmel
1
-8
/
+8
2024-03-12
net: nexthop: Have all NH notifiers carry NH ID
Petr Machata
1
-1
/
+1
2024-03-12
net: nexthop: Initialize NH group ID in resilient NH group notifiers
Petr Machata
1
-0
/
+1
2024-03-08
nexthop: Simplify dump error handling
Ido Schimmel
1
-9
/
+0
2024-03-08
net: nexthop: Expose nexthop group HW stats to user space
Ido Schimmel
1
-8
/
+122
2024-03-08
net: nexthop: Add ability to enable / disable hardware statistics
Ido Schimmel
1
-1
/
+14
2024-03-08
net: nexthop: Add hardware statistics notifications
Ido Schimmel
1
-0
/
+2
2024-03-08
net: nexthop: Expose nexthop group stats to user space
Ido Schimmel
1
-8
/
+87
2024-03-08
net: nexthop: Add nexthop group entry stats
Ido Schimmel
1
-4
/
+31
2024-03-08
net: nexthop: Add NHA_OP_FLAGS
Petr Machata
1
-4
/
+20
2024-03-08
net: nexthop: Adjust netlink policy parsing for a new attribute
Petr Machata
1
-30
/
+28
[next]