summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2025-07-20Merge tag 'locking-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+7
2025-07-19Merge tag 'sched_ext-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+8
2025-07-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-0/+69
2025-07-17Merge tag 'net-6.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-21/+614
2025-07-17selftests/tc-testing: Test htb_dequeue_tree with deactivation and row emptyingWilliam Liu-0/+26
2025-07-17selftests: Add test cases for vlan_filter modification during runtimeDong Chenchen-12/+86
2025-07-17Merge tag 'nf-25-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-5/+432
2025-07-16selftests/bpf: Stress test attaching a BPF prog to another BPF progIlya Leoshkevich-0/+67
2025-07-15Merge tag 'hid-for-linus-2025071501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+70
2025-07-15selftests: net: increase inter-packet timeout in udpgro.shPaolo Abeni-4/+4
2025-07-14selftests/tc-testing: Create test cases for adding qdiscs to invalid qdisc pa...Victor Nogueira-0/+66
2025-07-14selftests: netfilter: nft_concat_range.sh: send packets to empty setFlorian Westphal-0/+3
2025-07-14selftests: netfilter: conntrack_resize.sh: also use udpclash toolFlorian Westphal-0/+17
2025-07-14selftests: netfilter: add conntrack clash resolution test caseFlorian Westphal-0/+337
2025-07-14selftests: netfilter: conntrack_resize.sh: extend resize testFlorian Westphal-5/+75
2025-07-13selftests/hid: add a test case for the recent syzbot underflowBenjamin Tissoires-0/+70
2025-07-10selftests: net: lib: fix shift count out of rangeHangbin Liu-1/+1
2025-07-10selftests: Add IPv6 multicast route generation tests for GRE devices.Guillaume Nault-10/+17
2025-07-10Merge tag 'net-6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+90
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2025-07-09selftests/net: packetdrill: add tcp_ooo-before-and-after-accept.pktEric Dumazet-0/+53
2025-07-09selftests/tc-testing: Create test case for UAF scenario with DRR/NETEM/BLACKH...Victor Nogueira-0/+37
2025-07-06Merge tag 'locking_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+1
2025-07-06selftests/futex: Convert 32-bit timespec to 64-bit version for 32-bit compati...Terry Tritton-1/+7
2025-07-06selftests/futex: Add futex_numa to .gitignoreTerry Tritton-0/+1
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+5
2025-07-03selftests/sched_ext: Fix exit selftest hang on UPAndrea Righi-0/+8
2025-07-02Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-13/+36
2025-07-01selftests/bpf: Add negative test cases for snprintfPaul Chaignon-0/+2
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds-2/+5
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds-2/+3
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-5/+139
2025-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-85/+112
2025-06-25selftests/mm: fix validate_addr() helperDev Jain-2/+5
2025-06-25netlink: specs: ethtool: replace underscores with dashes in namesJakub Kicinski-1/+1
2025-06-25selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn-15/+18
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell-0/+16
2025-06-24selftests: ublk: don't take same backing file for more than one ublk devicesMing Lei-2/+3
2025-06-24KVM: selftests: Add back the missing check of MONITOR/MWAIT availabilityChenyi Qiang-0/+1
2025-06-24iommufd/selftest: Fix build warnings due to uninitialized mfdNicolin Chen-2/+6
2025-06-24iommufd/selftest: Add asserts testing global mfdNicolin Chen-0/+2
2025-06-24iommufd/selftest: Add missing close(mfd) in memfd_mmap()Nicolin Chen-2/+7
2025-06-24iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizesNicolin Chen-9/+21
2025-06-24selftest: af_unix: Add tests for -ECONNRESET.Kuniyuki Iwashima-4/+115
2025-06-24af_unix: Add test for consecutive consumed OOB.Kuniyuki Iwashima-0/+23
2025-06-23selftests/bpf: Convert test_sysctl to prog_testsJerome Marchand-33/+10
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds-2/+8
2025-06-23selftests/coredump: Fix "socket_detect_userspace_client" test failureNam Cao-0/+5
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-4/+8
2025-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+13