aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+3
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern1-6/+0
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern1-0/+3
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+21
2018-04-21ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau1-0/+21
2018-04-19net/ipv6: Remove compare of fib6_idev from rt6_duplicate_nexthopDavid Ahern1-1/+0
2018-04-19net/ipv6: Change ip6_route_get_saddr to get dev from routeDavid Ahern1-5/+6
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern1-1/+1
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern1-13/+13
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern1-14/+14
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern1-2/+1
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern1-1/+0
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern1-2/+4
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern1-0/+3
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern1-3/+3
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern1-5/+7
2018-04-04ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev1-0/+3
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-03-04net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern1-2/+2
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern1-4/+7
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu1-1/+3
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long1-0/+3
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel1-0/+7
2018-01-07ipv6: Set nexthop flags upon carrier changeIdo Schimmel1-0/+1
2018-01-07ipv6: Prepare to handle multiple netdev eventsIdo Schimmel1-1/+1
2018-01-07ipv6: Clear nexthop flags upon netdev upIdo Schimmel1-0/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang1-0/+2
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang1-0/+3
2017-08-29ipv6: Use rt6i_idev index for echo replies to a local addressDavid Ahern1-0/+10
2017-08-24ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki1-0/+1
2017-07-16ip6: fix PMTU discovery when using /127 subnetsVincent Bernat1-1/+1
2017-07-06net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern1-0/+8
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang1-1/+0
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern1-1/+1
2017-05-04ipv6: initialize route null entry in addrconf_init()WANG Cong1-0/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-2/+3
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern1-0/+1
2016-09-19ipv6: Export p6_route_input_lookup symbolMahesh Bandewar1-0/+3
2016-06-17net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern1-3/+18
2016-06-15net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern1-0/+2
2016-04-11net: vrf: Fix dst reference countingDavid Ahern1-0/+3
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni1-2/+10
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-13/+4
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman1-2/+2
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau1-1/+1
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau1-1/+1
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau1-5/+14
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-1/+2