summaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
AgeCommit message (Expand)AuthorLines
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
2017-05-26ipv4: add reference counting to metricsEric Dumazet-1/+7
2017-05-18net: make struct dst_entry::dev first memberAlexey Dobriyan-1/+1
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov-12/+0
2017-02-07net: pending_confirm is not used anymoreJulian Anastasov-12/+2
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov-0/+7
2016-04-25route: move lwtunnel state to a single placeJiri Benc-4/+1
2016-03-18bpf, dst: add and use dst_tclassid helperDaniel Borkmann-0/+12
2015-12-14net: fix IP early demux racesEric Dumazet-0/+33
2015-10-08dst: Pass net into dst->outputEric W. Biederman-4/+4
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman-5/+1
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet-4/+5
2015-09-17netfilter: Pass net into okfnEric W. Biederman-0/+4
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman-5/+1
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann-0/+6
2015-08-27dst: Add __skb_dst_copy() variationJoe Stringer-2/+7
2015-08-23route: fix breakage after moving lwtunnel stateJiri Benc-2/+5
2015-08-20route: move lwtunnel state to dst_entryJiri Benc-1/+2
2015-07-21dst: Metadata destinationsThomas Graf-1/+5
2015-05-12net: make skb_dst_pop routine staticYing Xue-12/+0
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau-6/+0
2015-02-12xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang-0/+1
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert-0/+1
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert-1/+14
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet-3/+11