aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/verifier
AgeCommit message (Expand)Author
2023-02-22selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman
2022-08-11bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend
2022-08-11selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki
2021-12-14bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-08-12bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann
2021-08-08bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann
2021-08-08bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend
2021-08-08bpf: Test_verifier, add alu32 bounds tracking testsJohn Fastabend
2021-05-02bpf: Update selftests to reflect new error statesDaniel Borkmann
2021-03-20bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk
2021-03-17selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta
2020-05-02bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn
2020-04-23bpf, test_verifier: switch bpf_get_stack's 0 s> r8 testDaniel Borkmann
2020-04-23bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend
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
2019-04-12selftests/bpf: Test ARG_PTR_TO_LONG arg typeAndrey Ignatov