aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/bpf_cgrp_storage.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseGravatar Yafang Shao 1-3/+3
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Gravatar Alexei Starovoitov 1-2/+2
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemGravatar Martin KaFai Lau 1-1/+1
2023-03-22bpf: return long from bpf_map_ops funcsGravatar JP Kobryn 1-3/+3
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageGravatar Martin KaFai Lau 1-1/+1
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyGravatar Martin KaFai Lau 1-8/+1
2023-03-07bpf, net: bpf_local_storage memory usageGravatar Yafang Shao 1-0/+1
2022-11-30bpf: Fix a compilation failure with clang lto buildGravatar Yonghong Song 1-2/+1
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsGravatar Yonghong Song 1-0/+247