summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
AgeCommit message (Expand)AuthorLines
2026-02-02inet: add dst4_mtu() and dst6_mtu() helpersEric Dumazet-0/+6
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet-2/+2
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet-2/+2
2025-08-29net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet-1/+1
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet-2/+2
2024-07-14ipv6: fix source address selection with route leakNicolas Dichtel-6/+14
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet-6/+5
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet-1/+1
2024-02-12net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee-1/+2
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet-3/+2
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet-5/+9
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