aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel1-1/+1
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern1-0/+10
2015-11-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-11-15ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau1-1/+10
2015-11-15ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau1-1/+7
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-11-02ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed sourceMatthias Schiffer1-2/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2015-10-22net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern1-2/+4
2015-10-21net: Really fix vti6 with oif in dst lookupsDavid Ahern1-0/+3
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+23
2015-10-16ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau1-15/+5
2015-10-16ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau1-6/+11
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern1-5/+22
2015-10-13ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman1-5/+7
2015-10-12ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu1-15/+17
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-7/+7
2015-10-08ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman1-1/+1
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-1/+1
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-09-29net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern1-1/+2
2015-09-28net: Remove redundant oif checks in rt6_device_matchDavid Ahern1-3/+3
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+10
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc1-1/+1
2015-09-23ipv6 Use get_hash_from_flowi6 for rt6 hashTom Herbert1-25/+1
2015-09-20net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró1-1/+3
2015-09-17ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu1-2/+3
2015-09-15ipv6: Avoid double dst_freeMartin KaFai Lau1-3/+4
2015-09-09ipv6: fix ifnullfree.cocci warningsWu Fengguang1-2/+1
2015-09-09ipv6: fix multipath route replace error recoveryRoopa Prabhu1-26/+175
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann1-2/+7
2015-08-31fib, fib6: reject invalid feature bitsDaniel Borkmann1-0/+2
2015-08-31net: fib6: reduce identation in ip6_convert_metricsDaniel Borkmann1-16/+16
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-1/+1
2015-08-24lwt: Add cfg argument to build_stateTom Herbert1-1/+2
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+55
2015-08-20ipv6: route: extend flow representation with tunnel keyJiri Benc1-0/+6
2015-08-20ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc1-1/+1
2015-08-20ipv6: drop metadata dst in ip6_route_inputJiri Benc1-0/+1
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-10/+10
2015-08-17lwt: Add support to redirect dst.inputTom Herbert1-1/+7
2015-08-17ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau1-11/+33
2015-08-17ipv6: Add rt6_make_pcpu_route()Martin KaFai Lau1-4/+16
2015-08-17ipv6: Remove un-used argument from ip6_dst_alloc()Martin KaFai Lau1-12/+9
2015-08-13net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek1-1/+10
2015-08-13net: track link status of ipv6 nexthopsAndy Gospodarek1-0/+2
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
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