index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2015-08-14
net: ipv6 sysctl option to ignore routes when nexthop link is down
Andy Gospodarek
1
-1
/
+10
2015-08-14
net: track link status of ipv6 nexthops
Andy Gospodarek
1
-0
/
+2
2015-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2015-08-10
ipv6: don't reject link-local nexthop on other interface
Florian Westphal
1
-2
/
+4
2015-07-27
ipv6: Avoid rt6_probe() taking writer lock in the fast path
Martin KaFai Lau
1
-0
/
+4
2015-07-27
ipv6: Re-arrange code in rt6_probe()
Martin KaFai Lau
1
-24
/
+20
2015-07-27
lwtunnel: change prototype of lwtunnel_state_get()
Nicolas Dichtel
1
-6
/
+2
2015-07-27
ipv6: copy lwtstate in ip6_rt_copy_init()
Nicolas Dichtel
1
-0
/
+4
2015-07-27
ipv6: use lwtunnel_output6() only if flag redirect is set
Nicolas Dichtel
1
-1
/
+2
2015-07-21
ipv6: rt6_info output redirect to tunnel output
Roopa Prabhu
1
-0
/
+1
2015-07-21
ipv6: support for fib route lwtunnel encap attributes
Roopa Prabhu
1
-3
/
+30
2015-07-03
net-ipv6: Delete an unnecessary check before the function call "free_percpu"
Markus Elfring
1
-4
/
+1
2015-05-25
ipv6: Create percpu rt6_info
Martin KaFai Lau
1
-16
/
+116
2015-05-25
ipv6: Break up ip6_rt_copy()
Martin KaFai Lau
1
-49
/
+41
2015-05-25
ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregister
Martin KaFai Lau
1
-2
/
+76
2015-05-25
ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is set
Martin KaFai Lau
1
-10
/
+49
2015-05-25
ipv6: Only create RTF_CACHE routes after encountering pmtu exception
Martin KaFai Lau
1
-49
/
+51
2015-05-25
ipv6: Combine rt6_alloc_cow and rt6_alloc_clone
Martin KaFai Lau
1
-25
/
+20
2015-05-25
ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST
Martin KaFai Lau
1
-5
/
+1
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+9
2015-05-22
ipv6: reject locally assigned nexthop addresses
Florian Westphal
1
-1
/
+10
2015-05-20
ipv6: fix ECMP route replacement
Michal Kubeček
1
-4
/
+7
2015-05-20
ipv6: do not delete previously existing ECMP routes if add fails
Michal Kubeček
1
-1
/
+2
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2015-05-09
ipv6: Fixed source specific default route handling.
Markus Stenberg
1
-2
/
+3
2015-05-04
ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flags
Martin KaFai Lau
1
-1
/
+1
2015-05-02
ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer
Martin KaFai Lau
1
-35
/
+1
2015-05-02
ipv6: Stop rt6_info from using inet_peer's metrics
Martin KaFai Lau
1
-43
/
+59
2015-05-02
ipv6: Stop /128 route from disappearing after pmtu update
Martin KaFai Lau
1
-2
/
+2
2015-05-02
ipv6: Extend the route lookups to low priority metrics.
Steffen Klassert
1
-5
/
+23
2015-05-02
ipv6: Consider RTF_CACHE when searching the fib6 tree
Martin KaFai Lau
1
-0
/
+6
2015-03-31
netlink: implement nla_get_in_addr and nla_get_in6_addr
Jiri Benc
1
-3
/
+3
2015-03-31
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
1
-7
/
+7
2015-03-31
ipv6: coding style: comparison for equality with NULL
Ian Morris
1
-1
/
+1
2015-03-12
ipv6: expose RFC4191 route preference via rtnetlink
Lubomir Rintel
1
-1
/
+15
2015-03-09
net: Remove protocol from struct dst_ops
Eric W. Biederman
1
-2
/
+0
2015-02-15
ipv6: fix ipv6_cow_metrics for non DST_HOST case
Martin KaFai Lau
1
-1
/
+1
2015-02-09
rt6_probe_deferred: Do not depend on struct ordering
Michael Büsch
1
-1
/
+1
2015-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+7
2015-01-26
ipv6: Fix __ip6_route_redirect
Martin KaFai Lau
1
-1
/
+5
2015-01-19
ipv6: stop sending PTB packets for MTU < 1280
Hagen Paul Pfeifer
1
-5
/
+2
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-1
/
+2
2015-01-06
net: tcp: add RTAX_CC_ALGO fib handling
Daniel Borkmann
1
-2
/
+15
2015-01-06
net: fib6: convert cfg metric to u32 outside of table write lock
Florian Westphal
1
-10
/
+47
2014-10-24
ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn
Martin KaFai Lau
1
-14
/
+16
2014-10-24
ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case
Martin KaFai Lau
1
-3
/
+3
2014-10-24
ipv6: Remove BACKTRACK macro
Martin KaFai Lau
1
-30
/
+40
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+0
2014-09-30
ipv6: remove rt6i_genid
Hannes Frederic Sowa
1
-4
/
+0
2014-08-25
ipv6: White-space cleansing : gaps between function and symbol export
Ian Morris
1
-2
/
+0
[next]