summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/ringbuf.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2021-12-181-1/+1
* bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()Rustam Kovhaev2021-06-281-0/+2
* bpf: Prevent writable memory-mapping of read-only ringbuf pagesAndrii Nakryiko2021-05-111-13/+8
* bpf, ringbuf: Deny reserve of buffers larger than ringbufThadeu Lima de Souza Cascardo2021-05-111-0/+3
* bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin2020-12-021-20/+4
* bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin2020-12-021-7/+4
* bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-10/+8
|\
| * bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko2020-06-301-10/+8
* | bpf: Remove redundant synchronize_rcu.Alexei Starovoitov2020-07-011-7/+0
* | bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-221-0/+3
|/
* bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-011-0/+501