summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann
2017-07-20bpf: add test for mixed signed and unsigned bounds checksEdward Cree
2017-07-20bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann
2017-07-11samples/bpf: fix a build issueYonghong Song
2017-07-03bpf: add various test cases for verifier selftestDaniel Borkmann
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song
2017-06-13selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer
2017-06-10bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann
2017-06-10bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann
2017-06-09bpf: Fix test_obj_id.c for llvm 5.0Martin KaFai Lau
2017-06-09bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabledMartin KaFai Lau
2017-06-08bpf, tests: fix endianness selectionDaniel Borkmann
2017-06-06bpf: Test for bpf IDMartin KaFai Lau
2017-05-25bpf: add various verifier test casesDaniel Borkmann
2017-05-17selftests/bpf: fix broken build due to types.hYonghong Song
2017-05-11bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller
2017-05-11bpf: Remove commented out debugging hack in test_align.David S. Miller
2017-05-11bpf: Provide a linux/types.h override for bpf selftests.David S. Miller
2017-05-11bpf: Add verifier test case for alignment.David S. Miller
2017-05-03selftests/bpf: get rid of -D__x86_64__Alexei Starovoitov
2017-05-03selftests/bpf: add a test case to check verifier pointer arithmeticYonghong Song
2017-05-02selftests: bpf: Use bpf_endian.h in test_xdp.cDavid S. Miller
2017-05-01bpf: Include bpf_endian.h in test_progs.c too.David S. Miller
2017-05-01bpf: Move endianness BPF helpers out of bpf_util.hDavid S. Miller
2017-05-01bpf: enhance verifier to understand stack pointer arithmeticYonghong Song
2017-04-28bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann
2017-04-28bpf: fix _htons occurences in test_progsDaniel Borkmann
2017-04-28bpf: add various test cases to verifier selftestsDaniel Borkmann
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-21bpf: Fix values type used in test_mapsDavid Miller
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann
2017-04-17bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau
2017-04-17bpf: lru: Cleanup test_lru_map.cMartin KaFai Lau
2017-04-17bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRUMartin KaFai Lau
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-01selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov
2017-04-01selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov
2017-04-01selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann
2017-03-24bpf: improve verifier packet range checksAlexei Starovoitov
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov