summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: fix "ctx:write sysctl:write read ok" on s390Ilya Leoshkevich2019-09-031-1/+1
* selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpuIlya Leoshkevich2019-09-033-16/+22
* selftests/bpf: test_progs: add missing \n to CHECK_FAILStanislav Fomichev2019-09-031-1/+1
* selftests/bpf: test_progs: fix verbose mode garbageStanislav Fomichev2019-09-031-0/+1
* selftests/bpf: Fix a typo in test_offload.pyMasanari Iida2019-08-311-1/+1
* tools: bpftool: improve and check builds for different make invocationsQuentin Monnet2019-08-312-1/+145
* selftests/bpf: remove wrong nhoff in flow dissector testStanislav Fomichev2019-08-281-1/+0
* selftests/bpf: test_progs: remove unused retStanislav Fomichev2019-08-281-23/+19
* selftests/bpf: test_progs: remove asserts from subtestsStanislav Fomichev2019-08-285-26/+40
* selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev2019-08-2822-123/+60
* selftests/bpf: test_progs: test__skipStanislav Fomichev2019-08-283-2/+21
* selftests/bpf: add precision tracking testAlexei Starovoitov2019-08-281-0/+25
* selftests/bpf: verifier precise testsAlexei Starovoitov2019-08-282-11/+174
* selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev2019-08-174-1/+353
* selftests/bpf: fix race in test_tcp_rtt testPetar Penkov2019-08-171-0/+31
* libbpf: relicense bpf_helpers.h and bpf_endian.hAndrii Nakryiko2019-08-172-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-1381-341/+2830
|\
| * selftests/bpf: fix race in flow dissector testsPetar Penkov2019-08-132-8/+27
| * tools/bpf: fix core_reloc.c compilation errorYonghong Song2019-08-071-1/+1
| * selftests/bpf: add CO-RE relocs misc testsAndrii Nakryiko2019-08-074-0/+106
| * selftests/bpf: add CO-RE relocs ints testsAndrii Nakryiko2019-08-0711-0/+209
| * selftests/bpf: add CO-RE relocs ptr-as-array testsAndrii Nakryiko2019-08-075-0/+69
| * selftests/bpf: add CO-RE relocs modifiers/typedef testsAndrii Nakryiko2019-08-076-0/+170
| * selftests/bpf: add CO-RE relocs enum/ptr/func_proto testsAndrii Nakryiko2019-08-0710-0/+167
| * selftests/bpf: add CO-RE relocs array testsAndrii Nakryiko2019-08-0711-0/+201
| * selftests/bpf: add CO-RE relocs nesting testsAndrii Nakryiko2019-08-0716-0/+421
| * selftests/bpf: add CO-RE relocs struct flavors testsAndrii Nakryiko2019-08-075-0/+117
| * selftests/bpf: add CO-RE relocs testing setupAndrii Nakryiko2019-08-072-0/+165
| * selftests/bpf: add BPF_CORE_READ relocatable read macroAndrii Nakryiko2019-08-071-0/+20
| * 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