index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
queue_stack_maps.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Avoid deadlock when using queue and stack maps from NMI
Toke Høiland-Jørgensen
2023-09-12
1
-3
/
+18
*
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-06-19
1
-4
/
+0
*
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-22
1
-11
/
+11
*
bpf: queue_stack_maps memory usage
Yafang Shao
2023-03-07
1
-0
/
+10
*
bpf: Remove unneeded memset in queue_stack_map creation
Yafang Shao
2022-08-10
1
-2
/
+0
*
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-26
1
-6
/
+4
*
bpf: Eliminate rlimit-based memory accounting for queue_stack_maps maps
Roman Gushchin
2020-12-03
1
-12
/
+4
*
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-28
1
-0
/
+2
*
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
2020-07-01
1
-7
/
+0
*
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
2020-06-22
1
-0
/
+6
*
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-05-15
1
-1
/
+1
*
bpf, libbpf: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-11
1
-1
/
+1
*
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-06-01
1
-4
/
+0
*
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-06-01
1
-3
/
+6
*
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-06-01
1
-1
/
+1
*
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
2019-04-10
1
-3
/
+3
*
bpf: fix integer overflow in queue_stack_map
Alexei Starovoitov
2018-11-22
1
-8
/
+8
*
bpf: fix leaking uninitialized memory on pop/peek helpers
Daniel Borkmann
2018-10-26
1
-0
/
+2
*
bpf: add queue and stack maps
Mauricio Vasquez B
2018-10-19
1
-0
/
+288