summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2016-06-27ipv6: enforce egress device match in per table nexthop lookupsPaolo Abeni
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni
2016-05-09net: l3mdev: Move get_saddr and rt6_dstDavid Ahern
2016-04-27net: ipv6: Use passed in table for nexthop lookupsDavid Ahern
2016-04-14ipv6: datagram: Update dst cache of a connected datagram sk during pmtu updateMartin KaFai Lau
2016-04-11net: vrf: Fix dst reference countingDavid Ahern
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni
2015-12-17ipv6: allow routes to be configured with expire valuesXin Long
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel
2015-11-22net: IPv6 fib lookup tracepointDavid Ahern
2015-11-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau
2015-11-15ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau
2015-11-15ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-02ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed sourceMatthias Schiffer
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern
2015-10-21net: Really fix vti6 with oif in dst lookupsDavid Ahern
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-16ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau
2015-10-16ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern
2015-10-13ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman
2015-10-12ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman
2015-10-08dst: Pass a sk into .local_outEric W. Biederman
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-29net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern
2015-09-28net: Remove redundant oif checks in rt6_device_matchDavid Ahern
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc
2015-09-23ipv6 Use get_hash_from_flowi6 for rt6 hashTom Herbert
2015-09-20net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró
2015-09-17ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu
2015-09-15ipv6: Avoid double dst_freeMartin KaFai Lau
2015-09-09ipv6: fix ifnullfree.cocci warningsWu Fengguang
2015-09-09ipv6: fix multipath route replace error recoveryRoopa Prabhu
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann
2015-08-31fib, fib6: reject invalid feature bitsDaniel Borkmann
2015-08-31net: fib6: reduce identation in ip6_convert_metricsDaniel Borkmann
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc
2015-08-24lwt: Add cfg argument to build_stateTom Herbert
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-20ipv6: route: extend flow representation with tunnel keyJiri Benc
2015-08-20ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc
2015-08-20ipv6: drop metadata dst in ip6_route_inputJiri Benc
2015-08-20route: move lwtunnel state to dst_entryJiri Benc