summaryrefslogtreecommitdiff
path: root/net/core/bpf_sk_storage.c
AgeCommit message (Expand)Author
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau
2020-02-07bpf: Improve bucket_log calculation logicMartin KaFai Lau
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko
2019-08-17bpf: support cloning sk storage on accept()Stanislav Fomichev
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-15bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-05-31bpf: add memlock precharge for socket local storageRoman Gushchin
2019-05-04bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()YueHaibing
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau