| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-12 | libbpf: Support pre-initializing .bss global variables |  Andrii Nakryiko | 2 | -9/+55 |
| 2020-06-11 | selftests/bpf: Add cgroup_skb/egress test for load_bytes_relative |  YiFei Zhu | 2 | -0/+119 |
| 2020-06-09 | bpf: Selftests and tools use struct bpf_devmap_val from uapi |  Jesper Dangaard Brouer | 3 | -11/+2 |
| 2020-06-09 | bpf: cgroup: Allow multi-attach program to replace itself |  Lorenz Bauer | 1 | -0/+7 |
| 2020-06-08 | selftests/bpf: Fix ringbuf selftest sample counting undeterminism |  Andrii Nakryiko | 1 | -7/+35 |
| 2020-06-02 | selftests/bpf: Add a default $(CXX) value |  Ilya Leoshkevich | 1 | -0/+2 |
| 2020-06-02 | bpf, selftests: Use bpf_probe_read_kernel |  Ilya Leoshkevich | 4 | -48/+48 |
| 2020-06-02 | selftests/bpf: Fix verifier test |  Alexei Starovoitov | 1 | -1/+1 |
| 2020-06-02 | selftests/bpf: Fix sample_cnt shared between two threads |  Andrii Nakryiko | 1 | -1/+1 |
| 2020-06-02 | bpf, selftests: Adapt cls_redirect to call csum_level helper |  Daniel Borkmann | 1 | -3/+6 |
| 2020-06-01 | selftests/bpf: Extend test_flow_dissector to cover link creation |  Jakub Sitnicki | 1 | -33/+82 |
| 2020-06-01 | selftests/bpf: Convert test_flow_dissector to use BPF skeleton |  Jakub Sitnicki | 2 | -15/+55 |
| 2020-06-01 | selftests/bpf, flow_dissector: Close TAP device FD after the test |  Jakub Sitnicki | 1 | -0/+1 |
| 2020-06-01 | selftests/bpf: Add tests for attaching bpf_link to netns |  Jakub Sitnicki | 1 | -37/+551 |
| 2020-06-01 | selftests/bpf: Add test for SO_BINDTODEVICE opt of bpf_setsockopt |  Ferenc Fejes | 1 | -0/+33 |
| 2020-06-01 | bpf, selftests: Add test for ktls with skb bpf ingress policy |  John Fastabend | 2 | -22/+187 |
| 2020-06-01 | selftest: Add tests for XDP programs in devmap entries |  David Ahern | 3 | -0/+163 |
| 2020-06-01 | bpf: Add BPF ringbuf and perf buffer benchmarks |  Andrii Nakryiko | 6 | -1/+754 |
| 2020-06-01 | selftests/bpf: Add BPF ringbuf selftests |  Andrii Nakryiko | 4 | -0/+468 |
| 2020-06-01 | bpf: Implement BPF ring buffer and verifier support for it |  Andrii Nakryiko | 8 | -18/+18 |
| 2020-06-01 | selftests/bpf: Add tests for write-only stacks/queues |  Anton Protopopov | 1 | -1/+39 |
| 2020-06-01 | selftests/bpf: Cleanup comments in test_maps |  Anton Protopopov | 1 | -3/+3 |
| 2020-06-01 | selftests/bpf: Cleanup some file descriptors in test_maps |  Anton Protopopov | 1 | -0/+4 |
| 2020-06-01 | selftests/bpf: Fix a typo in test_maps |  Anton Protopopov | 1 | -1/+1 |
| 2020-06-01 | bpf, selftests: Test probe_* helpers from SCHED_CLS |  John Fastabend | 2 | -0/+58 |
| 2020-06-01 | bpf, selftests: Add sk_msg helpers load and attach test |  John Fastabend | 2 | -0/+82 |
| 2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 1 | -14/+32 |
| 2020-05-29 | bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones |  John Fastabend | 1 | -0/+22 |
| 2020-05-29 | bpf, selftests: Verifier bounds tests need to be updated |  John Fastabend | 1 | -14/+10 |
| 2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 2 | -1/+20 |
| 2020-05-23 | selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh |  Alan Maguire | 1 | -0/+1 |
| 2020-05-23 | selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o |  Alan Maguire | 1 | -0/+1 |
| 2020-05-23 | selftests/bpf: Add general instructions for test execution |  Alan Maguire | 1 | -0/+2 |
| 2020-05-21 | bpf: Selftests, add printk to test_sk_lookup_kern to encode null ptr check |  John Fastabend | 1 | -0/+1 |
| 2020-05-21 | bpf: Selftests, verifier case for non null pointer map value branch |  John Fastabend | 1 | -0/+19 |
| 2020-05-21 | bpf: Selftests, verifier case for non null pointer check branch taken |  John Fastabend | 1 | -0/+33 |
| 2020-05-20 | bpf: Prevent mmap()'ing read-only maps as writable |  Andrii Nakryiko | 2 | -1/+20 |
| 2020-05-19 | selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c to define own bpf_iter_meta |  Andrii Nakryiko | 2 | -0/+30 |
| 2020-05-19 | selftest/bpf: Make bpf_iter selftest compilable against old vmlinux.h |  Andrii Nakryiko | 6 | -0/+98 |
| 2020-05-19 | bpf, testing: Add get{peer, sock}name selftests to test_progs |  Daniel Borkmann | 5 | -33/+215 |
| 2020-05-16 | bpf: Selftests, add ktls tests to test_sockmap |  John Fastabend | 1 | -26/+44 |
| 2020-05-16 | bpf: Selftests, add blacklist to test_sockmap |  John Fastabend | 1 | -2/+31 |
| 2020-05-16 | bpf: Selftests, add whitelist option to test_sockmap |  John Fastabend | 1 | -1/+30 |
| 2020-05-16 | bpf: Selftests, provide verbose option for selftests execution |  John Fastabend | 1 | -108/+71 |
| 2020-05-16 | bpf: Selftests, break down test_sockmap into subtests |  John Fastabend | 1 | -374/+347 |
| 2020-05-16 | bpf: Selftests, improve test_sockmap total bytes counter |  John Fastabend | 1 | -3/+8 |
| 2020-05-16 | bpf: Selftests, print error in test_sockmap error cases |  John Fastabend | 1 | -8/+17 |
| 2020-05-16 | bpf: Selftests, sockmap test prog run without setting cgroup |  John Fastabend | 1 | -6/+22 |
| 2020-05-16 | bpf: Selftests, remove prints from sockmap tests |  John Fastabend | 2 | -174/+9 |
| 2020-05-16 | bpf: Selftests, move sockmap bpf prog header into progs |  John Fastabend | 1 | -0/+0 |