aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2024-12-12selftests: forwarding: add a pvid_change test to bridge_vlan_unawareVladimir Oltean1-3/+22
2024-12-11selftests: netfilter: Stabilize rpath.shPhil Sutter1-2/+16
2024-12-11Merge tag 'linux_kselftest-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+1
2024-12-11selftests/ftrace: adjust offset for kprobe syntax error testHari Bathini1-1/+1
2024-12-11cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long1-14/+19
2024-12-10scx: Fix maximal BPF selftest progDavid Vernet1-3/+5
2024-12-10selftests/bpf: validate that tail call invalidates packet pointersEduard Zingerman1-0/+28
2024-12-10bpf: consider that tail calls invalidate packet pointersEduard Zingerman1-0/+2
2024-12-10selftests/bpf: freplace tests for tracking of changes_packet_dataEduard Zingerman3-0/+120
2024-12-10selftests/bpf: test for changing packet data from global functionsEduard Zingerman1-0/+28
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