summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-06-291-0/+66
* bpf: add various verifier test casesDaniel Borkmann2017-05-251-4/+235
* bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2017-05-011-6/+12
* bpf: add various test cases to verifier selftestsDaniel Borkmann2017-04-281-0/+137
* bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-211-0/+3
* selftests/bpf: fix merge conflictAlexei Starovoitov2017-04-061-5/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-5/+290
|\
| * bpf: add various verifier test cases for self-testsDaniel Borkmann2017-04-011-5/+265
| * bpf: improve verifier packet range checksAlexei Starovoitov2017-03-251-0/+20
* | bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-221-13/+118
|/
* selftests/bpf: fix broken buildAlexei Starovoitov2017-03-131-0/+4
* bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-101-2/+2
* bpf: Use bpf_create_map() from the libraryMickaël Salaün2017-02-101-2/+2
* bpf: Use bpf_load_program() from the libraryMickaël Salaün2017-02-101-3/+5
* bpf: Always test unprivileged programsMickaël Salaün2017-02-101-5/+63
* bpf: enable verifier to add 0 to packet ptrWilliam Tu2017-02-071-0/+23
* bpf: test for AND edge casesJosef Bacik2017-02-071-0/+55
* bpf: enable verifier to better track const alu opsDaniel Borkmann2017-01-241-0/+82
* bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann2017-01-121-3/+439
* bpf: allow helpers access to variable memoryGianluca Borello2017-01-091-0/+410
* bpf: allow adjusted map element values to spillGianluca Borello2017-01-091-0/+46
* bpf: allow helpers access to map element valuesGianluca Borello2017-01-091-0/+491
* bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann2016-12-171-1/+1
* bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2016-12-171-0/+28
* bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*Thomas Graf2016-12-061-0/+134
* bpf: Preserve const register type on const OR alu opsGianluca Borello2016-12-051-0/+60
* bpf: add test for the verifier equal logic bugJosef Bacik2016-11-301-0/+23
* bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-281-1/+1
* bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf2016-10-191-0/+72
* bpf: add initial suite for selftestsDaniel Borkmann2016-10-181-0/+2764