index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
route.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-24
net: ipv4: Fix rtnexthop len when RTA_FLOW is present
Xiao Liang
1
-2
/
+3
2021-08-30
ipv6: make exception cache less predictible
Eric Dumazet
1
-1
/
+4
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+14
2021-08-26
ipv6: use siphash in rt6_exception_hash()
Eric Dumazet
1
-6
/
+14
2021-08-05
net: Remove redundant if statements
Yajun Deng
1
-2
/
+1
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2021-07-21
net: ipv6: introduce ip6_dst_mtu_maybe_forward
Vadim Fedorenko
1
-19
/
+1
2021-07-20
ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions
Paolo Abeni
1
-1
/
+1
2021-07-20
memcg: enable accounting for IP address and routing-related objects
Vasily Averin
1
-1
/
+1
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+6
2021-06-03
ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions
Coco Li
1
-2
/
+6
2021-05-18
ipv6: Add custom multipath hash policy
Ido Schimmel
1
-0
/
+125
2021-05-18
ipv6: Calculate multipath hash inside switch statement
Ido Schimmel
1
-2
/
+4
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+5
2021-04-08
net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh
Muhammad Usama Anjum
1
-3
/
+5
2021-04-01
net: ipv6: Refactor in rt6_age_examine_exception
Xu Jia
1
-4
/
+1
2021-03-28
ipv6: route.c: A spello fix
Bhaskar Chowdhury
1
-1
/
+1
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-27
/
+9
2021-03-10
net: ipv6: route.c:fix indentation
Shubhankar Kuranagatti
1
-13
/
+13
2021-03-10
net: Consolidate common blackhole dst ops
Daniel Borkmann
1
-27
/
+9
2021-02-08
IPv6: Extend 'fib_notify_on_flag_change' sysctl
Amit Cohen
1
-0
/
+6
2021-02-08
IPv6: Add "offload failed" indication to routes
Amit Cohen
1
-2
/
+6
2021-02-04
net: fix building errors on powerpc when CONFIG_RETPOLINE is not set
Brian Vazquez
1
-2
/
+2
2021-02-03
net: indirect call helpers for ipv4/ipv6 dst_check functions
Brian Vazquez
1
-2
/
+5
2021-02-03
net: use indirect call helpers for dst_mtu
Brian Vazquez
1
-2
/
+4
2021-02-02
net: ipv6: Emit notification when fib hardware flags are changed
Amit Cohen
1
-0
/
+44
2021-01-26
net: allow user to set metric on default route learned via Router Advertisement
Praveen Chaudhary
1
-2
/
+3
2020-11-19
IPv6: RTM_GETROUTE: Add RTA_ENCAP to result
Oliver Herms
1
-0
/
+4
2020-11-06
nexthop: Remove in-kernel route notifications when nexthop changes
Ido Schimmel
1
-5
/
+0
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2020-10-09
net: ipv6: Discard next-hop MTU less than minimum link MTU
Georg Kohmann
1
-1
/
+2
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-09-21
ipv6: route: convert comma to semicolon
Xu Wang
1
-1
/
+1
2020-09-11
ipv6: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+2
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+6
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+4
2020-07-28
ipv6: Fix nexthop refcnt leak when creating ipv6 route info
Xiyu Yang
1
-4
/
+4
2020-07-25
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
1
-2
/
+6
2020-07-21
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
1
-1
/
+6
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+5
2020-07-07
ipv6: Fix use of anycast address with loopback
David Ahern
1
-1
/
+1
2020-07-06
ipv6: fib6_select_path can not use out path for nexthop objects
David Ahern
1
-1
/
+4
2020-06-23
ipv6: fib6: avoid indirect calls from fib6_rule_lookup
Brian Vazquez
1
-4
/
+4
2020-05-22
nexthop: support for fdb ecmp nexthops
Roopa Prabhu
1
-0
/
+5
2020-05-18
ipv6: lift copy_from_user out of ipv6_route_ioctl
Christoph Hellwig
1
-28
/
+16
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+4
2020-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+42
2020-05-13
bpf: Enable bpf_iter targets registering ctx argument types
Yonghong Song
1
-0
/
+5
2020-05-13
bpf: Change func bpf_iter_unreg_target() signature
Yonghong Song
1
-1
/
+1
2020-05-13
bpf: net: Refactor bpf_iter target registration
Yonghong Song
1
-9
/
+9
[next]