summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/queue_stack_maps.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-311-4/+0
* bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-311-3/+6
* bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-311-1/+1
* bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-091-3/+3
* bpf: fix integer overflow in queue_stack_mapAlexei Starovoitov2018-11-221-8/+8
* bpf: fix leaking uninitialized memory on pop/peek helpersDaniel Borkmann2018-10-251-0/+2
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+288