summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/ringbuf.c
AgeCommit message (Expand)AuthorLines
2022-05-23bpf: Dynptr support for ring buffersJoanne Koong-0/+78
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong-3/+3
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi-2/+2
2022-02-02bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao-1/+1
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo-1/+1
2021-06-28bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev-0/+2
2021-05-11bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko-13/+8
2021-05-11bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo-0/+3
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin-20/+4
2020-12-02bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin-7/+4
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau-0/+1
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-10/+8
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov-7/+0
2020-06-30bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko-10/+8
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov-0/+3
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko-0/+501