summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2022-07-06wireguard: selftests: use microvm on x86Jason A. Donenfeld-8/+16
2022-07-06wireguard: selftests: always call kernel makefileJason A. Donenfeld-3/+2
2022-07-06wireguard: selftests: use virt machine on m68kJason A. Donenfeld-8/+6
2022-07-06wireguard: selftests: set fake real time in initJason A. Donenfeld-0/+18
2022-07-06selftests: mptcp: userspace PM support for MP_PRIO signalsKishen Maloor-2/+103
2022-07-05selftests: forwarding: fix error message in learning_testVladimir Oltean-1/+1
2022-07-05selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean-0/+2
2022-07-05selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean-0/+2
2022-07-01selftests/net: fix section name when using xdp_dummy.oHangbin Liu-7/+7
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-0/+43
2022-07-01bpf, selftests: Add verifier test case for jmp32's jeq/jneDaniel Borkmann-0/+21
2022-07-01bpf, selftests: Add verifier test case for imm=0,umin=0,umax=1 scalarDaniel Borkmann-0/+22
2022-06-30Merge tag 'net-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-23/+360
2022-06-30selftest: tun: add test for NAPI dismantleJakub Kicinski-1/+163
2022-06-29selftests net: fix kselftest net fatal errorColeman Dietsch-1/+1
2022-06-28selftests: mptcp: Initialize variables to quiet gcc 12 warningsMat Martineau-3/+3
2022-06-28selftests: mptcp: more stable diag testsPaolo Abeni-8/+40
2022-06-27selftests: tc-testing: Add testcases to test new flush behaviourVictor Nogueira-0/+77
2022-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-5/+4
2022-06-24selftests/bpf: Test sockmap update when socket has ULPJakub Sitnicki-9/+75
2022-06-23selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP testDimitris Michailidis-1/+1
2022-06-23selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta-5/+4
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-57/+208
2022-06-22Merge tag 'linux-kselftest-fixes-5.19-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds-5/+29
2022-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-1/+1
2022-06-21selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.shJie2x Zhou-1/+1
2022-06-20ipv4: fix bind address validity regression testsRiccardo Paolo Bestetti-9/+27
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-51/+151
2022-06-17ipv4: ping: fix bind address validity checkRiccardo Paolo Bestetti-0/+33
2022-06-16selftest/bpf: Fix kprobe_multi bench testJiri Olsa-0/+3
2022-06-16selftests/bpf: Shuffle cookies symbols in kprobe multi testJiri Olsa-51/+51
2022-06-16selftests: make use of GUP_TEST_FILE macroJoel Savitz-2/+2
2022-06-16selftests: vm: Fix resource leak when return errorDing Xiang-0/+2
2022-06-16selftests dma: fix compile error for dma_map_benchmarkYu Liao-1/+2
2022-06-16selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki-0/+97
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-122/+0
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong-122/+0
2022-06-14selftests: Fix clang cross compilationMark Brown-2/+23
2022-06-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-107/+341
2022-06-12Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-15/+19
2022-06-11wireguard: selftests: use maximum cpu features and allow rng seedingJason A. Donenfeld-15/+19
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+77
2022-06-09KVM: selftests: Restrict test region to 48-bit physical addresses when using ...David Matlack-3/+15
2022-06-09KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack-8/+182
2022-06-09KVM: selftests: Clean up LIBKVM files in MakefileDavid Matlack-5/+31
2022-06-09KVM: selftests: Link selftests directly with lib object filesDavid Matlack-7/+4
2022-06-09KVM: selftests: Drop unnecessary rule for STATIC_LIBSDavid Matlack-1/+0
2022-06-09KVM: selftests: Add a helper to check EPT/VPID capabilitiesDavid Matlack-1/+6
2022-06-09KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.hDavid Matlack-3/+2
2022-06-09KVM: selftests: Refactor nested_map() to specify target levelDavid Matlack-4/+12