aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/dst.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-06net: dst: Make dst_destroy() static and return void.Sebastian Andrzej Siewior1-1/+0
2023-10-25ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai1-7/+0
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao1-2/+2
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner1-9/+10
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo1-1/+14
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-3/+2
2022-09-26net: Remove unused inline function dst_hold_and_use()Gaosheng Cui1-6/+0
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet1-0/+1
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni1-0/+2
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann1-0/+11
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez1-1/+6
2021-02-03net: use indirect call helpers for dst_mtuBrian Vazquez1-1/+3
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez1-1/+7
2021-02-03net: use indirect call helpers for dst_inputBrian Vazquez1-1/+5
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault1-7/+5
2020-08-31net: clean up codestyleMiaohe Lin1-1/+1
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio1-10/+0
2020-07-07net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese1-1/+9
2020-03-23Remove DST_HOSTDavid Laight1-1/+0
2019-12-24net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu1-1/+1
2019-12-24net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu1-0/+9
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2019-12-20net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven1-1/+1
2019-07-01net: dst.h: Fix shifting signed 32-bit value by 31 bits problemVandana BN1-1/+1
2019-06-29net: make skb_dst_force return true when dst is refcountedFlorian Westphal1-1/+4
2019-03-21net: dst: remove gc leftoversJulian Wiedmann1-11/+0
2018-10-17geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio1-0/+10
2018-07-20xfrm: Remove xfrmi interface ID from flowiBenedict Wong1-0/+14
2018-03-05net: core: dst: Add kernel-doc for 'net' parameterJonathan Neuschäfer1-0/+1
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel1-0/+8
2017-11-30net: Remove dst->nextDavid Miller1-4/+0
2017-11-30net: Rearrange dst_entry layout to avoid useless padding.David Miller1-19/+12
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller1-2/+1
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller1-2/+1
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller1-2/+1
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller1-1/+0
2017-11-30decnet: Move dn_next into decnet route structure.David Miller1-1/+0
2017-11-30net: dst->rt_next is unused.David Miller1-1/+0
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-27net: updating dst lastusage is an unlikely event.Paolo Abeni1-1/+1
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang1-7/+8
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang1-1/+1
2017-09-21net: prevent dst uses after freeEric Dumazet1-18/+4
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet1-1/+2
2017-06-17net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang1-1/+1
2017-06-17net: reorder all the dst flagsWei Wang1-5/+5
2017-06-17net: remove DST_NOCACHE flagWei Wang1-1/+0
2017-06-17net: remove DST_NOGC flagWei Wang1-5/+1