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