summaryrefslogtreecommitdiff
path: root/include/linux/bpf_local_storage.h
AgeCommit message (Expand)Author
2023-03-25bpf: Use bpf_mem_cache_alloc/free for bpf_local_storageMartin KaFai Lau
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau
2023-03-10bpf: Remember smap in bpf_local_storageMartin KaFai Lau
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau
2023-03-10bpf: Move a few bpf_local_storage functions to static scopeMartin KaFai Lau
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao
2022-10-25bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-05-24bpf: Fix spelling mistakesZhen Lei
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh