summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-241-0/+3
|\
| * net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern2018-05-221-0/+3
* | net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern2018-05-221-6/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-061-0/+21
|\
| * ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau2018-04-211-0/+21
* | net/ipv6: Remove compare of fib6_idev from rt6_duplicate_nexthopDavid Ahern2018-04-191-1/+0
* | net/ipv6: Change ip6_route_get_saddr to get dev from routeDavid Ahern2018-04-191-5/+6
* | net/ipv6: Rename addrconf_dst_allocDavid Ahern2018-04-191-1/+1
* | net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-191-13/+13
|/
* net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-171-14/+14
* net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-171-2/+1
* net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-171-1/+0
* net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-171-2/+4
* net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-171-0/+3
* net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-171-3/+3
* net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-171-5/+7
* ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2018-04-041-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+3
|\
| * xfrm: reuse uncached_list to track xdstsXin Long2018-02-161-0/+3
* | net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern2018-03-041-2/+2
* | net/ipv6: Pass skb to route lookupDavid Ahern2018-03-041-4/+7
* | ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu2018-02-281-1/+3
|/
* ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2018-01-101-0/+7
* ipv6: Set nexthop flags upon carrier changeIdo Schimmel2018-01-071-0/+1
* ipv6: Prepare to handle multiple netdev eventsIdo Schimmel2018-01-071-1/+1
* ipv6: Clear nexthop flags upon netdev upIdo Schimmel2018-01-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ipv6: prepare fib6_age() for exception tableWei Wang2017-10-071-0/+2
* | ipv6: introduce a hash table to store dst cacheWei Wang2017-10-071-0/+3
|/
* ipv6: Use rt6i_idev index for echo replies to a local addressDavid Ahern2017-08-291-0/+10
* ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki2017-08-241-0/+1
* ip6: fix PMTU discovery when using /127 subnetsVincent Bernat2017-07-161-1/+1
* net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-061-0/+8
* ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-171-1/+0
* net: ipv6: Plumb extack through route add functionsDavid Ahern2017-05-221-1/+1
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-041-0/+1
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-2/+3
* net: ipv6: Do not consider link state for nexthop validationDavid Ahern2016-10-271-0/+1
* ipv6: Export p6_route_input_lookup symbolMahesh Bandewar2016-09-191-0/+3
* net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern2016-06-171-3/+18
* net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2016-06-151-0/+2
* net: vrf: Fix dst reference countingDavid Ahern2016-04-111-0/+3
* ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-291-2/+10
* ipv6: kill sk_dst_lockEric Dumazet2015-12-031-13/+4
* ipv6: Pass struct net through ip6_fragmentEric W. Biederman2015-09-301-2/+2
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-251-1/+1
* ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2015-05-251-1/+1
* ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-251-5/+14
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-1/+2
OpenPOWER on IntegriCloud