summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/verifier (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Mark tests that require unaligned memory accessBjörn Töpel2020-11-197-18/+52
* selftests/bpf: Add asm tests for pkt vs pkt_end comparison.Alexei Starovoitov2020-11-131-0/+42
* bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checkedMartin KaFai Lau2020-10-201-0/+25
* bpf: Fix register equivalence tracking.Alexei Starovoitov2020-10-151-0/+26
* selftests/bpf: Asm tests for the verifier regalloc tracking.Alexei Starovoitov2020-10-091-0/+243
* bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov2020-10-091-1/+1
* selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo2020-10-072-9/+1
* bpf: Add AND verifier test case where 32bit and 64bit bounds differJohn Fastabend2020-09-261-0/+16
* bpf: selftest: Add ref_tracking verifier test for bpf_skc castingMartin KaFai Lau2020-09-251-0/+47
* bpf: Add abnormal return checks.Alexei Starovoitov2020-09-181-3/+3
* selftests/bpf: Add test for map_ptr arithmeticYonghong Song2020-09-091-0/+32
* selftests/bpf: Add verifier tests for xor operationYonghong Song2020-08-271-0/+146
* selftests/bpf: Add verifier test for d_path helperJiri Olsa2020-08-261-0/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-0/+1
|\
| * selftests/bpf: Fix cgroup sockopt verifier testJean-Philippe Brucker2020-07-111-0/+1
* | selftests/bpf: Add verifier tests for bpf_sk_lookup context accessJakub Sitnicki2020-07-181-0/+492
* | selftests/bpf: Test access to bpf map pointerAndrey Ignatov2020-06-221-0/+62
* | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-221-1/+1
* | tools/bpf: Add verifier tests for 32bit pointer/scalar arithmeticYonghong Song2020-06-191-0/+38
|/
* bpf, selftests: Use bpf_probe_read_kernelIlya Leoshkevich2020-06-024-48/+48
* selftests/bpf: Fix verifier testAlexei Starovoitov2020-06-021-1/+1
* bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-018-18/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-011-14/+32
|\
| * bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend2020-05-291-0/+22
| * bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend2020-05-291-14/+10
* | bpf: Selftests, verifier case for non null pointer map value branchJohn Fastabend2020-05-221-0/+19
* | bpf: Selftests, verifier case for non null pointer check branch takenJohn Fastabend2020-05-221-0/+33
* | selftests/bpf: Use CAP_BPF and CAP_PERFMON in testsAlexei Starovoitov2020-05-152-13/+13
* | selftests/bpf: Test allowed maps for bpf_sk_select_reuseportJakub Sitnicki2020-04-301-0/+45
* | selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowedJakub Sitnicki2020-04-292-30/+70
* | bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev2020-04-261-0/+24
|/
* bpf, selftests: Add test for BPF_STX BPF_B storing R10Luke Nelson2020-04-211-0/+40
* bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-101-2/+2
|\
| * bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifierColin Ian King2020-04-031-2/+2
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \ | |/ |/|
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-313-16/+154
|\ \
| * | bpf: Test_verifier, add alu32 bounds tracking testsJohn Fastabend2020-03-311-0/+39
| * | bpf: Test_verifier, #65 error message updates for trunc of boundary-crossJohn Fastabend2020-03-311-8/+4
| * | bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend2020-03-311-4/+4
| * | bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann2020-03-281-0/+105
| * | bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend2020-03-261-4/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-261-0/+15
|\ \ \ | |/ / |/| |
| * | selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits setLuke Nelson2020-03-061-0/+15
| |/
* / selftests/bpf: Test new __sk_buff field gso_sizeWillem de Bruijn2020-03-041-0/+47
|/
* bpf: Add further test_verifier cases for record_func_keyDaniel Borkmann2019-12-192-3/+154
* selftests/bpf: Add verifier tests for better jmp32 register boundsYonghong Song2019-11-251-0/+83
* bpf: Add loop test case with 32 bit reg comparison against 0Daniel Borkmann2019-10-041-0/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-0/+194
|\