summaryrefslogtreecommitdiff
path: root/net/core/dst.c
Commit message (Expand)AuthorAge
* net: Remove dst->nextDavid Miller2017-11-30
* xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-30
* ipv6: Move dst->from into struct rt6_info.David Miller2017-11-30
* xfrm: Move child route linkage into xfrm_dst.David Miller2017-11-30
* net: Create and use new helper xfrm_dst_child().David Miller2017-11-30
* net: dst: move cpu inside ifdef to avoid compilation warningJakub Kicinski2017-10-10
* bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski2017-10-10
* net: check type when freeing metadata dstDavid Lamparter2017-08-21
* ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet2017-08-18
* net: store port/representator id in metadata_dstJakub Kicinski2017-06-25
* net: remove DST_NOCACHE flagWei Wang2017-06-17
* net: remove DST_NOGC flagWei Wang2017-06-17
* net: remove dst gc related codeWei Wang2017-06-17
* xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2017-06-17
* net: introduce a new function dst_dev_put()Wei Wang2017-06-17
* net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang2017-06-17
* Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen2017-06-09
* ipv4: add reference counting to metricsEric Dumazet2017-05-26
* net: pending_confirm is not used anymoreJulian Anastasov2017-02-07
* net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-16
* net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-06
* net: fix a race in dst_release()Eric Dumazet2015-11-09
* dst: Pass net into dst->outputEric W. Biederman2015-10-08
* tun_dst: Remove opts_sizePravin B Shelar2015-08-31
* route: fix a use-after-freeWANG Cong2015-08-25
* route: move lwtunnel state to dst_entryJiri Benc2015-08-20
* bpf: add helpers to access tunnel metadataAlexei Starovoitov2015-07-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-23
|\
| * net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov2015-07-21
* | dst: Metadata destinationsThomas Graf2015-07-21
|/
* dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2014-12-09
* ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-06-25
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-15
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* net: add skb_dst_set_noref_forceJulian Anastasov2013-04-02
* ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\
| * net: remove delay at device dismantleEric Dumazet2012-08-22
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-02
|\ \ | |/ |/|
| * workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-13
* | net: force dst_default_metrics to const sectionEric Dumazet2012-08-08
|/
* net: Document dst->obsolete better.David S. Miller2012-07-20
* net: Kill dst->_neighbour, accessors, and final uses.David S. Miller2012-07-05
* net: Do delayed neigh confirmation.David S. Miller2012-07-05
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-05
* net: fix potential neighbour race in dst_ifdown()Eric Dumazet2011-08-09
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-17
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-14
* ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-01
* net: fix __dst_destroy_metrics_generic()Eric Dumazet2011-05-24