summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann2017-07-201-0/+418
* bpf: add test for mixed signed and unsigned bounds checksEdward Cree2017-07-201-0/+52
* bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann2017-07-201-4/+4
* bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-202-2/+2
* samples/bpf: fix a build issueYonghong Song2017-07-113-1/+212
* bpf: add various test cases for verifier selftestDaniel Borkmann2017-07-031-0/+165
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-0/+66
|\
| * bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-06-291-0/+66
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-11/+30
|\|
| * bpf, tests: fix endianness selectionDaniel Borkmann2017-06-081-11/+30
* | selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song2017-06-144-1/+234
* | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-79/+13
* | selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer2017-06-133-3/+3
* | bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann2017-06-101-0/+5
* | bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann2017-06-101-0/+50
* | bpf: Fix test_obj_id.c for llvm 5.0Martin KaFai Lau2017-06-091-2/+2
* | bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabledMartin KaFai Lau2017-06-091-4/+15
* | bpf: Test for bpf IDMartin KaFai Lau2017-06-063-1/+227
|/
* bpf: add various verifier test casesDaniel Borkmann2017-05-251-4/+235
* selftests/bpf: fix broken build due to types.hYonghong Song2017-05-172-0/+17
* bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller2017-05-111-0/+37
* bpf: Remove commented out debugging hack in test_align.David S. Miller2017-05-111-1/+0
* bpf: Provide a linux/types.h override for bpf selftests.David S. Miller2017-05-112-1/+8
* bpf: Add verifier test case for alignment.David S. Miller2017-05-112-1/+419
* selftests/bpf: get rid of -D__x86_64__Alexei Starovoitov2017-05-032-2/+3
* selftests/bpf: add a test case to check verifier pointer arithmeticYonghong Song2017-05-033-1/+275
* selftests: bpf: Use bpf_endian.h in test_xdp.cDavid S. Miller2017-05-021-9/+8
* bpf: Include bpf_endian.h in test_progs.c too.David S. Miller2017-05-011-0/+1
* bpf: Move endianness BPF helpers out of bpf_util.hDavid S. Miller2017-05-014-21/+25
* bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2017-05-011-6/+12
* bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann2017-04-282-17/+27
* bpf: fix _htons occurences in test_progsDaniel Borkmann2017-04-284-15/+31
* bpf: add various test cases to verifier selftestsDaniel Borkmann2017-04-281-0/+137
* bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-251-4/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-2/+2
|\
| * bpf: Fix values type used in test_mapsDavid Miller2017-04-211-2/+2
* | bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-211-0/+3
* | bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau2017-04-171-1/+1
* | bpf: lru: Cleanup test_lru_map.cMartin KaFai Lau2017-04-171-23/+9
* | bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRUMartin KaFai Lau2017-04-171-5/+65
* | selftests/bpf: fix merge conflictAlexei Starovoitov2017-04-061-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-062-6/+298
|\|
| * bpf: add various verifier test cases for self-testsDaniel Borkmann2017-04-012-6/+273
| * bpf: improve verifier packet range checksAlexei Starovoitov2017-03-241-0/+20
* | selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov2017-04-013-1/+563
* | selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov2017-04-014-1/+332
* | selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov2017-04-013-4/+215
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-232-12/+36
|\|
| * bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-221-3/+26
| * selftests/bpf: fix broken build, take 2Zi Shen Lim2017-03-211-9/+10