aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip6_route.h
AgeCommit message (Expand)Author
2021-01-26net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu
2020-04-07net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard
2020-02-29net: ip6_route: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang
2019-06-23ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern
2019-05-24ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern
2019-04-23net: Change nhc_flags to unsigned charDavid Ahern
2019-04-21ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmpDavid Ahern
2019-04-21ipv6: Simplify rt6_qualify_for_ecmpDavid Ahern
2019-04-17ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern
2018-10-16net: Add struct for fib dump filterDavid Ahern
2018-10-02net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-04-21ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau
2018-04-19net/ipv6: Remove compare of fib6_idev from rt6_duplicate_nexthopDavid Ahern
2018-04-19net/ipv6: Change ip6_route_get_saddr to get dev from routeDavid Ahern
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern
2018-04-04ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-04net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel
2018-01-07ipv6: Set nexthop flags upon carrier changeIdo Schimmel
2018-01-07ipv6: Prepare to handle multiple netdev eventsIdo Schimmel
2018-01-07ipv6: Clear nexthop flags upon netdev upIdo Schimmel
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller