summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
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-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
2026-03-14selftests/net: packetdrill: add tcp_rcv_wnd_shrink_nomem.pktSimon Baatz1-0/+132
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz1-1/+1
2026-03-14sched_ext/selftests: Fix incorrect include guard commentsCheng-Yang Chou2-2/+2
2026-03-14selftests/sched_ext: Update scx_bpf_dsq_move_to_local() in kselftestsAndrea Righi6-9/+9
2026-03-14selftests/bpf: Test case for refinement improvement using 64b boundsPaul Chaignon1-0/+33
2026-03-14Merge tag 'sched_ext-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2026-03-13selftests/sched_ext: Add missing error check for exit__load()David Carlier1-1/+1
2026-03-13selftests/bpf: Improve test coverage for kfunc callHari Bathini4-1/+154
2026-03-13selftests: net: add test for Netlink policy dumpsJakub Kicinski4-3/+148
2026-03-13selftests: net: make sure that Netlink rejects unknown attrs in dumpJakub Kicinski1-6/+26
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-87/+341
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+55
2026-03-12KVM: selftests: Verify SEV+ guests can read and write EFER, CR0, CR4, and CR8Sean Christopherson2-0/+53
2026-03-12selftests: memcg: Add tests for IN_DELETE_SELF and IN_IGNOREDT.J. Mercier1-0/+112
2026-03-12selftests/filesystems: add MOVE_MOUNT_BENEATH rootfs testsChristian Brauner4-0/+505
2026-03-12selftests/filesystems: add clone3 tests for empty mount namespacesChristian Brauner3-1/+941
2026-03-12selftests/filesystems: add tests for empty mount namespacesChristian Brauner7-2/+1018
2026-03-12selftests: add FSMOUNT_NAMESPACE testsChristian Brauner5-30/+1156
2026-03-12selftests/statmount: add statmount_alloc() helperChristian Brauner3-46/+58
2026-03-12powerpc/selftests/copyloops: extend selftest to exercise __copy_tofrom_user_p...Sayali Patil4-14/+24
2026-03-12selftests: net: fix timeout passed as positional argument to communicate()Gal Pressman1-1/+1
2026-03-12selftests: net: pass bpftrace timeout to cmd()Gal Pressman1-1/+2
2026-03-12selftests: rtnetlink: add neighbour update testSabrina Dubroca1-0/+55
2026-03-12selftests: net: local_termination: test link-local protocolsDaniel Golle1-0/+25
2026-03-12selftests: af_unix: validate SO_PEEK_OFF advancement and resetSoichiro Ueda1-0/+46
2026-03-12selftests/pidfd: add CLONE_PIDFD_AUTOKILL testsChristian Brauner1-0/+278
2026-03-12selftests/pidfd: add CLONE_NNP testsChristian Brauner1-0/+126
2026-03-12selftests/pidfd: add CLONE_AUTOREAP testsChristian Brauner3-1/+498
2026-03-12sched_ext: Fix incomplete help text usage stringsCheng-Yang Chou1-1/+1