aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/queue_stack_maps.c
AgeCommit message (Expand)Author
6 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-07bpf: queue_stack_maps memory usageYafang Shao
2022-08-10bpf: Remove unneeded memset in queue_stack_map creationYafang Shao
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2020-12-02bpf: Eliminate rlimit-based memory accounting for queue_stack_maps mapsRoman Gushchin
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-11bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva
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-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann
2018-11-22bpf: fix integer overflow in queue_stack_mapAlexei Starovoitov
2018-10-25bpf: fix leaking uninitialized memory on pop/peek helpersDaniel Borkmann
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B