summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
AgeCommit message (Expand)AuthorLines
2023-07-28IPv6: add extack info for IPv6 address add/deleteHangbin Liu-1/+1
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo-1/+1
2023-01-24ipv6: Make ip6_route_output_flags_noref() static.Guillaume Nault-4/+0
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski-10/+10
2021-11-19ipv6: ip6_skb_dst_mtu() cleanupsEric Dumazet-9/+9
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-08-03net: ipv6: fix returned variable type in ip6_skb_dst_mtuAntoine Tenart-1/+1
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko-2/+3
2021-07-02net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko-1/+1
2021-06-28net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko-4/+12
2021-01-26net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary-1/+2
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig-1/+2
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu-1/+1
2020-04-07net: ipv6: do not consider routes via gateways for anycast address checkTim Stallard-0/+1
2020-02-29net: ip6_route: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel-2/+2
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio-1/+1
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang-0/+4
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang-0/+10
2019-06-23ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang-0/+1
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern-2/+11
2019-05-24ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern-2/+2
2019-04-23net: Change nhc_flags to unsigned charDavid Ahern-1/+1
2019-04-21ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmpDavid Ahern-1/+3
2019-04-21ipv6: Simplify rt6_qualify_for_ecmpDavid Ahern-2/+1
2019-04-17ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern-2/+3
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern-1/+1
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern-3/+5
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern-2/+2
2018-10-16net: Add struct for fib dump filterDavid Ahern-0/+1
2018-10-02net: remove 1 always zero parameter from ip6_redirect_no_header()Maciej Żenczykowski-2/+1
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern-0/+6
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+3
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern-6/+0
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern-0/+3
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+21
2018-04-21ipv6: make ip6_dst_mtu_forward inlineFelix Fietkau-0/+21
2018-04-19net/ipv6: Remove compare of fib6_idev from rt6_duplicate_nexthopDavid Ahern-1/+0
2018-04-19net/ipv6: Change ip6_route_get_saddr to get dev from routeDavid Ahern-5/+6
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern-1/+1
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern-13/+13
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern-14/+14
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern-2/+1
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern-1/+0
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern-2/+4
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern-0/+3
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern-3/+3
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern-5/+7
2018-04-04ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev-0/+3