aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-2/+129
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-1/+124
2019-08-19selftests, arm64: fix uninitialized symbol in tags_test.cAndrey Konovalov1-3/+5
2019-08-17selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev4-1/+353
2019-08-17selftests/bpf: fix race in test_tcp_rtt testPetar Penkov1-0/+31
2019-08-17libbpf: relicense bpf_helpers.h and bpf_endian.hAndrii Nakryiko2-2/+2
2019-08-17selftests: devlink_trap: Add test cases for devlink-trapIdo Schimmel1-0/+364
2019-08-17selftests: forwarding: devlink_lib: Add devlink-trap helpersIdo Schimmel1-0/+163
2019-08-17selftests: forwarding: devlink_lib: Allow tests to define devlink deviceIdo Schimmel1-12/+14
2019-08-16selftests: Fix get_ifidx and callers in nettest.cDavid Ahern1-12/+13
2019-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+48
2019-08-15selftests: netdevsim: add devlink regions testsJiri Pirko1-1/+53
2019-08-15selftests: netdevsim: add devlink params testsJiri Pirko1-1/+61
2019-08-15selftests: net: push jq workaround into separate helperJiri Pirko2-13/+23
2019-08-15selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issueAnders Roxell1-1/+1
2019-08-15selftests: kvm: fix vmx_set_nested_state_testPaolo Bonzini1-3/+14
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini4-21/+28
2019-08-15selftests: kvm: do not try running the VM in vmx_set_nested_state_testPaolo Bonzini1-15/+0
2019-08-14tools/testing/nvdimm: Fix fallthrough warningDan Williams1-2/+1
2019-08-14selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390Ilya Leoshkevich1-2/+5
2019-08-14media: selftests: ir: fix ir_loopback test failureSean Young1-3/+3
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski81-341/+2830
2019-08-13selftests/bpf: fix race in flow dissector testsPetar Penkov2-8/+27
2019-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+28
2019-08-09tc-testing: added tdc tests for matchall filterRoman Mashak1-0/+391
2019-08-09selftests: Fix detection of nettest command in fcnal-testDavid Ahern1-32/+6
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+5
2019-08-09Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini44-212/+1097
2019-08-09selftests: kvm: Adding config fragmentsNaresh Kamboju1-0/+3
2019-08-09KVM: selftests: Update gitignore file for latest changesThomas Huth1-1/+2
2019-08-08tc-testing: updated skbedit action tests with batch create/deleteRoman Mashak1-0/+47
2019-08-08selftests: Add l2tp testsDavid Ahern2-1/+383
2019-08-07tools/bpf: fix core_reloc.c compilation errorYonghong Song1-1/+1
2019-08-07selftests/bpf: add CO-RE relocs misc testsAndrii Nakryiko4-0/+106
2019-08-07selftests/bpf: add CO-RE relocs ints testsAndrii Nakryiko11-0/+209
2019-08-07selftests/bpf: add CO-RE relocs ptr-as-array testsAndrii Nakryiko5-0/+69
2019-08-07selftests/bpf: add CO-RE relocs modifiers/typedef testsAndrii Nakryiko6-0/+170
2019-08-07selftests/bpf: add CO-RE relocs enum/ptr/func_proto testsAndrii Nakryiko10-0/+167
2019-08-07selftests/bpf: add CO-RE relocs array testsAndrii Nakryiko11-0/+201
2019-08-07selftests/bpf: add CO-RE relocs nesting testsAndrii Nakryiko16-0/+421
2019-08-07selftests/bpf: add CO-RE relocs struct flavors testsAndrii Nakryiko5-0/+117
2019-08-07selftests/bpf: add CO-RE relocs testing setupAndrii Nakryiko2-0/+165
2019-08-07selftests/bpf: add BPF_CORE_READ relocatable read macroAndrii Nakryiko1-0/+20
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller17-48/+475
2019-08-06selftests/bpf: test_progs: drop extra trailing tabStanislav Fomichev1-1/+1
2019-08-06selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev10-38/+22
2019-08-06selftests/bpf: test_progs: switch to open_memstreamStanislav Fomichev2-56/+62
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-29/+412
2019-08-06tc-testing: updated vlan action tests with batch create/deleteRoman Mashak1-0/+94
2019-08-06tests: add pidfd poll testsSuren Baghdasaryan3-1/+119