summaryrefslogtreecommitdiff
path: root/include/linux/bpf_local_storage.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-12bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver1-2/+28
2023-03-26bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau1-0/+1
2023-03-26bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau1-1/+5
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau1-0/+4
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau1-1/+1
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau1-0/+1
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau1-1/+1
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau1-3/+0
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao1-0/+1
2022-10-26bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song1-10/+7
2022-04-20bpf: Fix usage of trace RCU in local storage.KP Singh1-2/+2
2022-03-21bpf: Enable non-atomic allocations in local storageJoanne Koong1-3/+4
2021-12-30bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh1-0/+5
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-05-25bpf: Fix spelling mistakesZhen Lei1-2/+2
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu1-1/+2
2020-08-26bpf: Split bpf_local_storage to bpf_sk_storageKP Singh1-0/+163