summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-061-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-0/+1
|\
| * ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong2014-05-151-0/+1
* | net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
|/
* ipv6: Limit mtu to 65575 bytesEric Dumazet2014-04-141-0/+5
* ipv6: reuse rt6_need_strictWang Yufen2014-03-311-0/+5
* ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2014-02-261-1/+8
* IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail2014-01-071-0/+7
* ipv6: namespace cleanupsstephen hemminger2014-01-011-20/+0
* ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-181-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-4/+2
|\
| * ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-211-4/+2