summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAge
* net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern2015-10-22
* net: Really fix vti6 with oif in dst lookupsDavid Ahern2015-10-21
* ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau2015-10-16
* ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau2015-10-16
* ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman2015-10-13
* net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern2015-09-29
* net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-20
* ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-17
* ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-15
* 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-17
* | net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-08-13
* | net: track link status of ipv6 nexthopsAndy Gospodarek2015-08-13
* | 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