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.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-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
2020-06-10
nexthop: Fix fdb labeling for groups
David Ahern
1
-33
/
+49
2020-06-01
ipv4: nexthop: Fix deadcode issue by performing a proper NULL check
Patrick Eigensatz
1
-2
/
+2
2020-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-39
/
+63
2020-05-27
nexthop: Fix type of event_type in call_nexthop_notifiers
Nathan Chancellor
1
-1
/
+1
2020-05-27
nexthops: don't modify published nexthop groups
Nikolay Aleksandrov
1
-33
/
+58
2020-05-27
nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry
David Ahern
1
-14
/
+13
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2020-05-23
nexthop: add support for notifiers
Roopa Prabhu
1
-0
/
+27
2020-05-23
nexthop: support for fdb ecmp nexthops
Roopa Prabhu
1
-25
/
+107
2020-05-21
net: nlmsg_cancel() if put fails for nhmsg
Stephen Worley
1
-0
/
+1
2020-05-17
nexthop: Fix attribute checking for groups
David Ahern
1
-1
/
+1
2020-04-28
net: ipv4: add sysctl for nexthop api compatibility mode
Roopa Prabhu
1
-2
/
+3
2020-04-28
net: ipv6: new arg skip_notify to ip6_rt_del
Roopa Prabhu
1
-1
/
+1
2020-03-13
inet: Use fallthrough;
Joe Perches
1
-1
/
+1
2020-01-27
net: include struct nhmsg size in nh nlmsg size
Stephen Worley
1
-1
/
+3
2019-11-21
net: remove the unnecessary strict_start_type in some policies
Xin Long
1
-1
/
+0
2019-08-22
nexthops: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2019-06-10
nexthops: add support for replace
David Ahern
1
-5
/
+214
2019-06-10
nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop struct
David Ahern
1
-0
/
+31
2019-06-05
ipv6: Plumb support for nexthop object in a fib6_info
David Ahern
1
-0
/
+44
2019-06-05
ipv4: Plumb support for nexthop object in a fib_info
David Ahern
1
-0
/
+64
2019-06-05
ipv4: Prepare for fib6_nh from a nexthop object
David Ahern
1
-1
/
+2
2019-06-01
nexthop: remove redundant assignment to err
Colin Ian King
1
-1
/
+1
2019-05-29
nexthop: Add support for nexthop groups
David Ahern
1
-23
/
+481
2019-05-29
nexthop: Add support for lwt encaps
David Ahern
1
-1
/
+36
2019-05-29
nexthop: Add support for IPv6 gateways
David Ahern
1
-0
/
+56
2019-05-29
nexthop: Add support for IPv4 nexthops
David Ahern
1
-0
/
+208
2019-05-29
net: Initial nexthop code
David Ahern
1
-0
/
+722