summaryrefslogtreecommitdiff
path: root/kernel/bpf/ringbuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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