aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAge
* ipv6: fix ifnullfree.cocci warningsWu Fengguang2015-09-09
* ipv6: fix multipath route replace error recoveryRoopa Prabhu2015-09-09
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-31
* fib, fib6: reject invalid feature bitsDaniel Borkmann2015-08-31
* net: fib6: reduce identation in ip6_convert_metricsDaniel Borkmann2015-08-31
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-29
* lwt: Add cfg argument to build_stateTom Herbert2015-08-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-21
|\
| * ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau2015-08-17
| * ipv6: Add rt6_make_pcpu_route()Martin KaFai Lau2015-08-17
| * ipv6: Remove un-used argument from ip6_dst_alloc()Martin KaFai Lau2015-08-17
* | ipv6: route: extend flow representation with tunnel keyJiri Benc2015-08-20
* | ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc2015-08-20
* | ipv6: drop metadata dst in ip6_route_inputJiri Benc2015-08-20
* | route: move lwtunnel state to dst_entryJiri Benc2015-08-20
* | lwt: Add support to redirect dst.inputTom Herbert2015-08-18
* | net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-08-14
* | net: track link status of ipv6 nexthopsAndy Gospodarek2015-08-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-13
|\|
| * ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal2015-08-10
* | ipv6: Avoid rt6_probe() taking writer lock in the fast pathMartin KaFai Lau2015-07-27
* | ipv6: Re-arrange code in rt6_probe()Martin KaFai Lau2015-07-27
* | lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2015-07-27
* | ipv6: copy lwtstate in ip6_rt_copy_init()Nicolas Dichtel2015-07-27
* | ipv6: use lwtunnel_output6() only if flag redirect is setNicolas Dichtel2015-07-27
* | ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu2015-07-21
* | ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-21
|/
* net-ipv6: Delete an unnecessary check before the function call "free_percpu"Markus Elfring2015-07-03
* ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-25
* ipv6: Break up ip6_rt_copy()Martin KaFai Lau2015-05-25
* ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau2015-05-25
* ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau2015-05-25
* ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2015-05-25
* ipv6: Combine rt6_alloc_cow and rt6_alloc_cloneMartin KaFai Lau2015-05-25
* ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-23
|\
| * ipv6: fix ECMP route replacementMichal Kubeček2015-05-20
| * ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček2015-05-20
* | ipv6: reject locally assigned nexthop addressesFlorian Westphal2015-05-21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-13
|\|
| * ipv6: Fixed source specific default route handling.Markus Stenberg2015-05-09
* | ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau2015-05-03
* | ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2015-05-01
* | ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau2015-05-01
* | ipv6: Stop /128 route from disappearing after pmtu updateMartin KaFai Lau2015-05-01
* | ipv6: Extend the route lookups to low priority metrics.Steffen Klassert2015-05-01
* | ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau2015-05-01
|/
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-31
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-31
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-31