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
/
ipv6
/
route.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-26
ipv6: allow PMTU exceptions to local routes
Julian Anastasov
1
-3
/
+0
2018-06-11
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
1
-1
/
+1
2018-05-19
ipv6: fix uninit-value in ip6_multipath_l3_keys()
Eric Dumazet
1
-1
/
+6
2018-04-29
ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
Eric Dumazet
1
-0
/
+2
2018-03-30
net/ipv6: Fix route leaking between VRFs
David Ahern
1
-0
/
+3
2018-03-23
ipv6: fix possible deadlock in rt6_age_examine_exception()
Eric Dumazet
1
-6
/
+7
2018-03-22
net/ipv6: Handle onlink flag with multipath routes
David Ahern
1
-0
/
+1
2018-03-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-2
/
+2
2018-03-07
ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
Stefano Brivio
1
-29
/
+42
2018-02-16
xfrm: reuse uncached_list to track xdsts
Xin Long
1
-2
/
+2
2018-02-08
net/ipv6: onlink nexthop checks should default to main table
David Ahern
1
-2
/
+3
2018-02-08
net/ipv6: Handle reject routes with onlink flag
David Ahern
1
-1
/
+2
2018-01-29
ipv6: change route cache aging logic
Wei Wang
1
-8
/
+12
2018-01-26
net/ipv6: Add support for onlink flag
David Ahern
1
-1
/
+50
2018-01-26
net/ipv6: Add flags and table id to ip6_nh_lookup_table
David Ahern
1
-4
/
+8
2018-01-26
net/ipv6: Move gateway validation into helper
David Ahern
1
-36
/
+49
2018-01-26
net/ipv6: Do not allow route add with a device that is down
David Ahern
1
-0
/
+6
2018-01-16
net: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-2
/
+0
2018-01-15
ipv6: Fix build with gcc-4.4.5
Ido Schimmel
1
-2
/
+6
2018-01-10
ipv6: Add support for non-equal-cost multipath
Ido Schimmel
1
-4
/
+7
2018-01-10
ipv6: Use hash-threshold instead of modulo-N
Ido Schimmel
1
-23
/
+13
2018-01-10
ipv6: Use a 31-bit multipath hash
Ido Schimmel
1
-2
/
+2
2018-01-10
ipv6: Calculate hash thresholds for IPv6 nexthops
Ido Schimmel
1
-0
/
+96
2018-01-08
ipv6: Flush multipath routes when all siblings are dead
Ido Schimmel
1
-8
/
+75
2018-01-08
ipv6: Take table lock outside of sernum update function
Ido Schimmel
1
-0
/
+2
2018-01-08
ipv6: Report dead flag during route dump
Ido Schimmel
1
-0
/
+3
2018-01-08
ipv6: Ignore dead routes during lookup
Ido Schimmel
1
-4
/
+14
2018-01-08
ipv6: Check nexthop flags in route dump instead of carrier
Ido Schimmel
1
-1
/
+1
2018-01-08
ipv6: Check nexthop flags during route lookup instead of carrier
Ido Schimmel
1
-4
/
+3
2018-01-08
ipv6: Set nexthop flags during route creation
Ido Schimmel
1
-0
/
+3
2018-01-08
ipv6: Set nexthop flags upon carrier change
Ido Schimmel
1
-6
/
+17
2018-01-08
ipv6: Prepare to handle multiple netdev events
Ido Schimmel
1
-16
/
+21
2018-01-08
ipv6: Clear nexthop flags upon netdev up
Ido Schimmel
1
-0
/
+29
2018-01-08
ipv6: Mark dead nexthops with appropriate flags
Ido Schimmel
1
-1
/
+3
2018-01-08
ipv6: Remove redundant route flushing during namespace dismantle
Ido Schimmel
1
-5
/
+3
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+11
2017-12-21
ipv6: Honor specified parameters in fibmatch lookup
Ido Schimmel
1
-8
/
+11
2017-12-17
ipv6: icmp6: Allow icmp messages to be looped back
Brendan McGrath
1
-0
/
+1
2017-12-04
rtnetlink: remove __rtnl_register
Florian Westphal
1
-5
/
+15
2017-11-30
xfrm: Move dst->path into struct xfrm_dst
David Miller
1
-6
/
+0
2017-11-30
ipv6: Move dst->from into struct rt6_info.
David Miller
1
-17
/
+17
2017-11-30
ipv6: Move rt6_next from dst_entry into ipv6 route structure.
David Miller
1
-5
/
+5
2017-11-23
net: ipv6: Fixup device for anycast routes during copy
David Ahern
1
-1
/
+1
2017-11-23
ipv6: Do not consider linkdown nexthops during multipath
Ido Schimmel
1
-0
/
+5
2017-11-15
tcp: Namespace-ify sysctl_tcp_default_congestion_control
Stephen Hemminger
1
-1
/
+2
2017-10-29
ipv6: prevent user from adding cached routes
Wei Wang
1
-0
/
+6
2017-10-24
ipv6: add ip6_null_entry check in rt6_select()
Wei Wang
1
-1
/
+1
2017-10-21
ipv6: let trace_fib6_table_lookup() dereference the fib table
Paolo Abeni
1
-6
/
+6
2017-10-21
ipv6: remove from fib tree aged out RTF_CACHE dst
Paolo Abeni
1
-1
/
+11
2017-10-21
ipv6: start fib6 gc on RTF_CACHE dst creation
Paolo Abeni
1
-1
/
+3
[next]