aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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