summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2024-09-11selftests/xsk: Read current MAX_SKB_FRAGS from sysctl knobMaciej Fijalkowski2-6/+38
2024-09-10Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-1/+84
2024-09-10net-timestamp: add selftests for SOF_TIMESTAMPING_OPT_RX_FILTERJason Xing1-0/+18
2024-09-10selftests: net: csum: Fix checksums for packets with non-zero paddingSean Anderson1-2/+14
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner42-296/+1190
2024-09-09KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspaceSean Christopherson1-4/+7
2024-09-09selftests/net: integrate packetdrill with ksftWillem de Bruijn8-2/+251
2024-09-09selftests: support interpreted scripts with ksft_runner.shWillem de Bruijn1-2/+5
2024-09-09af_unix: Don't return OOB skb in manage_oob().Kuniyuki Iwashima1-0/+23
2024-09-09selftests: mptcp: connect: remove duplicated spaces in TAP outputMatthieu Baerts (NGI0)1-6/+8
2024-09-09selftests: mptcp: diag: remove trailing whitespaceMatthieu Baerts (NGI0)1-1/+1
2024-09-09selftests: mptcp: reset the last TS before the first testMatthieu Baerts (NGI0)6-1/+9
2024-09-09selftests: mptcp: connect: remote time in TAP outputMatthieu Baerts (NGI0)1-1/+0
2024-09-09selftests: mptcp: lib: add time per subtests in TAP outputMatthieu Baerts (NGI0)1-1/+16
2024-09-09selftests: return failure when timestamps can't be reportedJason Xing1-1/+5
2024-09-09selftests/mm: relax test to fail after 100 migration failuresDev Jain1-6/+11
2024-09-09mm: selftest to verify zero-filled pages are mapped to zeropageAlexander Zhu3-0/+94
2024-09-09bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy3-1/+9
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman18-249/+754
2024-09-09selftests/powerpc: Allow building without static libcMadhavan Srinivasan2-3/+15
2024-09-09Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...Neeraj Upadhyay8-13/+55
2024-09-06Merge tag 'riscv-for-linus-6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-71/+0
2024-09-06selftests/timers: Remove unused NSEC_PER_SEC macrozhang jiao2-5/+0
2024-09-06selftests:resctrl: Fix build failure on archs without __cpuid_count()Shuah Khan2-2/+7
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-40/+19
2024-09-05Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+34
2024-09-05Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2024-09-05bpf/selftests: coverage for tp and perf event progs using kfuncsJP Kobryn1-0/+48
2024-09-05selftests: net: enable bind testsJamie Bainbridge1-1/+2
2024-09-05selftests/bpf: Add description for running vmtest on RV64Pu Lehui1-0/+32
2024-09-05selftests/bpf: Add riscv64 configurations to local vmtestPu Lehui1-0/+9
2024-09-05selftests/bpf: Add DENYLIST.riscv64Pu Lehui1-0/+3
2024-09-05selftests/bpf: Add config.riscv64Pu Lehui1-0/+84
2024-09-05selftests/bpf: Enable cross platform testing for vmtestPu Lehui1-11/+31
2024-09-05selftests/bpf: Support local rootfs image for vmtestPu Lehui2-7/+16
2024-09-05selftests/bpf: Limit URLS parsing logic to actual scope in vmtestPu Lehui1-20/+19
2024-09-05selftests/bpf: Prefer static linking for LLVM librariesEduard Zingerman1-5/+3
2024-09-05selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflictPu Lehui2-5/+5
2024-09-05selftests/bpf: Adapt OUTPUT appending logic to lower versions of MakePu Lehui1-0/+6
2024-09-05selftests/bpf: fix some typos in selftestsLin Yikai25-39/+39
2024-09-05selftests/bpf: Add uprobe multi pid filter test for clone-ed processesJiri Olsa1-24/+42
2024-09-05selftests/bpf: Add uprobe multi pid filter test for fork-ed processesJiri Olsa2-0/+107
2024-09-05selftests/bpf: Add child argument to spawn_child functionJiri Olsa1-46/+39
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra1-1/+2
2024-09-05kselftest: dt: Ignore nodes that have ancestors disabledNĂ­colas F. R. A. Prado1-1/+14
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar31-159/+1003
2024-09-04selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64Pu Lehui2-6/+0
2024-09-04selftests: net: convert comma to semicolonChen Ni1-3/+3
2024-09-04selftests/bpf: Add a selftest for x86 jit convergence issuesYonghong Song2-0/+116
2024-09-04Merge branch 'bpf/master' into for-6.12Tejun Heo151-1546/+7625