aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/bpf_cgrp_storage.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseYafang Shao1-3/+3
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov1-2/+2
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau1-1/+1
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn1-3/+3
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau1-1/+1
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau1-8/+1
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao1-0/+1
2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song1-2/+1
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song1-0/+247