summaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
AgeCommit message (Expand)AuthorLines
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet-3/+2
2022-09-26net: Remove unused inline function dst_hold_and_use()Gaosheng Cui-6/+0
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet-0/+1
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni-0/+2
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann-0/+11
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez-1/+6
2021-02-03net: use indirect call helpers for dst_mtuBrian Vazquez-1/+3
2021-02-03net: use indirect call helpers for dst_outputBrian Vazquez-1/+7
2021-02-03net: use indirect call helpers for dst_inputBrian Vazquez-1/+5
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault-7/+5
2020-08-31net: clean up codestyleMiaohe Lin-1/+1
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio-10/+0
2020-07-07net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese-1/+9
2020-03-23Remove DST_HOSTDavid Laight-1/+0
2019-12-24net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu-1/+1
2019-12-24net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu-0/+9
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu-1/+1
2019-12-20net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven-1/+1
2019-07-01net: dst.h: Fix shifting signed 32-bit value by 31 bits problemVandana BN-1/+1
2019-06-29net: make skb_dst_force return true when dst is refcountedFlorian Westphal-1/+4
2019-03-21net: dst: remove gc leftoversJulian Wiedmann-11/+0
2018-10-17geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio-0/+10
2018-07-20xfrm: Remove xfrmi interface ID from flowiBenedict Wong-0/+14
2018-03-05net: core: dst: Add kernel-doc for 'net' parameterJonathan Neuschäfer-0/+1
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+8
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel-0/+8
2017-11-30net: Remove dst->nextDavid Miller-4/+0
2017-11-30net: Rearrange dst_entry layout to avoid useless padding.David Miller-19/+12
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller-2/+1
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller-2/+1
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller-2/+1
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller-1/+0
2017-11-30decnet: Move dn_next into decnet route structure.David Miller-1/+0
2017-11-30net: dst->rt_next is unused.David Miller-1/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27net: updating dst lastusage is an unlikely event.Paolo Abeni-1/+1
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang-7/+8
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang-1/+1
2017-09-21net: prevent dst uses after freeEric Dumazet-18/+4
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet-1/+2
2017-06-17net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang-1/+1
2017-06-17net: reorder all the dst flagsWei Wang-5/+5
2017-06-17net: remove DST_NOCACHE flagWei Wang-1/+0
2017-06-17net: remove DST_NOGC flagWei Wang-5/+1
2017-06-17net: remove dst gc related codeWei Wang-21/+0
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang-1/+0
2017-06-17net: introduce a new function dst_dev_put()Wei Wang-0/+1
2017-06-17net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang-1/+4
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+7