summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_verifier.c
AgeCommit message (Expand)Author
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann
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
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün
2017-02-10bpf: Always test unprivileged programsMickaël Salaün
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu
2017-02-06bpf: test for AND edge casesJosef Bacik
2017-01-24bpf: enable verifier to better track const alu opsDaniel Borkmann
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello
2016-12-17bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann
2016-12-06bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*Thomas Graf
2016-12-05bpf: Preserve const register type on const OR alu opsGianluca Borello
2016-11-30bpf: add test for the verifier equal logic bugJosef Bacik
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann
2016-10-19bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann