summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_verifier.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-21selftests/bpf: add tests for recent bugfixesJann Horn1-16/+533
2017-12-17selftests/bpf: additional bpf_call testsDaniel Borkmann1-0/+597
2017-12-17selftests/bpf: add tests for stack_zero trackingAlexei Starovoitov1-2/+64
2017-12-17selftests/bpf: add verifier tests for bpf_callAlexei Starovoitov1-1/+960
2017-12-15bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann1-0/+24
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-7/+106
2017-11-21bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song1-23/+16
2017-11-14bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeYonghong Song1-19/+112
2017-11-02bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann1-0/+442
2017-11-02bpf: minor cleanups after mergeDaniel Borkmann1-72/+72
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+508
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann1-0/+480
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend1-2/+14
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski1-0/+14
2017-10-05bpf: enforce return code for cgroup-bpf programsAlexei Starovoitov1-0/+72
2017-09-29bpf: libbpf: Provide basic API support to specify BPF obj nameMartin KaFai Lau1-1/+1
2017-09-26bpf: improve selftests and add tests for meta pointerDaniel Borkmann1-0/+247
2017-09-16bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-0/+16
2017-08-28bpf: more SK_SKB selftestsJohn Fastabend1-0/+98
2017-08-24selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov1-0/+28
2017-08-24selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree1-0/+16
2017-08-16bpf: selftests: add tests for new __sk_buff membersJohn Fastabend1-0/+152
2017-08-10bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann1-0/+313
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+10
2017-08-09selftests/bpf: variable offset negative testsEdward Cree1-0/+41
2017-08-09selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifierEdward Cree1-8/+8
2017-08-09selftests/bpf: change test_verifier expectationsEdward Cree1-180/+152
2017-08-05bpf: fix byte order test in test_verifierDaniel Borkmann1-9/+10
2017-07-25selftests/bpf: subtraction bounds testEdward Cree1-0/+28
2017-07-21bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann1-0/+418
2017-07-21bpf: add test for mixed signed and unsigned bounds checksEdward Cree1-0/+52
2017-07-21bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann1-4/+4
2017-07-21bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann1-1/+1
2017-07-03bpf: add various test cases for verifier selftestDaniel Borkmann1-0/+165
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+66
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann1-0/+66
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song1-0/+176
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song1-79/+13
2017-06-13selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer1-1/+1
2017-05-25bpf: add various verifier test casesDaniel Borkmann1-4/+235
2017-05-01bpf: enhance verifier to understand stack pointer arithmeticYonghong Song1-6/+12
2017-04-28bpf: add various test cases to verifier selftestsDaniel Borkmann1-0/+137
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann1-0/+3
2017-04-06selftests/bpf: fix merge conflictAlexei Starovoitov1-5/+0
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+290
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann1-5/+265
2017-03-25bpf: improve verifier packet range checksAlexei Starovoitov1-0/+20
2017-03-23bpf: Add tests for map-in-mapMartin KaFai Lau1-13/+118
2017-03-13selftests/bpf: fix broken buildAlexei Starovoitov1-0/+4
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-2/+2