aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
AgeCommit message (Expand)Author
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
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
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov
2016-04-25route: move lwtunnel state to a single placeJiri Benc
2016-03-18bpf, dst: add and use dst_tclassid helperDaniel Borkmann
2015-12-14net: fix IP early demux racesEric Dumazet
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann
2015-08-27dst: Add __skb_dst_copy() variationJoe Stringer
2015-08-23route: fix breakage after moving lwtunnel stateJiri Benc
2015-08-20route: move lwtunnel state to dst_entryJiri Benc
2015-07-21dst: Metadata destinationsThomas Graf
2015-05-12net: make skb_dst_pop routine staticYing Xue
2015-05-01ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau
2015-02-12xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček
2014-03-06inet: remove now unused flag DST_NOPEERHannes Frederic Sowa
2013-12-17net: Add utility functions to clear rxhashTom Herbert
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-17net: dst: provide accessor function to dst->xfrmVlad Yasevich
2013-09-20dst.h: Remove extern from function prototypesJoe Perches
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel
2013-03-15Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明