| Commit message (Expand) | Author | Age | Files | Lines |
* | selftests/bpf: Mark tests that require unaligned memory access | Björn Töpel | 2020-11-19 | 7 | -18/+52 |
* | selftests/bpf: Add asm tests for pkt vs pkt_end comparison. | Alexei Starovoitov | 2020-11-13 | 1 | -0/+42 |
* | bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked | Martin KaFai Lau | 2020-10-20 | 1 | -0/+25 |
* | bpf: Fix register equivalence tracking. | Alexei Starovoitov | 2020-10-15 | 1 | -0/+26 |
* | selftests/bpf: Asm tests for the verifier regalloc tracking. | Alexei Starovoitov | 2020-10-09 | 1 | -0/+243 |
* | bpf: Propagate scalar ranges through register assignments. | Alexei Starovoitov | 2020-10-09 | 1 | -1/+1 |
* | selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64 | Hao Luo | 2020-10-07 | 2 | -9/+1 |
* | bpf: Add AND verifier test case where 32bit and 64bit bounds differ | John Fastabend | 2020-09-26 | 1 | -0/+16 |
* | bpf: selftest: Add ref_tracking verifier test for bpf_skc casting | Martin KaFai Lau | 2020-09-25 | 1 | -0/+47 |
* | bpf: Add abnormal return checks. | Alexei Starovoitov | 2020-09-18 | 1 | -3/+3 |
* | selftests/bpf: Add test for map_ptr arithmetic | Yonghong Song | 2020-09-09 | 1 | -0/+32 |
* | selftests/bpf: Add verifier tests for xor operation | Yonghong Song | 2020-08-27 | 1 | -0/+146 |
* | selftests/bpf: Add verifier test for d_path helper | Jiri Olsa | 2020-08-26 | 1 | -0/+37 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-08-02 | 1 | -0/+1 |
|\ |
|
| * | selftests/bpf: Fix cgroup sockopt verifier test | Jean-Philippe Brucker | 2020-07-11 | 1 | -0/+1 |
* | | selftests/bpf: Add verifier tests for bpf_sk_lookup context access | Jakub Sitnicki | 2020-07-18 | 1 | -0/+492 |
* | | selftests/bpf: Test access to bpf map pointer | Andrey Ignatov | 2020-06-22 | 1 | -0/+62 |
* | | bpf: Support access to bpf map fields | Andrey Ignatov | 2020-06-22 | 1 | -1/+1 |
* | | tools/bpf: Add verifier tests for 32bit pointer/scalar arithmetic | Yonghong Song | 2020-06-19 | 1 | -0/+38 |
|/ |
|
* | bpf, selftests: Use bpf_probe_read_kernel | Ilya Leoshkevich | 2020-06-02 | 4 | -48/+48 |
* | selftests/bpf: Fix verifier test | Alexei Starovoitov | 2020-06-02 | 1 | -1/+1 |
* | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko | 2020-06-01 | 8 | -18/+18 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-06-01 | 1 | -14/+32 |
|\ |
|
| * | bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones | John Fastabend | 2020-05-29 | 1 | -0/+22 |
| * | bpf, selftests: Verifier bounds tests need to be updated | John Fastabend | 2020-05-29 | 1 | -14/+10 |
* | | bpf: Selftests, verifier case for non null pointer map value branch | John Fastabend | 2020-05-22 | 1 | -0/+19 |
* | | bpf: Selftests, verifier case for non null pointer check branch taken | John Fastabend | 2020-05-22 | 1 | -0/+33 |
* | | selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests | Alexei Starovoitov | 2020-05-15 | 2 | -13/+13 |
* | | selftests/bpf: Test allowed maps for bpf_sk_select_reuseport | Jakub Sitnicki | 2020-04-30 | 1 | -0/+45 |
* | | selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed | Jakub Sitnicki | 2020-04-29 | 2 | -30/+70 |
* | | bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT} | Stanislav Fomichev | 2020-04-26 | 1 | -0/+24 |
|/ |
|
* | bpf, selftests: Add test for BPF_STX BPF_B storing R10 | Luke Nelson | 2020-04-21 | 1 | -0/+40 |
* | bpf: Forbid XADD on spilled pointers for unprivileged users | Jann Horn | 2020-04-21 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-04-10 | 1 | -2/+2 |
|\ |
|
| * | bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifier | Colin Ian King | 2020-04-03 | 1 | -2/+2 |
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-04-03 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-03-31 | 3 | -16/+154 |
|\ \ |
|
| * | | bpf: Test_verifier, add alu32 bounds tracking tests | John Fastabend | 2020-03-31 | 1 | -0/+39 |
| * | | bpf: Test_verifier, #65 error message updates for trunc of boundary-cross | John Fastabend | 2020-03-31 | 1 | -8/+4 |
| * | | bpf: Test_verifier, bpf_get_stack return value add <0 | John Fastabend | 2020-03-31 | 1 | -4/+4 |
| * | | bpf: Add selftest cases for ctx_or_null argument type | Daniel Borkmann | 2020-03-28 | 1 | -0/+105 |
| * | | bpf: Test_verifier, #70 error message updates for 32-bit right shift | John Fastabend | 2020-03-26 | 1 | -4/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-03-26 | 1 | -0/+15 |
|\ \ \
| |/ /
|/| | |
|
| * | | selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits set | Luke Nelson | 2020-03-06 | 1 | -0/+15 |
| |/ |
|
* / | selftests/bpf: Test new __sk_buff field gso_size | Willem de Bruijn | 2020-03-04 | 1 | -0/+47 |
|/ |
|
* | bpf: Add further test_verifier cases for record_func_key | Daniel Borkmann | 2019-12-19 | 2 | -3/+154 |
* | selftests/bpf: Add verifier tests for better jmp32 register bounds | Yonghong Song | 2019-11-25 | 1 | -0/+83 |
* | bpf: Add loop test case with 32 bit reg comparison against 0 | Daniel Borkmann | 2019-10-04 | 1 | -0/+17 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-09-06 | 1 | -0/+194 |
|\ |
|