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