aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal1-2/+4
2015-07-27ipv6: Avoid rt6_probe() taking writer lock in the fast pathMartin KaFai Lau1-0/+4
2015-07-27ipv6: Re-arrange code in rt6_probe()Martin KaFai Lau1-24/+20
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel1-6/+2
2015-07-27ipv6: copy lwtstate in ip6_rt_copy_init()Nicolas Dichtel1-0/+4
2015-07-27ipv6: use lwtunnel_output6() only if flag redirect is setNicolas Dichtel1-1/+2
2015-07-21ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu1-0/+1
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu1-3/+30
2015-07-03net-ipv6: Delete an unnecessary check before the function call "free_percpu"Markus Elfring1-4/+1
2015-05-25ipv6: Create percpu rt6_infoMartin KaFai Lau1-16/+116
2015-05-25ipv6: Break up ip6_rt_copy()Martin KaFai Lau1-49/+41
2015-05-25ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau1-2/+76
2015-05-25ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau1-10/+49
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau1-49/+51
2015-05-25ipv6: Combine rt6_alloc_cow and rt6_alloc_cloneMartin KaFai Lau1-25/+20
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau1-5/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2015-05-21ipv6: reject locally assigned nexthop addressesFlorian Westphal1-1/+10
2015-05-20ipv6: fix ECMP route replacementMichal Kubeček1-4/+7
2015-05-20ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček1-1/+2
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2015-05-09ipv6: Fixed source specific default route handling.Markus Stenberg1-2/+3
2015-05-03ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau1-1/+1
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau1-35/+1
2015-05-01ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau1-43/+59
2015-05-01ipv6: Stop /128 route from disappearing after pmtu updateMartin KaFai Lau1-2/+2
2015-05-01ipv6: Extend the route lookups to low priority metrics.Steffen Klassert1-5/+23
2015-05-01ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau1-0/+6
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-3/+3
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-7/+7
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-03-11ipv6: expose RFC4191 route preference via rtnetlinkLubomir Rintel1-1/+15
2015-03-09net: Remove protocol from struct dst_opsEric W. Biederman1-2/+0
2015-02-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-08rt6_probe_deferred: Do not depend on struct orderingMichael Büsch1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2015-01-25ipv6: Fix __ip6_route_redirectMartin KaFai Lau1-1/+5
2015-01-19ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-2/+15
2015-01-05net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal1-10/+47
2014-10-24ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau1-14/+16
2014-10-24ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau1-3/+3
2014-10-24ipv6: Remove BACKTRACK macroMartin KaFai Lau1-30/+40
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa1-4/+0
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-2/+0
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-10/+10
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+24
2014-05-21ipv6: slight optimization in ip6_dst_gcLi RongQing1-1/+1