summaryrefslogtreecommitdiff
path: root/net/core/bpf_sk_storage.c
AgeCommit message (Expand)Author
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
2020-02-07bpf: Improve bucket_log calculation logicMartin KaFai Lau
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-08-17bpf: support cloning sk storage on accept()Stanislav Fomichev
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-15bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-05-31bpf: add memlock precharge for socket local storageRoman Gushchin
2019-05-04bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau