summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf_local_storage.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver2024-02-111-2/+28
* bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau2023-03-251-0/+1
* bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau2023-03-251-1/+5
* bpf: Add bpf_selem_free()Martin KaFai Lau2023-03-101-0/+4
* bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau2023-03-101-1/+1
* bpf: Remember smap in bpf_local_storageMartin KaFai Lau2023-03-101-0/+1
* bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau2023-03-101-1/+1
* bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau2023-03-101-3/+0
* bpf, net: bpf_local_storage memory usageYafang Shao2023-03-071-0/+1
* bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song2022-10-251-10/+7
* bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-191-2/+2
* bpf: Enable non-atomic allocations in local storageJoanne Koong2022-03-201-3/+4
* bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh2021-12-291-0/+5
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* bpf: Fix spelling mistakesZhen Lei2021-05-241-2/+2
* bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-261-1/+2
* bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-251-0/+163