summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/ringbuf.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-14bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi1-3/+3
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet1-5/+176
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet1-6/+56
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao1-3/+3
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao1-1/+1
2022-08-10bpf: Use bpf_map_area_free instread of kvfreeYafang Shao1-2/+2
2022-05-23bpf: Dynptr support for ring buffersJoanne Koong1-0/+78
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong1-3/+3
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi1-2/+2
2022-02-02bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao1-1/+1
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-1/+1
2021-06-28bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev1-0/+2
2021-05-11bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko1-13/+8
2021-05-11bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo1-0/+3
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin1-20/+4
2020-12-02bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin1-7/+4
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+1
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+8
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov1-7/+0
2020-06-30bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko1-10/+8
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov1-0/+3
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko1-0/+501