summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-03-20selftests/nolibc: Fix build with host headers and libcDavid Laight1-1/+15
2026-03-20selftests/nolibc: fix test_file_stream() on musl libcThomas Weißschuh1-1/+9
2026-03-20selftests: Add tests for creating pidns init via setnsPavel Tikhomirov3-1/+240
2026-03-20selftests: drv-net: gro: add a test for GRO depthJakub Kicinski1-20/+181
2026-03-20selftests: drv-net: gro: add test for packet orderingJakub Kicinski2-6/+61
2026-03-20selftests: drv-net: gro: test GRO statsJakub Kicinski3-2/+433
2026-03-20selftests: drv-net: gro: use SO_TXTIME to schedule packets togetherJakub Kicinski1-3/+54
2026-03-20selftests: drv-net: give HW stats sync time extra 25% of marginJakub Kicinski1-2/+2
2026-03-20selftests: net: move gro to lib for HW vs SW reuseJakub Kicinski6-4/+4
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-42/+288
2026-03-19selftests/landlock: Test tsync interruption and cancellation pathsMickaël Salaün1-1/+90
2026-03-19vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()Manish Honap1-1/+3
2026-03-19KVM: arm64: selftests: Add no-vgic-v5 selftestSascha Bischoff3-178/+298
2026-03-19KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftestSascha Bischoff3-0/+379
2026-03-19kunit: configs: Enable all crypto library tests in all_tests.configEric Biggers1-0/+2
2026-03-19Merge tag 'ovpn-net-next-20260317' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni40-86/+472
2026-03-19selftests/net: packetdrill: improve tcp_rcv_neg_window.pktSimon Baatz1-3/+11
2026-03-19selftests/vsock: auto-detect kernel for guest VMsBobby Eshleman1-0/+19
2026-03-19selftests/bpf: Isolate fmod_ret hooks by pidSun Jian2-3/+18
2026-03-19selftests/bpf: Avoid spurious failures perf_linkSun Jian1-15/+5
2026-03-19tools: ynl: rework policy access to support recursionJakub Kicinski1-15/+11
2026-03-18ktest: Store failure logs also in fatal pathsRicardo B. Marlière1-0/+5
2026-03-17Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+12
2026-03-17Merge tag 'rust_io-7.1-rc1' into driver-core-nextDanilo Krummrich14-42/+331
2026-03-17selftests/sched_ext: Show failed test names in summaryCheng-Yang Chou1-1/+7
2026-03-17kunit: configs: Enable all CRC tests in all_tests.configEric Biggers1-0/+2
2026-03-17selftests/mount_setattr: increase tmpfs size for idmapped mount testsChristian Brauner1-1/+1
2026-03-17selftests: net: add ipv6 RA route to ECMP merge testFernando Fernandez Mancera2-0/+19
2026-03-17selftests: ovpn: add test for the FW mark featureRalf Lici3-1/+119
2026-03-17selftests: ovpn: check asymmetric peer-idRalf Lici30-81/+271
2026-03-17selftests: ovpn: add notification parsing and matchingRalf Lici18-3/+76
2026-03-17ovpn: notify userspace on client float eventRalf Lici1-0/+3
2026-03-17selftests: ovpn: allow compiling ovpn-cli.c with mbedtls3Antonio Quartulli2-10/+12
2026-03-17selftests: net: py: give bpftrace more time to startJakub Kicinski1-1/+1
2026-03-17cxl: support Type2 when initializing cxl_dev_stateAlejandro Lucero1-2/+1
2026-03-17selftests/bpf: Bump path and command buffer sizes in bpftool_helpers.cIhor Solodrai1-8/+7
2026-03-17bpftool: Allow explicitly skip llvm, libbfd and libcrypto dependenciesMykyta Yatsenko1-0/+8
2026-03-16selftests/bpf: Add deep call stack selftestsEmil Tsalapatis2-0/+97
2026-03-16bpf: Only enforce 8 frame call stack limit for all-static stacksEmil Tsalapatis1-9/+9
2026-03-16KVM: s390: selftests: Add IRQ routing address offset testsJanosch Frank2-0/+76
2026-03-16selftests/hid: fix compilation when bpf_wq and hid_device are not exportedBenjamin Tissoires1-0/+12
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-26/+250
2026-03-15Merge tag 'powerpc-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-14/+24
2026-03-15selftests: pci_endpoint: Skip reserved BARsNiklas Cassel1-0/+4
2026-03-15sched_ext: Update selftests to drop ops.cpu_acquire/release()Cheng-Yang Chou3-9/+12
2026-03-15sched_ext: Update demo schedulers and selftests to use scx_bpf_task_set_dsq_v...Cheng-Yang Chou1-2/+4
2026-03-14selftests/net: packetdrill: add tcp_disorder_fin_in_FIN_WAIT.pktEric Dumazet1-0/+33
2026-03-14selftests/arm64: Implement cmpbr_sigill() to hwcap testYifan Wu1-1/+2
2026-03-14selftests/net: packetdrill: add tcp_rcv_neg_window.pktSimon Baatz1-0/+26
2026-03-14selftests/net: packetdrill: add tcp_rcv_wnd_shrink_allowed.pktSimon Baatz1-0/+40