aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-25bpf: add various verifier test casesDaniel Borkmann1-4/+235
2017-05-17selftests/bpf: fix broken build due to types.hYonghong Song2-0/+17
2017-05-11bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller1-0/+37
2017-05-11bpf: Remove commented out debugging hack in test_align.David S. Miller1-1/+0
2017-05-11bpf: Provide a linux/types.h override for bpf selftests.David S. Miller2-1/+8
2017-05-11bpf: Add verifier test case for alignment.David S. Miller2-1/+419
2017-05-03selftests/bpf: get rid of -D__x86_64__Alexei Starovoitov2-2/+3
2017-05-03selftests/bpf: add a test case to check verifier pointer arithmeticYonghong Song3-1/+275
2017-05-02selftests: bpf: Use bpf_endian.h in test_xdp.cDavid S. Miller1-9/+8
2017-05-01bpf: Include bpf_endian.h in test_progs.c too.David S. Miller1-0/+1
2017-05-01bpf: Move endianness BPF helpers out of bpf_util.hDavid S. Miller4-21/+25
2017-05-01bpf: enhance verifier to understand stack pointer arithmeticYonghong Song1-6/+12
2017-04-28bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann2-17/+27
2017-04-28bpf: fix _htons occurences in test_progsDaniel Borkmann4-15/+31
2017-04-28bpf: add various test cases to verifier selftestsDaniel Borkmann1-0/+137
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin1-4/+25
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-04-21bpf: Fix values type used in test_mapsDavid Miller1-2/+2
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann1-0/+3
2017-04-17bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau1-1/+1
2017-04-17bpf: lru: Cleanup test_lru_map.cMartin KaFai Lau1-23/+9
2017-04-17bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRUMartin KaFai Lau1-5/+65
2017-04-06selftests/bpf: fix merge conflictAlexei Starovoitov1-5/+0
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+298
2017-04-01selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov3-1/+563
2017-04-01selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov4-1/+332
2017-04-01selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov3-4/+215
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann2-6/+273
2017-03-24bpf: improve verifier packet range checksAlexei Starovoitov1-0/+20
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+36
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau1-13/+118
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov1-3/+26
2017-03-21selftests/bpf: fix broken build, take 2Zi Shen Lim1-9/+10
2017-03-12selftests/bpf: fix broken buildAlexei Starovoitov2-1/+7
2017-02-25Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-8/+2
2017-02-15bpf: Rebuild bpf.o for any dependency updateMickaël Salaün1-2/+13
2017-02-10bpf: Add test_tag to .gitignoreMickaël Salaün1-0/+1
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün6-34/+3
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün6-30/+15
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün3-29/+18
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün3-24/+14
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün4-48/+37
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün4-89/+97
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün4-27/+12
2017-02-10bpf: Always test unprivileged programsMickaël Salaün2-6/+64
2017-02-10bpf: Change the include directory for selftestMickaël Salaün1-1/+1
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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+27
2017-01-25bpf: use prefix_len in test_tag when reading fdinfoDaniel Borkmann1-1/+1