summaryrefslogtreecommitdiffstats
path: root/tools/testing
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
* tc-testing: added tdc tests for [b|p]fifo qdiscRoman Mashak2019-07-231-0/+304
* Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-211-2/+52
|\
| * NTB: Add ntb_msi_test support to ntb_testLogan Gunthorpe2019-06-131-2/+52
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-201-18/+4
|\ \
| * | Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...Andy Lutomirski2019-07-151-18/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-2010-12/+492
|\ \ \
| * | | KVM: selftests: Remove superfluous define from vmx.cThomas Huth2019-07-201-2/+0
| * | | Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-07-159-10/+492
| |\ \ \
| | * | | KVM: selftests: enable pgste option for the linker on s390Christian Borntraeger2019-06-041-1/+6
| | * | | KVM: selftests: Move kvm_create_max_vcpus test to generic codeThomas Huth2019-06-042-2/+5
| | * | | KVM: selftests: Add the sync_regs test for s390xThomas Huth2019-06-042-0/+153
| | * | | KVM: selftests: Add processor code for s390xThomas Huth2019-06-043-0/+309
| | * | | KVM: selftests: Align memory region addresses to 1M on s390xThomas Huth2019-06-041-5/+16
| | * | | KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bitsThomas Huth2019-06-043-2/+8
| | * | | KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTSThomas Huth2019-06-042-0/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1920-148/+366
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-1819-147/+332
| |\ \ \ \ \
| | * | | | | 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