summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-211-1/+3
* ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-181-2/+3
* ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-151-3/+4
* ipv6: fix ifnullfree.cocci warningsWu Fengguang2015-09-101-2/+1Star
* ipv6: fix multipath route replace error recoveryRoopa Prabhu2015-09-091-26/+175
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-311-2/+7
* fib, fib6: reject invalid feature bitsDaniel Borkmann2015-08-311-0/+2
* net: fib6: reduce identation in ip6_convert_metricsDaniel Borkmann2015-08-311-16/+16
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-291-1/+1
* lwt: Add cfg argument to build_stateTom Herbert2015-08-241-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-211-24/+55
|\
| * ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau2015-08-171-11/+33
| * ipv6: Add rt6_make_pcpu_route()Martin KaFai Lau2015-08-171-4/+16
| * ipv6: Remove un-used argument from ip6_dst_alloc()Martin KaFai Lau2015-08-171-12/+9Star
* | ipv6: route: extend flow representation with tunnel keyJiri Benc2015-08-211-0/+6
* | ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc2015-08-211-1/+1
* | ipv6: drop metadata dst in ip6_route_inputJiri Benc2015-08-211-0/+1
* | route: move lwtunnel state to dst_entryJiri Benc2015-08-211-10/+10
* | lwt: Add support to redirect dst.inputTom Herbert2015-08-181-1/+7
* | net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-08-141-1/+10
* | net: track link status of ipv6 nexthopsAndy Gospodarek2015-08-141-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-2/+4
|\|
| * ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal2015-08-101-2/+4
* | ipv6: Avoid rt6_probe() taking writer lock in the fast pathMartin KaFai Lau2015-07-271-0/+4
* | ipv6: Re-arrange code in rt6_probe()Martin KaFai Lau2015-07-271-24/+20Star
* | lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2015-07-271-6/+2Star
* | ipv6: copy lwtstate in ip6_rt_copy_init()Nicolas Dichtel2015-07-271-0/+4
* | ipv6: use lwtunnel_output6() only if flag redirect is setNicolas Dichtel2015-07-271-1/+2
* | ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu2015-07-211-0/+1
* | ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-211-3/+30
|/
* net-ipv6: Delete an unnecessary check before the function call "free_percpu"Markus Elfring2015-07-031-4/+1Star
* ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-251-16/+116
* ipv6: Break up ip6_rt_copy()Martin KaFai Lau2015-05-251-49/+41Star
* ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau2015-05-251-2/+76
* ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau2015-05-251-10/+49
* ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2015-05-251-49/+51
* ipv6: Combine rt6_alloc_cow and rt6_alloc_cloneMartin KaFai Lau2015-05-251-25/+20Star
* ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-251-5/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-5/+9
|\
| * ipv6: fix ECMP route replacementMichal Kubeček2015-05-201-4/+7
| * ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček2015-05-201-1/+2
* | ipv6: reject locally assigned nexthop addressesFlorian Westphal2015-05-221-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-2/+3
|\|
| * ipv6: Fixed source specific default route handling.Markus Stenberg2015-05-091-2/+3
* | ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau2015-05-041-1/+1
* | ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2015-05-021-35/+1Star
* | ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau2015-05-021-43/+59
* | ipv6: Stop /128 route from disappearing after pmtu updateMartin KaFai Lau2015-05-021-2/+2
* | ipv6: Extend the route lookups to low priority metrics.Steffen Klassert2015-05-021-5/+23
* | ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau2015-05-021-0/+6
|/