summaryrefslogtreecommitdiffstats
path: root/net/core/bpf_sk_storage.c
Commit message (Expand)AuthorAgeFilesLines
...
* bpf: Improve bucket_log calculation logicMartin KaFai Lau2020-02-071-2/+3
* bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-1/+1
* bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-171-3/+101
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+2
|\
| * bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre2019-06-151-1/+2
* | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-311-3/+1
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-311-3/+5
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-311-1/+1
* | bpf: add memlock precharge for socket local storageRoman Gushchin2019-05-311-2/+10
|/
* bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing2019-05-041-1/+1
* bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-271-0/+804