aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2024-12-10selftests/bpf: Extend test for sockmap update with sameMichal Luczaj1-3/+5
2024-12-10selftests/hid: Add host-tools to .gitignoreCharlie Jenkins1-0/+1
2024-12-10selftests/powerpc: Fix typo in test-vphn.cZhu Jun1-1/+1
2024-12-09selftests/cpufreq: gitignore output files and clean them in make cleanLi Zhijian2-0/+3
2024-12-09selftests: forwarding: Add a selftest for the new reserved_bits UAPIPetr Machata2-0/+353
2024-12-09selftests: net: lib: Add several autodefer helpersPetr Machata2-7/+39
2024-12-09selftests: net: lib: Rename ip_link_master() to ip_link_set_master()Petr Machata2-4/+4
2024-12-09selftests/bpf: Fix fill_link_info selftest on powerpcSaket Kumar Bhaskar2-3/+14
2024-12-09selftests/bpf: Add more stats into veristatMykyta Yatsenko1-6/+58
2024-12-09selftests: livepatch: add test cases of stack_order sysfs interfaceWardenjohn1-0/+71
2024-12-09selftests/livepatch: Replace hardcoded module name with variable in test-callbacks.shGeorge Guo1-1/+1
2024-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov39-169/+909
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-10/+6
2024-12-06selftests: net: cleanup busy_poller.cJoe Damato1-38/+50
2024-12-06selftests: mlxsw: sharedbuffer: Ensure no extra packets are countedDanielle Ratson1-0/+40
2024-12-06selftests: mlxsw: sharedbuffer: Remove duplicate test casesDanielle Ratson1-10/+0
2024-12-06selftests: mlxsw: sharedbuffer: Remove h1 ingress test caseDanielle Ratson1-5/+0
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds20-61/+636
2024-12-06x86/mm/selftests: Fix typo in lam.cGautam Somani1-1/+1
2024-12-06selftests/bpf: Consolidate kernel modules into common directoryToke Høiland-Jørgensen51-161/+83
2024-12-06selftests/bpf: Add more test cases for LPM trieHou Tao1-0/+395
2024-12-06selftests/bpf: Move test_lpm_map.c to map_testsHou Tao3-9/+4
2024-12-05selftests/damon: add _damon_sysfs.py to TEST_FILESMaximilian Heyne1-1/+1
2024-12-05selftest: hugetlb_dio: fix test namingMark Brown1-9/+5
2024-12-05selftests/tc-testing: sfq: test that kernel rejects limit of 1Octavian Purdila2-0/+41
2024-12-05selftests/bpf: Enable Tx hwtstamp in xdp_hw_metadataSong Yoong Siang1-0/+1
2024-12-05selftests/bpf: Actuate tx_metadata_len in xdp_hw_metadataSong Yoong Siang1-1/+1
2024-12-05Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds1-0/+14
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-102/+266
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-65/+215
2024-12-05Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds2-15/+20
2024-12-05vsock/test: verify socket options after setting themKonstantin Shkolnyy9-53/+181
2024-12-05vsock/test: fix parameter types in SO_VM_SOCKETS_* callsKonstantin Shkolnyy2-7/+19
2024-12-05vsock/test: fix failures due to wrong SO_RCVLOWAT parameterKonstantin Shkolnyy2-5/+5
2024-12-04selftests/net: call sendmmsg via udpgso_bench.shKenjiro Nakayama1-0/+3
2024-12-04selftests/sched_ext: fix build after renames in sched_ext APIIhor Solodrai12-19/+19
2024-12-04selftests/bpf: Add test for narrow spill into 64-bit spilled scalarKumar Kartikeya Dwivedi1-0/+17
2024-12-04selftests/bpf: Add test for reading from STACK_INVALID slotsKumar Kartikeya Dwivedi1-0/+18
2024-12-04selftests/bpf: Introduce __caps_unpriv annotation for testsEduard Zingerman4-19/+62
2024-12-04tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bindMarco Leogrande1-0/+1
2024-12-04selftests/bpf: Add IRQ save/restore testsKumar Kartikeya Dwivedi2-0/+446
2024-12-04selftests/bpf: Expand coverage of preempt tests to sleepable kfuncKumar Kartikeya Dwivedi1-0/+14
2024-12-04bpf: Improve verifier log for resource leak on exitKumar Kartikeya Dwivedi3-10/+10
2024-12-03iommufd/selftest: Cover IOMMU_FAULT_QUEUE_ALLOC in iommufd_fail_nthNicolin Chen1-0/+14
2024-12-02bpf: Zero index arg error string for dynptr and iterKumar Kartikeya Dwivedi5-23/+23
2024-12-02selftests/bpf: Add tests for iter arg checkKumar Kartikeya Dwivedi1-0/+26
2024-12-02bpf: Ensure reg is PTR_TO_STACK in process_iter_argTao Lyu1-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra4-18/+18
2024-12-02selftests/bpf: ensure proper root namespace cleanup when test failAlexis Lothoré (eBPF Foundation)1-5/+11
2024-12-02selftests/bpf: add cgroup skb direct packet access testMahe Tardy2-0/+43