aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/bpf_sk_storage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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