aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-08-18selftests/nolibc: don't pass CC to toplevel MakefileThomas Weißschuh1-1/+1
2025-08-18selftests/nolibc: deduplicate invocations of toplevel MakefileThomas Weißschuh1-4/+7
2025-08-18selftests/nolibc: be more specific about variables affecting nolibc-testThomas Weißschuh1-1/+1
2025-08-18selftests/bpf: Clobber a lot of registers in tailcall_bpf2bpf_hierarchy testsIlya Leoshkevich5-0/+30
2025-08-18selftests: ublk: Use ARRAY_SIZE() macro to improve codeAkhilesh Patil1-2/+2
2025-08-17tools/nolibc: fix error return value of clock_nanosleep()Thomas Weißschuh1-0/+1
2025-08-15selftests: tls: make the new data_steal test less flakyJakub Kicinski1-7/+5
2025-08-15selftests/bpf: Add test for DEVMAP reuseYureka Lilian2-0/+70
2025-08-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski2-11/+10
2025-08-15selftest: forwarding: router: Add a test case for IPv4 link-local source IPIdo Schimmel1-0/+29
2025-08-15kunit: tool: Parse skipped tests from kselftest.hThomas Weißschuh2-4/+7
2025-08-15selftests/bpf: Enable arena atomics tests for RV64Pu Lehui1-3/+6
2025-08-14selftests/tc-testing: Check backlog stats in gso_skb caseWilliam Liu1-0/+198
2025-08-14selftests: net: Test bridge backup port when port is administratively downIdo Schimmel1-4/+27
2025-08-14selftests: drv-net: wait for carrierJakub Kicinski3-22/+39
2025-08-14torture: Add --do-normal parameter to torture.sh help textPaul E. McKenney1-0/+1
2025-08-14rcutorture: Fix jitter.sh spin timePaul E. McKenney1-3/+24
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+81
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-4/+78
2025-08-14selftests: drv-net: add test for RSS on flow labelJakub Kicinski2-0/+168
2025-08-13selftests: net/forwarding: test purge of active DWRR classesDavide Caratti2-0/+9
2025-08-13selftests: netconsole: Validate interface selection by MAC addressAndre Carvalho2-20/+41
2025-08-13selftests: forwarding: Add a test for FDB activity notification controlIdo Schimmel2-1/+176
2025-08-13selftests/bpf: Copy test_kmods when installing selftestAmery Hung1-1/+1
2025-08-13Merge tag 'mm-hotfixes-stable-2025-08-12-20-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+3
2025-08-12selftests: tls: test TCP stealing data from under the TLS socketJakub Kicinski1-0/+63
2025-08-12selftests: drv-net: devmem: flip the direction of Tx testsJakub Kicinski1-6/+6
2025-08-12selftests: net: terminate bkg() commands on exceptionJakub Kicinski1-1/+4
2025-08-12selftests: drv-net: devmem: add / correct the IPv6 supportJakub Kicinski1-1/+1
2025-08-12selftests: drv-net: devmem: remove sudo from system() callsJakub Kicinski1-7/+7
2025-08-12selftests: drv-net: add configs for zerocopy RxJakub Kicinski1-0/+2
2025-08-12selftest: af_unix: Add -Wall and -Wflex-array-member-not-at-end to CFLAGS.Kuniyuki Iwashima1-1/+1
2025-08-12selftest: af_unix: Silence -Wall warning for scm_pid.c.Kuniyuki Iwashima1-2/+0
2025-08-12selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for scm_rights.c.Kuniyuki Iwashima1-15/+13
2025-08-12selftest: af_unix: Silence -Wflex-array-member-not-at-end warning for scm_inq.c.Kuniyuki Iwashima1-14/+12
2025-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfMartin KaFai Lau22-51/+1081
2025-08-12selftests: drv-net: don't assume device has only 2 queuesJakub Kicinski1-4/+6
2025-08-11selftests/proc: fix string literal warning in proc-maps-race.cSukrut Heroorkar1-3/+3
2025-08-11selftests/net: Ensure assert() triggers in psock_tpacket.cWake Liu1-0/+1
2025-08-11selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8Wake Liu1-2/+1
2025-08-11selftests/sched_ext: Remove duplicate sched.h headerJiapeng Chong1-1/+0
2025-08-11selftests/coredump: Remove the read() that fails the testNam Cao1-3/+0
2025-08-11selftests/filesystems: add basic fscontext log testsAleksa Sarai3-1/+132
2025-08-11selftests/mount_setattr: add smoke tests for open_tree_attr(2) bugAleksa Sarai1-13/+64
2025-08-08KVM: arm64: selftest: Add standalone test checking for KVM's own UUIDMarc Zyngier2-0/+71
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-30/+125
2025-08-06selftests/bpf: Test multi_st_ops and calling kfuncs from different programsAmery Hung3-0/+192
2025-08-06selftests/bpf: Add multi_st_ops that supports multiple instancesAmery Hung3-0/+120
2025-08-06Merge tag 'perf-fixes-27504' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.gitLinus Torvalds3-1/+238
2025-08-05net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja2-0/+112