summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/verifier
AgeCommit message (Expand)Author
2020-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-03bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifierColin Ian King
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-30bpf: Test_verifier, add alu32 bounds tracking testsJohn Fastabend
2020-03-30bpf: Test_verifier, #65 error message updates for trunc of boundary-crossJohn Fastabend
2020-03-30bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend
2020-03-27bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann
2020-03-25bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-06selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits setLuke Nelson
2020-03-03selftests/bpf: Test new __sk_buff field gso_sizeWillem de Bruijn
2019-12-19bpf: Add further test_verifier cases for record_func_keyDaniel Borkmann
2019-11-24selftests/bpf: Add verifier tests for better jmp32 register boundsYonghong Song
2019-10-04bpf: Add loop test case with 32 bit reg comparison against 0Daniel Borkmann
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-05selftests/bpf: precision tracking testsAlexei Starovoitov
2019-08-28selftests/bpf: add precision tracking testAlexei Starovoitov
2019-08-28selftests/bpf: verifier precise testsAlexei Starovoitov
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-01selftests/bpf: tests for jmp to 1st insnAlexei Starovoitov
2019-07-25selftests/bpf: Add selftests for bpf_perf_event_outputAllan Zhang
2019-07-23selftests/bpf: add another gso_segs accessEric Dumazet
2019-07-18selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich
2019-07-16selftests/bpf: fix "alu with different scalars 1" on s390Ilya Leoshkevich
2019-07-15selftests/bpf: add selftests for wide loadsStanislav Fomichev
2019-07-15selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.cStanislav Fomichev
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08selftests/bpf: add verifier tests for wide storesStanislav Fomichev
2019-07-03selftests: bpf: add tests for shifts by zeroLuke Nelson
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-19selftests/bpf: add basic verifier tests for loopsAlexei Starovoitov
2019-06-19selftests/bpf: fix testsAlexei Starovoitov
2019-06-19selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov
2019-06-13bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao
2019-06-10tools/bpf: Add bpf_map_lookup_elem selftest for xskmapJonathan Lemon
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon
2019-05-29selftests: bpf: complete sub-register zero extension checksJiong Wang
2019-05-29selftests: bpf: move sub-register zero extension checks into subreg.cJiong Wang
2019-05-23selftests: bpf: add zero extend checks for ALU32 and/or/xorBjörn Töpel
2019-05-13bpf: add various test cases for backward jumpsDaniel Borkmann
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing
2019-04-27bpf: Add verifier tests for the bpf_sk_storageMartin KaFai Lau
2019-04-26selftests: bpf: test writable buffers in raw tpsMatt Mullins
2019-04-25selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon
2019-04-16selftests/bpf: two scale testsAlexei Starovoitov