summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/queue_stack_maps.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen2023-09-111-3/+18
* bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-191-4/+0
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-11/+11
* bpf: queue_stack_maps memory usageYafang Shao2023-03-071-0/+10
* bpf: Remove unneeded memset in queue_stack_map creationYafang Shao2022-08-101-2/+0
* bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-6/+4
* bpf: Eliminate rlimit-based memory accounting for queue_stack_maps mapsRoman Gushchin2020-12-021-12/+4
* bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+2
* bpf: Remove redundant synchronize_rcu.Alexei Starovoitov2020-07-011-7/+0
* bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-221-0/+6
* bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-1/+1
* bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-111-1/+1
* 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