aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/ringbuf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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