summaryrefslogtreecommitdiff
path: root/kernel/bpf/bpf_local_storage.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-261-1/+10
* bpf: Enable task local storage for tracing programsSong Liu2021-02-261-11/+17
* bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-021-10/+0
* bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-021-4/+6
* bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau2020-09-191-1/+1
* bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-251-0/+600