summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: test_progs: drop extra trailing tabStanislav Fomichev2019-08-061-1/+1
* selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev2019-08-0610-38/+22
* selftests/bpf: test_progs: switch to open_memstreamStanislav Fomichev2019-08-062-56/+62
* selftests/bpf: add loop test 5Alexei Starovoitov2019-08-062-0/+33
* selftests/bpf: add loop test 4Alexei Starovoitov2019-08-062-0/+19
* selftests/bpf: extend sockopt_sk selftest with TCP_CONGESTION use caseStanislav Fomichev2019-08-012-0/+47
* selftests/bpf: fix clearing buffered output between tests/subtestsAndrii Nakryiko2019-07-301-1/+1
* selftests/bpf: add test for bpf_tcp_gen_syncookiePetar Penkov2019-07-303-13/+99
* selftests/bpf: bpf_tcp_gen_syncookie->bpf_helpersPetar Penkov2019-07-301-0/+3
* tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen2019-07-291-0/+16
* selftests/bpf: convert send_signal.c to use subtestsAndrii Nakryiko2019-07-271-3/+6
* selftests/bpf: convert bpf_verif_scale.c to sub-tests APIAndrii Nakryiko2019-07-271-37/+40
* selftests/bpf: add sub-tests support for test_progsAndrii Nakryiko2019-07-272-29/+185
* selftests/bpf: abstract away test log outputAndrii Nakryiko2019-07-2712-73/+183
* selftest/bpf: centralize libbpf logging management for test_progsAndrii Nakryiko2019-07-273-12/+38
* selftests/bpf: add test selectors by number and name to test_progsAndrii Nakryiko2019-07-271-4/+39
* selftests/bpf: revamp test_progs to allow more controlAndrii Nakryiko2019-07-272-15/+77
* selftests/bpf: prevent headers to be compiled as C codeAndrii Nakryiko2019-07-271-3/+3
* selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAPStanislav Fomichev2019-07-252-0/+72
* bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev2019-07-252-0/+56
* selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAGStanislav Fomichev2019-07-252-7/+155
* selftests/bpf: Add selftests for bpf_perf_event_outputAllan Zhang2019-07-252-1/+105
* selftests/bpf: remove perf buffer helpersAndrii Nakryiko2019-07-232-134/+0
* selftests/bpf: switch test_tcpnotify to perf_buffer APIAndrii Nakryiko2019-07-231-54/+36
* selftests/bpf: convert test_get_stack_raw_tp to perf_buffer APIAndrii Nakryiko2019-07-232-36/+44
* 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-163-17/+11
* selftests/bpf: structure test_{progs, maps, verifier} test runners uniformlyAndrii Nakryiko2019-07-161-14/+10
* selftests/bpf: fix test_verifier/test_maps make dependenciesAndrii Nakryiko2019-07-161-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/+15
* 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-082-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