aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c
AgeCommit message (Expand)Author
2021-12-22bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann
2021-06-10bpf: do not allow root to mangle valid pointersAlexei Starovoitov
2021-06-10bpf: Update selftests to reflect new error statesDaniel Borkmann
2021-06-10bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk
2021-05-22bpf: fix up selftests after backports were fixedFrank van der Linden
2020-01-12bpf: reject passing modified ctx to helper functionsDaniel Borkmann
2019-04-20bpf: Fix selftests are changes for CVE 2019-7308Balbir Singh
2018-12-21bpf: Fix verifier log string check for bad alignment.David Miller
2018-09-19selftests/bpf: fix a typo in map in map testRoman Gushchin
2018-03-11bpf: allow xadd only on aligned memoryDaniel Borkmann
2018-03-11bpf, arm64: fix out of bounds access in tail callDaniel Borkmann
2018-02-25bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann
2018-01-31bpf: reject stores into ctx via st and xaddDaniel Borkmann
2018-01-17bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann
2017-12-25selftests/bpf: add tests for recent bugfixesDaniel Borkmann
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree
2017-08-28bpf: more SK_SKB selftestsJohn Fastabend
2017-08-23selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov
2017-08-23selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree
2017-08-16bpf: selftests: add tests for new __sk_buff membersJohn Fastabend
2017-08-09bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08selftests/bpf: variable offset negative testsEdward Cree
2017-08-08selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifierEdward Cree
2017-08-08selftests/bpf: change test_verifier expectationsEdward Cree
2017-08-04bpf: fix byte order test in test_verifierDaniel Borkmann
2017-07-24selftests/bpf: subtraction bounds testEdward Cree
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann
2017-07-20bpf: add test for mixed signed and unsigned bounds checksEdward Cree
2017-07-20bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann
2017-07-03bpf: add various test cases for verifier selftestDaniel Borkmann
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song
2017-06-13selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer
2017-05-25bpf: add various verifier test casesDaniel Borkmann
2017-05-01bpf: enhance verifier to understand stack pointer arithmeticYonghong Song
2017-04-28bpf: add various test cases to verifier selftestsDaniel Borkmann
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann
2017-04-06selftests/bpf: fix merge conflictAlexei Starovoitov
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann
2017-03-24bpf: improve verifier packet range checksAlexei Starovoitov
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau
2017-03-12selftests/bpf: fix broken buildAlexei Starovoitov