index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
nexthop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nexthop: Fix performance regression in nexthop deletion
Ido Schimmel
2020-10-20
1
-1
/
+1
*
nexthop: Only emit a notification when nexthop is actually deleted
Ido Schimmel
2020-09-16
1
-2
/
+2
*
nexthop: Convert to blocking notification chain
Ido Schimmel
2020-09-16
1
-6
/
+7
*
ipv4: nexthop: Correctly update nexthop group when replacing a nexthop
Ido Schimmel
2020-08-27
1
-0
/
+32
*
ipv4: nexthop: Correctly update nexthop group when removing a nexthop
Ido Schimmel
2020-08-27
1
-1
/
+7
*
ipv4: nexthop: Remove unnecessary rtnl_dereference()
Ido Schimmel
2020-08-27
1
-1
/
+1
*
ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAY
Ido Schimmel
2020-08-27
1
-1
/
+1
*
ipv4: nexthop: Reduce allocation size of 'struct nh_group'
Ido Schimmel
2020-08-27
1
-4
/
+1
*
net: nexthop: don't allow empty NHA_GROUP
Nikolay Aleksandrov
2020-08-22
1
-1
/
+4
*
nexthop: Fix fdb labeling for groups
David Ahern
2020-06-10
1
-33
/
+49
*
ipv4: nexthop: Fix deadcode issue by performing a proper NULL check
Patrick Eigensatz
2020-06-01
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-01
1
-39
/
+63
|
\
|
*
nexthops: don't modify published nexthop groups
Nikolay Aleksandrov
2020-05-27
1
-33
/
+58
|
*
nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry
David Ahern
2020-05-27
1
-14
/
+13
*
|
nexthop: Fix type of event_type in call_nexthop_notifiers
Nathan Chancellor
2020-05-27
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-24
1
-1
/
+2
|
\
|
|
*
net: nlmsg_cancel() if put fails for nhmsg
Stephen Worley
2020-05-21
1
-0
/
+1
|
*
nexthop: Fix attribute checking for groups
David Ahern
2020-05-17
1
-1
/
+1
*
|
nexthop: add support for notifiers
Roopa Prabhu
2020-05-22
1
-0
/
+27
*
|
nexthop: support for fdb ecmp nexthops
Roopa Prabhu
2020-05-22
1
-25
/
+107
*
|
net: ipv4: add sysctl for nexthop api compatibility mode
Roopa Prabhu
2020-04-28
1
-2
/
+3
*
|
net: ipv6: new arg skip_notify to ip6_rt_del
Roopa Prabhu
2020-04-28
1
-1
/
+1
|
/
*
inet: Use fallthrough;
Joe Perches
2020-03-12
1
-1
/
+1
*
net: include struct nhmsg size in nh nlmsg size
Stephen Worley
2020-01-27
1
-1
/
+3
*
net: remove the unnecessary strict_start_type in some policies
Xin Long
2019-11-21
1
-1
/
+0
*
nexthops: remove redundant assignment to variable err
Colin Ian King
2019-08-22
1
-1
/
+1
*
nexthops: add support for replace
David Ahern
2019-06-10
1
-5
/
+214
*
nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop struct
David Ahern
2019-06-10
1
-0
/
+31
*
ipv6: Plumb support for nexthop object in a fib6_info
David Ahern
2019-06-05
1
-0
/
+44
*
ipv4: Plumb support for nexthop object in a fib_info
David Ahern
2019-06-05
1
-0
/
+64
*
ipv4: Prepare for fib6_nh from a nexthop object
David Ahern
2019-06-05
1
-1
/
+2
*
nexthop: remove redundant assignment to err
Colin Ian King
2019-05-31
1
-1
/
+1
*
nexthop: Add support for nexthop groups
David Ahern
2019-05-29
1
-23
/
+481
*
nexthop: Add support for lwt encaps
David Ahern
2019-05-29
1
-1
/
+36
*
nexthop: Add support for IPv6 gateways
David Ahern
2019-05-29
1
-0
/
+56
*
nexthop: Add support for IPv4 nexthops
David Ahern
2019-05-29
1
-0
/
+208
*
net: Initial nexthop code
David Ahern
2019-05-29
1
-0
/
+722