aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dst.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-17net: remove dst gc related codeWei Wang1-21/+0
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang1-1/+0
2017-06-17net: introduce a new function dst_dev_put()Wei Wang1-0/+1
2017-06-17net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang1-1/+4
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2017-05-26ipv4: add reference counting to metricsEric Dumazet1-1/+7
2017-05-18net: make struct dst_entry::dev first memberAlexey Dobriyan1-1/+1
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov1-12/+0
2017-02-07net: pending_confirm is not used anymoreJulian Anastasov1-12/+2
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov1-0/+7
2016-04-25route: move lwtunnel state to a single placeJiri Benc1-4/+1
2016-03-18bpf, dst: add and use dst_tclassid helperDaniel Borkmann1-0/+12
2015-12-14net: fix IP early demux racesEric Dumazet1-0/+33
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-4/+4
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-5/+1
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet1-4/+5
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-0/+4
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-5/+1
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann1-0/+6
2015-08-27dst: Add __skb_dst_copy() variationJoe Stringer1-2/+7
2015-08-23route: fix breakage after moving lwtunnel stateJiri Benc1-2/+5
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-1/+2