summaryrefslogtreecommitdiffstats
path: root/net/core/bpf_sk_storage.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-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-06-011-3/+1Star
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-011-3/+5
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-011-1/+1
* | bpf: add memlock precharge for socket local storageRoman Gushchin2019-06-011-2/+10
|/
* bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing2019-05-051-1/+1
* bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-271-0/+804