aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/bpf_sk_storage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima1-2/+3
2022-08-10bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao1-1/+1
2022-08-10bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao1-1/+9
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong1-3/+2
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh1-3/+3
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi1-0/+2
2022-03-20bpf: Enable non-atomic allocations in local storageJoanne Koong1-9/+12
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh1-1/+7
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo1-1/+1
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo1-1/+1
2021-08-13net: in_irq() cleanupChangbin Du1-2/+2
2021-05-13bpf: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu1-1/+1
2020-12-04bpf: Expose bpf_sk_storage_* to iterator programsFlorent Revest1-0/+1
2020-11-16bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau1-2/+2
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau1-0/+74
2020-11-12bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau1-19/+19
2020-11-12bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau1-13/+10
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-23/+6
2020-09-21bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song1-18/+13
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-6/+2
2020-09-10bpf: Remove duplicate headersChen Zhou1-1/+0
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+1
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh1-0/+25
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh1-671/+1
2020-08-25bpf: Generalize bpf_sk_storageKP Singh1-82/+156
2020-08-25bpf: Generalize caching for sk_storage.KP Singh1-16/+15
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh1-238/+250
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+2
2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song1-8/+29
2020-07-31bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev1-0/+10
2020-07-25bpf: Implement bpf iterator for sock local storage mapYonghong Song1-0/+206
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov1-0/+3
2020-06-18bpf: sk_storage: Prefer to get a free cache_idxMartin KaFai Lau1-4/+37
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov1-2/+2
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+277
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-6/+277
2020-02-07bpf: Improve bucket_log calculation logicMartin KaFai Lau1-2/+3
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-1/+1
2019-08-17bpf: support cloning sk storage on accept()Stanislav Fomichev1-3/+101
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-06-15bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre1-1/+2
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-3/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-3/+5
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-1/+1
2019-05-31bpf: add memlock precharge for socket local storageRoman Gushchin1-2/+10
2019-05-04bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing1-1/+1
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau1-0/+804