index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
nexthop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nexthop: Do not flush blackhole nexthops when loopback goes down
Ido Schimmel
2021-03-04
1
-3
/
+7
*
nexthop: Extract a helper for validation of get/del RTNL requests
Petr Machata
2021-01-28
1
-18
/
+25
*
nexthop: Add a callback parameter to rtm_dump_walk_nexthops()
Petr Machata
2021-01-28
1
-10
/
+22
*
nexthop: Extract a helper for walking the next-hop tree
Petr Machata
2021-01-28
1
-19
/
+33
*
nexthop: Strongly-type context of rtm_dump_nexthop()
Petr Machata
2021-01-28
1
-2
/
+16
*
nexthop: Extract a common helper for parsing dump attributes
Petr Machata
2021-01-28
1
-12
/
+19
*
nexthop: Extract dump filtering parameters into a single structure
Petr Machata
2021-01-28
1
-20
/
+24
*
nexthop: Dispatch notifier init()/fini() by group type
Petr Machata
2021-01-28
1
-6
/
+19
*
nexthop: Use enum to encode notification type
Ido Schimmel
2021-01-28
1
-6
/
+8
*
nexthop: Assert the invariant that a NH group is of only one type
Petr Machata
2021-01-28
1
-2
/
+5
*
nexthop: Introduce to struct nh_grp_entry a per-type union
Petr Machata
2021-01-28
1
-2
/
+2
*
nexthop: Dispatch nexthop_select_path() by group type
Petr Machata
2021-01-28
1
-6
/
+16
*
nexthop: Rename nexthop_free_mpath
David Ahern
2021-01-28
1
-2
/
+2
*
nexthop: Specialize rtm_nh_policy
Petr Machata
2021-01-20
1
-14
/
+9
*
nexthop: Use a dedicated policy for nh_valid_dump_req()
Petr Machata
2021-01-20
1
-33
/
+27
*
nexthop: Use a dedicated policy for nh_valid_get_del_req()
Petr Machata
2021-01-20
1
-17
/
+9
*
nexthop: Bounce NHA_GATEWAY in FDB nexthop groups
Petr Machata
2021-01-07
1
-1
/
+1
*
nexthop: Unlink nexthop group entry in error path
Ido Schimmel
2021-01-07
1
-1
/
+3
*
nexthop: Fix off-by-one error in error path
Ido Schimmel
2021-01-07
1
-1
/
+1
*
nexthop: Replay nexthops when registering a notifier
Ido Schimmel
2020-11-06
1
-2
/
+52
*
nexthop: Pass extack to register_nexthop_notifier()
Ido Schimmel
2020-11-06
1
-1
/
+2
*
nexthop: Emit a notification when a nexthop group is reduced
Ido Schimmel
2020-11-06
1
-1
/
+6
*
nexthop: Emit a notification when a nexthop group is modified
Ido Schimmel
2020-11-06
1
-2
/
+30
*
nexthop: Emit a notification when a single nexthop is replaced
Ido Schimmel
2020-11-06
1
-0
/
+10
*
nexthop: Emit a notification when a nexthop group is replaced
Ido Schimmel
2020-11-06
1
-1
/
+5
*
nexthop: Emit a notification when a nexthop is added
Ido Schimmel
2020-11-06
1
-1
/
+5
*
nexthop: Allow setting "offload" and "trap" indications on nexthops
Ido Schimmel
2020-11-06
1
-0
/
+21
*
nexthop: vxlan: Convert to new notification info
Ido Schimmel
2020-11-06
1
-1
/
+1
*
nexthop: Prepare new notification info
Ido Schimmel
2020-11-06
1
-0
/
+109
*
nexthop: Pass extack to nexthop notifier
Ido Schimmel
2020-11-06
1
-2
/
+3
*
nexthop: Fix performance regression in nexthop deletion
Ido Schimmel
2020-10-19
1
-1
/
+1
*
nexthop: Only emit a notification when nexthop is actually deleted
Ido Schimmel
2020-09-15
1
-2
/
+2
*
nexthop: Convert to blocking notification chain
Ido Schimmel
2020-09-15
1
-6
/
+7
*
ipv4: nexthop: Correctly update nexthop group when replacing a nexthop
Ido Schimmel
2020-08-26
1
-0
/
+32
*
ipv4: nexthop: Correctly update nexthop group when removing a nexthop
Ido Schimmel
2020-08-26
1
-1
/
+7
*
ipv4: nexthop: Remove unnecessary rtnl_dereference()
Ido Schimmel
2020-08-26
1
-1
/
+1
*
ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAY
Ido Schimmel
2020-08-26
1
-1
/
+1
*
ipv4: nexthop: Reduce allocation size of 'struct nh_group'
Ido Schimmel
2020-08-26
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-05-31
1
-39
/
+63
|
\
|
*
nexthops: don't modify published nexthop groups
Nikolay Aleksandrov
2020-05-26
1
-33
/
+58
|
*
nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry
David Ahern
2020-05-26
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-20
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
[next]