summaryrefslogtreecommitdiff
path: root/net/core/bpf_sk_storage.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-06-16bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre1-1/+2
2019-06-01bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-3/+1
2019-06-01bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-3/+5
2019-06-01bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-1/+1
2019-06-01bpf: add memlock precharge for socket local storageRoman Gushchin1-2/+10
2019-05-05bpf: 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