summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-09-09selftests: net: add test for destination in broadcast packetsOscar Maes2-0/+84
2025-09-09selftests: vDSO: Drop vdso_test_clock_getresThomas Weißschuh3-126/+0
2025-09-09selftests: vDSO: vdso_test_abi: Add tests for clock_gettime64()Thomas Weißschuh1-1/+36
2025-09-09selftests: vDSO: vdso_test_abi: Test CPUTIME clocksThomas Weißschuh1-1/+3
2025-09-09selftests: vDSO: vdso_test_abi: Use explicit indices for name arrayThomas Weißschuh1-13/+13
2025-09-09selftests: vDSO: vdso_test_abi: Drop clock availability testsThomas Weißschuh1-24/+0
2025-09-09selftests: vDSO: vdso_test_abi: Use ksft_finished()Thomas Weißschuh1-2/+1
2025-09-09selftests: vDSO: vdso_test_abi: Correctly skip whole test with missing vDSOThomas Weißschuh1-5/+4
2025-09-09selftests: vDSO: Fix -Wunitialized in powerpc VDSO_CALL() wrapperThomas Weißschuh1-4/+3
2025-09-09selftests: bonding: add test for LACP actor port priorityHangbin Liu4-25/+134
2025-09-08KVM: selftests: Fix typo in hyperv cpuid test messageAlok Tiwari1-1/+1
2025-09-08selftests: net: move netlink-dumps back to progsJakub Kicinski2-3/+6
2025-09-08selftests: net: make the dump test less sensitive to mem accountingJakub Kicinski1-10/+33
2025-09-08selftests/bpf: Fix the issue where the error code is 0Feng Yang1-1/+1
2025-09-08selftests/arm64: Fix grammatical error in string literalsNikola Z. Ivanov3-4/+4
2025-09-08kselftest/arm64: Add parentheses around sizeof for clarityVivek Yadav1-1/+1
2025-09-08kselftest/arm64: Supress warning and improve readabilityVivek Yadav1-2/+2
2025-09-08kselftest/arm64: Remove extra blank lineVivek Yadav6-6/+0
2025-09-08kselftest/arm64/gcs: Use nolibc's getauxval()Thomas Weißschuh1-5/+5
2025-09-08kselftest/arm64/gcs: Correctly check return value when disabling GCSThomas Weißschuh1-1/+1
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-19/+16
2025-09-08selftests: arm64: Fix -Waddress warning in tpidr2 testBala-Vignesh-Reddy1-4/+4
2025-09-08kselftest/arm64: Log error codes in sve-ptraceMark Brown1-4/+20
2025-09-08selftests: arm64: Check fread return value in exec_targetBala-Vignesh-Reddy1-1/+6
2025-09-06selftests: ncdevmem: don't retry EFAULTStanislav Fomichev1-0/+4
2025-09-05selftests/bpf: Add BPF program dump in veristatMykyta Yatsenko1-1/+55
2025-09-05selftests/net: packetdrill: add tcp_close_no_rst.pktEric Dumazet1-0/+32
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski32-112/+493
2025-09-04thermal: intel: selftests: workload_hint: Mask unsupported typesSrinivas Pandruvada1-0/+2
2025-09-04Merge tag 'net-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-45/+309
2025-09-04selftests/bpf: Add case to test bpf_in_interrupt()Leon Hwang2-0/+78
2025-09-04selftests/bpf: Introduce experimental bpf_in_interrupt()Leon Hwang1-0/+54
2025-09-04selftests/bpf: Test kfunc bpf_strcasecmpRong Tao4-0/+13
2025-09-04selftests/bpf: add benchmark testing for kprobe-multi-allMenglong Dong5-2/+80
2025-09-04selftests/bpf: skip recursive functions for kprobe_multiMenglong Dong1-0/+19
2025-09-04selftests/bpf: move get_ksyms and get_addrs to trace_helpers.cMenglong Dong3-217/+220
2025-09-04selftest: net: Fix weird setsockopt() in bind_bhash.c.Kuniyuki Iwashima1-2/+2
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_TIME_NSThomas Weißschuh1-1/+0
2025-09-04selftests: netfilter: fix udpclash tool hangFlorian Westphal3-4/+5
2025-09-04selftests/bpf: Fix count write in testapp_xdp_metadata_copy()Ricardo B. Marlière1-13/+1
2025-09-04selftests/bpf: Upon failures, exit with code 1 in test_xsk.shRicardo B. Marlière1-0/+2
2025-09-04selftests: mptcp: add checks for fallback countersGang Yan1-0/+123
2025-09-03selftests: net: Add a selftest for VXLAN with FDB nexthop groupsIdo Schimmel2-0/+224
2025-09-03selftests: net: avoid memory leakZongmin Zhou1-3/+7
2025-09-03selftests: drv-net: rss_ctx: make the test pass with few queuesJakub Kicinski1-2/+7
2025-09-03selftests: drv-net: rss_ctx: use Netlink for timed reconfigJakub Kicinski1-3/+4
2025-09-03selftests: net: py: don't default to shell=TrueJakub Kicinski1-2/+9
2025-09-03selftests: drv-net: adjust tests before defaulting to shell=FalseJakub Kicinski1-1/+2
2025-09-03net: selftests: clean up tools/testing/selftests/net/lib/py/utils.pyBreno Leitao1-8/+3
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds7-9/+14