aboutsummaryrefslogtreecommitdiff
path: root/include/net/dst.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-24net/dst: do not confirm neighbor for vxlan and geneve pmtu updateGravatar Hangbin Liu 1-1/+1
2019-12-24net/dst: add new function skb_dst_update_pmtu_no_confirmGravatar Hangbin Liu 1-0/+9
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuGravatar Hangbin Liu 1-1/+1
2019-12-20net: dst: Force 4-byte alignment of dst_metricsGravatar Geert Uytterhoeven 1-1/+1
2019-07-01net: dst.h: Fix shifting signed 32-bit value by 31 bits problemGravatar Vandana BN 1-1/+1
2019-06-29net: make skb_dst_force return true when dst is refcountedGravatar Florian Westphal 1-1/+4
2019-03-21net: dst: remove gc leftoversGravatar Julian Wiedmann 1-11/+0
2018-10-17geneve, vxlan: Don't set exceptions if skb->len < mtuGravatar Stefano Brivio 1-0/+10
2018-07-20xfrm: Remove xfrmi interface ID from flowiGravatar Benedict Wong 1-0/+14
2018-03-05net: core: dst: Add kernel-doc for 'net' parameterGravatar Jonathan Neuschäfer 1-0/+1
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+8
2018-01-25net: don't call update_pmtu unconditionallyGravatar Nicolas Dichtel 1-0/+8
2017-11-30net: Remove dst->nextGravatar David Miller 1-4/+0
2017-11-30net: Rearrange dst_entry layout to avoid useless padding.Gravatar David Miller 1-19/+12
2017-11-30xfrm: Move dst->path into struct xfrm_dstGravatar David Miller 1-2/+1
2017-11-30ipv6: Move dst->from into struct rt6_info.Gravatar David Miller 1-2/+1
2017-11-30xfrm: Move child route linkage into xfrm_dst.Gravatar David Miller 1-2/+1
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.Gravatar David Miller 1-1/+0
2017-11-30decnet: Move dn_next into decnet route structure.Gravatar David Miller 1-1/+0
2017-11-30net: dst->rt_next is unused.Gravatar David Miller 1-1/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-27net: updating dst lastusage is an unlikely event.Gravatar Paolo Abeni 1-1/+1
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostGravatar Wei Wang 1-7/+8
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableGravatar Wei Wang 1-1/+1
2017-09-21net: prevent dst uses after freeGravatar Eric Dumazet 1-18/+4
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tGravatar Eric Dumazet 1-1/+2
2017-06-17net: add debug atomic_inc_not_zero() in dst_hold()Gravatar Wei Wang 1-1/+1
2017-06-17net: reorder all the dst flagsGravatar Wei Wang 1-5/+5
2017-06-17net: remove DST_NOCACHE flagGravatar Wei Wang 1-1/+0
2017-06-17net: remove DST_NOGC flagGravatar Wei Wang 1-5/+1
2017-06-17net: remove dst gc related codeGravatar Wei Wang 1-21/+0
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleGravatar Wei Wang 1-1/+0
2017-06-17net: introduce a new function dst_dev_put()Gravatar Wei Wang 1-0/+1
2017-06-17net: introduce DST_NOGC in dst_release() to destroy dst based on refcntGravatar Wei Wang 1-1/+4
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+7
2017-05-26ipv4: add reference counting to metricsGravatar Eric Dumazet 1-1/+7
2017-05-18net: make struct dst_entry::dev first memberGravatar Alexey Dobriyan 1-1/+1
2017-02-11net: rename dst_neigh_output back to neigh_outputGravatar Julian Anastasov 1-12/+0
2017-02-07net: pending_confirm is not used anymoreGravatar Julian Anastasov 1-12/+2
2017-02-07net: add confirm_neigh method to dst_opsGravatar Julian Anastasov 1-0/+7
2016-04-25route: move lwtunnel state to a single placeGravatar Jiri Benc 1-4/+1
2016-03-18bpf, dst: add and use dst_tclassid helperGravatar Daniel Borkmann 1-0/+12
2015-12-14net: fix IP early demux racesGravatar Eric Dumazet 1-0/+33
2015-10-08dst: Pass net into dst->outputGravatar Eric W. Biederman 1-4/+4
2015-10-08net: Pass net into dst_output and remove dst_output_okfnGravatar Eric W. Biederman 1-5/+1
2015-09-25inet: constify ip_route_output_flow() socket argumentGravatar Eric Dumazet 1-4/+5
2015-09-17netfilter: Pass net into okfnGravatar Eric W. Biederman 1-0/+4
2015-09-17net: Merge dst_output and dst_output_skGravatar Eric W. Biederman 1-5/+1
2015-08-31tcp: use dctcp if enabled on the route to the initiatorGravatar Daniel Borkmann 1-0/+6