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-06-011-4/+0Star
* bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-011-3/+6
* bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-011-1/+1
* bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-101-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-261-0/+2
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+288