aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-20bpf: 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-24bpf: improve verifier packet range checksAlexei Starovoitov1-0/+20
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau1-13/+118
2017-03-12selftests/bpf: fix broken buildAlexei Starovoitov1-0/+4
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-2/+2
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün1-2/+2
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün1-3/+5
2017-02-10bpf: Always test unprivileged programsMickaël Salaün1-5/+63
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu1-0/+23
2017-02-06bpf: test for AND edge casesJosef Bacik1-0/+55
2017-01-24bpf: enable verifier to better track const alu opsDaniel Borkmann1-0/+82
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann1-3/+439
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello1-0/+410
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello1-0/+46
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello1-0/+491
2016-12-17bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann1-1/+1
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann1-0/+28
2016-12-06bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*Thomas Graf1-0/+134
2016-12-05bpf: Preserve const register type on const OR alu opsGianluca Borello1-0/+60
2016-11-30bpf: add test for the verifier equal logic bugJosef Bacik1-0/+23
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann1-1/+1
2016-10-19bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf1-0/+72
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann1-0/+2764