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