summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_cgrp_storage.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseYafang Shao2023-12-081-3/+3
* bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov2023-04-041-2/+2
* bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau2023-03-251-1/+1
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-3/+3
* bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau2023-03-101-1/+1
* bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau2023-03-101-8/+1
* bpf, net: bpf_local_storage memory usageYafang Shao2023-03-071-0/+1
* bpf: Fix a compilation failure with clang lto buildYonghong Song2022-11-301-2/+1
* bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-251-0/+247