aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dst.c
AgeCommit message (Expand)Author
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao
2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-01-13ipv6: remove max_size check inline with ipv4Jon Maxwell
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-05xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger
2022-11-30net: Use call_rcu_hurry() for dst_release()Joel Fernandes (Google)
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet
2021-08-05net: Remove redundant if statementsYajun Deng
2021-03-10net, bpf: Fix ip6ip6 crash with collect_md populated skbsDaniel Borkmann
2021-03-10net: Consolidate common blackhole dst opsDaniel Borkmann
2020-09-10net: Correct the comment of dst_dev_put()Miaohe Lin
2020-05-08net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet
2019-09-26net: print proper warning on dst underflowJason A. Donenfeld
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-21net: dst: remove gc leftoversJulian Wiedmann
2019-01-17net: add a route cache full diagnostic messagePeter Oskolkov
2018-08-03netfilter: nf_tables: add tunnel supportPablo Neira Ayuso
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern
2017-11-30net: Remove dst->nextDavid Miller
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
2017-10-10net: dst: move cpu inside ifdef to avoid compilation warningJakub Kicinski
2017-10-10bpf: don't rely on the verifier lock for metadata_dst allocationJakub Kicinski
2017-08-21net: check type when freeing metadata dstDavid Lamparter
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
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-06-09Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen
2017-05-26ipv4: add reference counting to metricsEric Dumazet
2017-02-07net: pending_confirm is not used anymoreJulian Anastasov
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni
2016-01-06net: possible use after free in dst_releaseFrancesco Ruggeri
2015-11-09net: fix a race in dst_release()Eric Dumazet
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-08-31tun_dst: Remove opts_sizePravin B Shelar
2015-08-25route: fix a use-after-freeWANG Cong
2015-08-20route: move lwtunnel state to dst_entryJiri Benc
2015-07-31bpf: add helpers to access tunnel metadataAlexei Starovoitov
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller