summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-011-1/+1
* ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+2
* ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+10
* ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau2015-11-151-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-2/+1
|\
| * ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed sourceMatthias Schiffer2015-11-021-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-2/+4
|\ \ | |/
| * net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern2015-10-221-2/+4
| * net: Really fix vti6 with oif in dst lookupsDavid Ahern2015-10-211-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-26/+23
|\ \ | |/
| * ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau2015-10-161-15/+5
| * ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau2015-10-161-6/+11
| * ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman2015-10-131-5/+7
* | net: Add VRF support to IPv6 stackDavid Ahern2015-10-131-5/+22
* | ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu2015-10-121-15/+17
* | dst: Pass net into dst->outputEric W. Biederman2015-10-081-7/+7
* | ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman2015-10-081-1/+1
* | dst: Pass a sk into .local_outEric W. Biederman2015-10-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-021-1/+2
|\ \ | |/
| * net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern2015-09-291-1/+2
* | net: Remove redundant oif checks in rt6_device_matchDavid Ahern2015-09-281-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-6/+10
|\ \ | |/
| * net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-201-1/+3
| * ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-171-2/+3
| * ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-151-3/+4
* | ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-241-1/+1
* | ipv6 Use get_hash_from_flowi6 for rt6 hashTom Herbert2015-09-231-25/+1
|/
* ipv6: fix ifnullfree.cocci warningsWu Fengguang2015-09-091-2/+1
* 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/+9
* | ipv6: route: extend flow representation with tunnel keyJiri Benc2015-08-201-0/+6
* | ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc2015-08-201-1/+1
* | ipv6: drop metadata dst in ip6_route_inputJiri Benc2015-08-201-0/+1
* | route: move lwtunnel state to dst_entryJiri Benc2015-08-201-10/+10
* | lwt: Add support to redirect dst.inputTom Herbert2015-08-171-1/+7
* | net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-08-131-1/+10
* | net: track link status of ipv6 nexthopsAndy Gospodarek2015-08-131-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-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/+20
* | lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2015-07-271-6/+2
OpenPOWER on IntegriCloud