| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2020-05-16 | selftests/bpf: Move test_align under test_progs |  Stanislav Fomichev | 1 | -61/+7 |
| 2020-05-16 | selftests/bpf: Fix test_align verifier log patterns |  Stanislav Fomichev | 1 | -20/+21 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 13 | -21/+242 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 3 | -3/+11 |
| 2020-05-15 | Merge tag 'linux-kselftest-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest |  Linus Torvalds | 4 | -12/+22 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  David S. Miller | 2 | -2/+10 |
| 2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 6 | -33/+205 |
| 2020-05-15 | selftests: mptcp: pm: rm the right tmp file |  Matthieu Baerts | 1 | -1/+1 |
| 2020-05-15 | selftests: implement flower classifier terse dump tests |  Vlad Buslov | 1 | -0/+38 |
| 2020-05-15 | selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests |  Alexei Starovoitov | 3 | -21/+49 |
| 2020-05-14 | selftests/bpf: Xdp_adjust_tail add grow tail tests |  Jesper Dangaard Brouer | 2 | -5/+144 |
| 2020-05-14 | selftests/bpf: Adjust BPF selftest for xdp_adjust_tail |  Jesper Dangaard Brouer | 2 | -8/+13 |
| 2020-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 56 | -241/+2560 |
| 2020-05-15 | selftests/powerpc: Add a test of counting larx/stcx |  Michael Ellerman | 4 | -2/+203 |
| 2020-05-15 | powerpc/mm: Replace zero-length array with flexible-array |  Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-05-15 | powerpc: Use trap metadata to prevent double restart rather than zeroing trap |  Nicholas Piggin | 2 | -1/+175 |
| 2020-05-14 | selftests/bpf: Test for sk helpers in cgroup skb |  Andrey Ignatov | 2 | -0/+192 |
| 2020-05-14 | selftests/bpf: Add connect_fd_to_fd, connect_wait net helpers |  Andrey Ignatov | 2 | -13/+63 |
| 2020-05-14 | selftest/bpf: Fix spelling mistake "SIGALARM" -> "SIGALRM" |  Colin Ian King | 1 | -1/+1 |
| 2020-05-14 | selftests/bpf: Test narrow loads for bpf_sock_addr.user_port |  Andrey Ignatov | 1 | -10/+28 |
| 2020-05-14 | devlink: refactor end checks in devlink_nl_cmd_region_read_dumpit |  Jakub Kicinski | 1 | -0/+15 |
| 2020-05-14 | selftests/bpf: Enforce returning 0 for fentry/fexit programs |  Yonghong Song | 1 | -2/+2 |
| 2020-05-14 | selftests: fix flower parent qdisc |  Vlad Buslov | 2 | -6/+6 |
| 2020-05-14 | bpf: Fix bug in mmap() implementation for BPF array map |  Andrii Nakryiko | 1 | -0/+8 |
| 2020-05-13 | tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0 |  Yonghong Song | 1 | -0/+43 |
| 2020-05-13 | selftest/bpf: Add BPF triggering benchmark |  Andrii Nakryiko | 5 | -1/+238 |
| 2020-05-13 | selftest/bpf: Fmod_ret prog and implement test_overhead as part of bench |  Andrii Nakryiko | 6 | -2/+240 |
| 2020-05-13 | selftests/bpf: Add benchmark runner infrastructure |  Andrii Nakryiko | 5 | -1/+608 |
| 2020-05-13 | selftests/bpf: Extract parse_num_list into generic testing_helpers.c |  Andrii Nakryiko | 5 | -64/+78 |
| 2020-05-13 | Merge branch 'kvm-amd-fixes' into HEAD |  Paolo Bonzini | 135 | -271/+2256 |
| 2020-05-13 | selftests/pidfd: add pidfd setns tests |  Christian Brauner | 4 | -1/+482 |
| 2020-05-13 | selftests/bpf: Install generated test progs |  Yauheni Kaliuta | 1 | -0/+1 |
| 2020-05-11 | kunit: kunit_tool: Separate out config/build/exec/parse |  David Gow | 2 | -56/+292 |
| 2020-05-11 | bpf, libbpf: Replace zero-length array with flexible-array |  Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-05-09 | tools/bpf: selftests: Add bpf_iter selftests |  Yonghong Song | 6 | -0/+509 |
| 2020-05-09 | tools/bpf: selftests: Add iter progs for bpf_map/task/task_file |  Yonghong Song | 3 | -0/+79 |
| 2020-05-09 | tools/bpf: selftests: Add iterator programs for ipv6_route and netlink |  Yonghong Song | 2 | -0/+128 |
| 2020-05-09 | selftests: mlxsw: tc_restrictions: add couple of test for the correct matchall-flower ordering |  Jiri Pirko | 1 | -0/+107 |
| 2020-05-09 | selftests: mlxsw: tc_restrictions: add test to check sample action restrictions |  Jiri Pirko | 1 | -0/+25 |
| 2020-05-09 | selftests: mlxsw: rename tc_flower_restrictions.sh to tc_restrictions.sh |  Jiri Pirko | 1 | -0/+0 |