summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-111-0/+28
|\
| * selftests/bpf: tests for jmp to 1st insnAlexei Starovoitov2019-08-011-0/+28
* | selftests/bpf: reduce time to execute test_xdp_vlan.shJesper Dangaard Brouer2019-08-051-5/+5
* | selftests/bpf: add wrapper scripts for test_xdp_vlan.shJesper Dangaard Brouer2019-08-054-2/+24
* | bpf: fix XDP vlan selftests test_xdp_vlan.shJesper Dangaard Brouer2019-08-051-6/+36
|/
* selftests/bpf: add another gso_segs accessEric Dumazet2019-07-231-0/+11
* selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich2019-07-221-2/+1Star
* selftests/bpf: fix test_xdp_noinline on s390Ilya Leoshkevich2019-07-181-8/+9
* selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich2019-07-181-1/+1
* selftests/bpf: fix perf_buffer on s390Ilya Leoshkevich2019-07-173-17/+11Star
* selftests/bpf: structure test_{progs, maps, verifier} test runners uniformlyAndrii Nakryiko2019-07-171-14/+10Star
* selftests/bpf: fix test_verifier/test_maps make dependenciesAndrii Nakryiko2019-07-171-3/+3
* selftests/bpf: skip nmi test when perf hw events are disabledIlya Leoshkevich2019-07-161-1/+32
* selftests/bpf: fix "alu with different scalars 1" on s390Ilya Leoshkevich2019-07-161-1/+1
* selftests/bpf: remove logic duplication in test_verifierAndrii Nakryiko2019-07-161-20/+15Star
* selftests/bpf: add selftests for wide loadsStanislav Fomichev2019-07-151-0/+37
* selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.cStanislav Fomichev2019-07-152-36/+36
* selftests/bpf: put test_stub.o into $(OUTPUT)Ilya Leoshkevich2019-07-151-2/+5
* selftests/bpf: make directory prerequisites order-onlyIlya Leoshkevich2019-07-151-8/+8
* selftests/bpf: fix attach_probe on s390Ilya Leoshkevich2019-07-151-0/+2
* selftests/bpf: use typedef'ed arrays as map valuesAndrii Nakryiko2019-07-153-4/+4
* selftests/bpf: add trickier size resolution testsAndrii Nakryiko2019-07-151-0/+88
* selftests/bpf: fix compiling loop{1, 2, 3}.c on s390Ilya Leoshkevich2019-07-123-3/+3
* selftests/bpf: make PT_REGS_* work in userspaceIlya Leoshkevich2019-07-121-20/+55
* selftests/bpf: fix s930 -> s390 typoIlya Leoshkevich2019-07-121-5/+5
* selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich2019-07-121-1/+3
* selftests/bpf: do not ignore clang failuresIlya Leoshkevich2019-07-121-6/+7
* selftests/bpf: fix bpf_target_sparc checkIlya Leoshkevich2019-07-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-092-6/+91
|\
| * selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc2019-07-031-6/+6
| * selftests: bpf: add tests for shifts by zeroLuke Nelson2019-07-031-0/+85
* | selftests/bpf: fix test_reuseport_array on s390Ilya Leoshkevich2019-07-091-6/+15
* | selftests/bpf: fix test_attach_probe map definitionAndrii Nakryiko2019-07-081-8/+5Star
* | selftests/bpf: add verifier tests for wide storesStanislav Fomichev2019-07-082-3/+50
* | selftests/bpf: test perf buffer APIAndrii Nakryiko2019-07-082-0/+125
* | selftests/bpf: add test_tcp_rtt to .gitignoreStanislav Fomichev2019-07-061-0/+1
* | selftests/bpf: fix test_align liveliness expectationsStanislav Fomichev2019-07-061-8/+8
* | selftests/bpf: convert legacy BPF maps to BTF-defined onesAndrii Nakryiko2019-07-0511-236/+228Star
* | selftests/bpf: convert selftests using BTF-defined maps to new syntaxAndrii Nakryiko2019-07-0520-494/+300Star
* | selftests/bpf: add __uint and __type macro for BTF-defined mapsAndrii Nakryiko2019-07-051-0/+3
* | selftests/bpf: convert existing tracepoint tests to new APIsAndrii Nakryiko2019-07-053-81/+32Star
* | selftests/bpf: add kprobe/uprobe selftestsAndrii Nakryiko2019-07-052-0/+221
* | selftests/bpf: switch test to new attach_perf_event APIAndrii Nakryiko2019-07-051-16/+15Star
* | selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev2019-07-033-1/+317
* | selftests: bpf: standardize to static __always_inlineJiri Benc2019-07-035-35/+38
* | selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.cStanislav Fomichev2019-06-291-27/+24Star
* | selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev2019-06-284-1/+449
* | selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev2019-06-284-1/+328
* | selftests/bpf: add sockopt testStanislav Fomichev2019-06-283-1/+1024
* | selftests/bpf: test sockopt section nameStanislav Fomichev2019-06-281-0/+10