summaryrefslogtreecommitdiff
path: root/net/core/bpf_sk_storage.c
AgeCommit message (Expand)Author
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-07-27bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsingLin Ma
2023-04-04bpf: Teach verifier that certain helpers accept NULL pointer.Alexei Starovoitov
2023-03-25bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elemMartin KaFai Lau
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-10bpf: Add bpf_selem_free()Martin KaFai Lau
2023-03-10bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storageMartin KaFai Lau
2023-03-10bpf: Refactor codes into bpf_local_storage_destroyMartin KaFai Lau
2023-03-07bpf, net: bpf_local_storage memory usageYafang Shao
2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi
2022-10-25bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima
2022-08-10bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao
2022-08-10bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo
2021-08-13net: in_irq() cleanupChangbin Du
2021-05-13bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu
2020-12-04bpf: Expose bpf_sk_storage_* to iterator programsFlorent Revest
2020-11-16bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau
2020-11-12bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau
2020-11-12bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-21bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer
2020-09-10bpf: Remove duplicate headersChen Zhou
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh
2020-08-25bpf: Generalize bpf_sk_storageKP Singh
2020-08-25bpf: Generalize caching for sk_storage.KP Singh
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song
2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song
2020-07-31bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev
2020-07-25bpf: Implement bpf iterator for sock local storage mapYonghong Song
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-06-18bpf: sk_storage: Prefer to get a free cache_idxMartin KaFai Lau
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau