summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2026-04-12bpf: add missing fsession to the verifier logMenglong Dong2-5/+5
2026-04-12selftests/bpf: Add tests for sock_ops ctx access with same src/dst registerJiayuan Chen2-0/+193
2026-04-12selftests: drv-net: Add USO testJoe Damato2-0/+104
2026-04-12selftests: netfilter: nft_tproxy.sh: adjust to socat changesFlorian Westphal1-7/+7
2026-04-12selftests: net: py: add test case filtering and listingJakub Kicinski1-3/+62
2026-04-12bpf: Move checks for reserved fields out of the main passAlexei Starovoitov1-1/+1
2026-04-11selftests/bpf: inline TEST_TAG constants in test_loader.cEduard Zingerman1-56/+28
2026-04-11selftests/bpf: impose global ordering for test decl_tagsEduard Zingerman2-103/+124
2026-04-11selftests/bpf: make str_has_pfx return pointer past the prefixEduard Zingerman1-28/+23
2026-04-11selftests/bpf: fix __jited_unpriv tag nameEduard Zingerman1-1/+1
2026-04-11selftests/bpf: Remove kmalloc tracing from local storage create benchAmery Hung2-26/+6
2026-04-11selftests/bpf: Add test for add_const base_id consistencyDaniel Borkmann1-0/+63
2026-04-11Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+7
2026-04-11selftests: net: add bridge STP mode selection testAndy Roulin2-0/+289
2026-04-11selftests: drv-net: ntuple: Add dst-ip, src-port, dst-port fieldsDimitri Daskalakis1-6/+23
2026-04-11selftests: drv-net: Add ntuple (NFC) flow steering testDimitri Daskalakis2-0/+146
2026-04-11bpf: poison dead stack slotsAlexei Starovoitov1-0/+2
2026-04-11selftests/bpf: add new tests for static stack liveness analysisAlexei Starovoitov3-0/+2464
2026-04-11selftests/bpf: adjust verifier_log buffersAlexei Starovoitov1-3/+3
2026-04-11selftests/bpf: update existing tests due to liveness changesAlexei Starovoitov8-86/+79
2026-04-10selftests/bpf: Add BTF sanitize test covering BTF layoutAlan Maguire1-0/+97
2026-04-10selftests/bpf: Remove test_access_variable_arrayVenkat Rao Bagalkote2-35/+0
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas2-1/+3
2026-04-10selftests/sched_ext: Fix wrong DSQ ID in peek_dsq error messagefangqiurong1-1/+1
2026-04-10selftests: net: py: explicitly forbid multiple ksft_run() callsJakub Kicinski1-1/+4
2026-04-10selftests: Add MACsec VLAN propagation traffic testCosmin Ratiu3-0/+151
2026-04-10selftests: Migrate nsim-only MACsec tests to PythonCosmin Ratiu5-118/+204
2026-04-10Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski3-2/+1410
2026-04-10selftests/net: Add queue leasing tests with netkitDavid Wei3-2/+1410
2026-04-10selftests/nolibc: use gcc 15Thomas Weißschuh1-1/+1
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-56/+760
2026-04-09selftests/bpf: Add test for stale pkt range after scalar arithmeticDaniel Borkmann1-0/+61
2026-04-09Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds10-48/+408
2026-04-09Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'in...Will Deacon1-0/+27
2026-04-09KVM: LoongArch: selftests: Add PMU overflow interrupt testSong Gao3-0/+60
2026-04-09KVM: LoongArch: selftests: Add basic PMU event counting testSong Gao5-2/+223
2026-04-09KVM: LoongArch: selftests: Add cpucfg read/write helpersSong Gao2-0/+19
2026-04-09Merge branch 'for-linus' into for-nextTakashi Iwai20-18/+1045
2026-04-09selftest: netdevsim: Add resource dump and scope filter testOr Har-Toov1-1/+51
2026-04-09selftest: netdevsim: Add devlink port resource doit testOr Har-Toov1-1/+28
2026-04-09selftests/drivers/net: Add an xdp test to xdp.pyLeon Hwang1-1/+30
2026-04-09selftests: forwarding: lib: rewrite processing of command line argumentsIoana Ciornei1-10/+11
2026-04-09Merge tag 'ipsec-next-2026-04-08' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-6/+2
2026-04-09selftests/bpf: Add tests for ld_{abs,ind} failure path in subprogsDaniel Borkmann1-0/+142
2026-04-09selftests/sched_ext: Improve runner error reporting for invalid argumentsCheng-Yang Chou1-0/+20
2026-04-09selftests/bpf: Add test to ensure kprobe_multi is not sleepableVarun R Mallya2-1/+59
2026-04-08selftests: pci_endpoint: Skip BAR subrange test on -ENOSPCChristian Bruel1-0/+2
2026-04-08selftests: nft_queue.sh: add a parallel stress testFernando Fernandez Mancera2-18/+115
2026-04-08Merge branch kvm-arm64/misc-7.1 into kvmarm-master/nextMarc Zyngier1-12/+2
2026-04-08Merge branch kvm-arm64/vgic-fixes-7.1 into kvmarm-master/nextMarc Zyngier1-7/+45