summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-281-2/+2
|\
| * ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-261-2/+2
* | ipv6: Dump route exceptions if requestedStefano Brivio2019-06-241-1/+1
* | ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2019-06-231-0/+4
* | ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang2019-06-231-0/+10
* | ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang2019-06-231-0/+1
* | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-051-2/+11
* | ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2019-05-241-2/+2
|/
* net: Change nhc_flags to unsigned charDavid Ahern2019-04-241-1/+1
* ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmpDavid Ahern2019-04-221-1/+3
* ipv6: Simplify rt6_qualify_for_ecmpDavid Ahern2019-04-211-2/+1Star
* ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern2019-04-181-2/+3
* net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-091-1/+1
* ipv6: Rename fib6_nh entriesDavid Ahern2019-03-291-3/+5
* ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-291-2/+2
* net: Add struct for fib dump filterDavid Ahern2018-10-161-0/+1
* net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski2018-10-031-2/+1Star
* net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern2018-07-041-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-251-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/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-071-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/+0Star
* | 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-181-14/+14
* net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-181-2/+1Star
* net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-181-1/+0Star
* net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-181-2/+4
* net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-181-0/+3
* net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-181-3/+3
* net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-181-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-03-011-1/+3
|/
* ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2018-01-101-0/+7
* ipv6: Set nexthop flags upon carrier changeIdo Schimmel2018-01-081-0/+1
* ipv6: Prepare to handle multiple netdev eventsIdo Schimmel2018-01-081-1/+1
* ipv6: Clear nexthop flags upon netdev upIdo Schimmel2018-01-081-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-301-0/+10
* ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki2017-08-251-0/+1