aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dst.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-21dst: Metadata destinationsThomas Graf1-1/+5
2015-05-12net: make skb_dst_pop routine staticYing Xue1-12/+0
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau1-6/+0
2015-02-12xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang1-0/+1
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-0/+1
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-1/+14