aboutsummaryrefslogtreecommitdiff
path: root/net/core/dst_cache.c
AgeCommit message (Expand)AuthorFilesLines
12 daysnet: dst_cache: add two DEBUG_NET warningsGravatar Eric Dumazet 1-0/+2
2024-05-08net: dst_cache: minor optimization in dst_cache_set_ip6()Gravatar Eric Dumazet 1-1/+1
2024-05-08net: dst_cache: annotate data-races around dst_cache->reset_tsGravatar Eric Dumazet 1-2/+3
2024-04-30inet: introduce dst_rtable() helperGravatar Eric Dumazet 1-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperGravatar Eric Dumazet 1-1/+1
2021-11-29wireguard: device: reset peer src endpoint when netns exitsGravatar Jason A. Donenfeld 1-0/+19
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-03-05net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistencyGravatar Jonathan Neuschäfer 1-2/+2
2016-03-18net: dst_cache_per_cpu_dst_set() can be staticGravatar Wu Fengguang 1-4/+4
2016-02-16net: add dst_cache supportGravatar Paolo Abeni 1-0/+168