| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-22 | bpf: Support access to bpf map fields |  Andrey Ignatov | 1 | -1/+1 |
| 2020-06-19 | tools/bpf: Add verifier tests for 32bit pointer/scalar arithmetic |  Yonghong Song | 1 | -0/+38 |
| 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-01 | bpf: Implement BPF ring buffer and verifier support for it |  Andrii Nakryiko | 8 | -18/+18 |
| 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-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-15 | selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests |  Alexei Starovoitov | 2 | -13/+13 |
| 2020-04-30 | selftests/bpf: Test allowed maps for bpf_sk_select_reuseport |  Jakub Sitnicki | 1 | -0/+45 |
| 2020-04-29 | selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed |  Jakub Sitnicki | 2 | -30/+70 |
| 2020-04-26 | bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT} |  Stanislav Fomichev | 1 | -0/+24 |
| 2020-04-20 | bpf, selftests: Add test for BPF_STX BPF_B storing R10 |  Luke Nelson | 1 | -0/+40 |
| 2020-04-20 | bpf: Forbid XADD on spilled pointers for unprivileged users |  Jann Horn | 1 | -0/+1 |
| 2020-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  David S. Miller | 1 | -2/+2 |
| 2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx |  Linus Torvalds | 1 | -0/+1 |
| 2020-04-03 | bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifier |  Colin Ian King | 1 | -2/+2 |
| 2020-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 3 | -16/+154 |
| 2020-03-30 | bpf: Test_verifier, add alu32 bounds tracking tests |  John Fastabend | 1 | -0/+39 |
| 2020-03-30 | bpf: Test_verifier, #65 error message updates for trunc of boundary-cross |  John Fastabend | 1 | -8/+4 |
| 2020-03-30 | bpf: Test_verifier, bpf_get_stack return value add <0 |  John Fastabend | 1 | -4/+4 |
| 2020-03-27 | bpf: Add selftest cases for ctx_or_null argument type |  Daniel Borkmann | 1 | -0/+105 |
| 2020-03-25 | bpf: Test_verifier, #70 error message updates for 32-bit right shift |  John Fastabend | 1 | -4/+2 |
| 2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 1 | -0/+15 |
| 2020-03-25 | .gitignore: add SPDX License Identifier |  Masahiro Yamada | 1 | -0/+1 |
| 2020-03-06 | selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits set |  Luke Nelson | 1 | -0/+15 |
| 2020-03-03 | selftests/bpf: Test new __sk_buff field gso_size |  Willem de Bruijn | 1 | -0/+47 |
| 2019-12-19 | bpf: Add further test_verifier cases for record_func_key |  Daniel Borkmann | 2 | -3/+154 |
| 2019-11-24 | selftests/bpf: Add verifier tests for better jmp32 register bounds |  Yonghong Song | 1 | -0/+83 |
| 2019-10-04 | bpf: Add loop test case with 32 bit reg comparison against 0 |  Daniel Borkmann | 1 | -0/+17 |
| 2019-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 1 | -0/+194 |
| 2019-09-05 | selftests/bpf: precision tracking tests |  Alexei Starovoitov | 1 | -0/+52 |
| 2019-08-28 | selftests/bpf: add precision tracking test |  Alexei Starovoitov | 1 | -0/+25 |
| 2019-08-28 | selftests/bpf: verifier precise tests |  Alexei Starovoitov | 1 | -0/+117 |
| 2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 1 | -0/+28 |
| 2019-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Jakub Kicinski | 1 | -0/+94 |
| 2019-08-01 | selftests/bpf: tests for jmp to 1st insn |  Alexei Starovoitov | 1 | -0/+28 |
| 2019-07-25 | selftests/bpf: Add selftests for bpf_perf_event_output |  Allan Zhang | 1 | -0/+94 |
| 2019-07-23 | selftests/bpf: add another gso_segs access |  Eric Dumazet | 1 | -0/+11 |
| 2019-07-18 | selftests/bpf: fix "valid read map access into a read-only array 1" on s390 |  Ilya Leoshkevich | 1 | -1/+1 |
| 2019-07-16 | selftests/bpf: fix "alu with different scalars 1" on s390 |  Ilya Leoshkevich | 1 | -1/+1 |
| 2019-07-15 | selftests/bpf: add selftests for wide loads |  Stanislav Fomichev | 1 | -0/+37 |
| 2019-07-15 | selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.c |  Stanislav Fomichev | 2 | -36/+36 |
| 2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -0/+85 |
| 2019-07-08 | selftests/bpf: add verifier tests for wide stores |  Stanislav Fomichev | 1 | -0/+36 |
| 2019-07-03 | selftests: bpf: add tests for shifts by zero |  Luke Nelson | 1 | -0/+85 |
| 2019-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 7 | -42/+216 |
| 2019-06-19 | selftests/bpf: add basic verifier tests for loops |  Alexei Starovoitov | 1 | -0/+161 |