summaryrefslogtreecommitdiffstats
path: root/net/core/dst_cache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dst_cache: add two DEBUG_NET warningsEric Dumazet2024-06-041-0/+2
* net: dst_cache: minor optimization in dst_cache_set_ip6()Eric Dumazet2024-05-091-1/+1
* net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet2024-05-091-2/+3
* inet: introduce dst_rtable() helperEric Dumazet2024-05-011-1/+1
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-301-0/+19
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistencyJonathan Neuschäfer2018-03-051-2/+2
* net: dst_cache_per_cpu_dst_set() can be staticWu Fengguang2016-03-181-4/+4
* net: add dst_cache supportPaolo Abeni2016-02-171-0/+168