summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_local_storage.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin1-10/+0
2020-12-02bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin1-4/+6
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau1-1/+1
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh1-0/+600