summaryrefslogtreecommitdiffhomepage
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netdeveldavem/net-nextJakub Kicinski9-120/+642
2026-04-14selftests/net: Add additional test coverage in nk_qleaseDaniel Borkmann1-5/+946
2026-04-14selftests/net: Split netdevsim tests from HW tests in nk_qleaseDaniel Borkmann3-1142/+1169
2026-04-14selftests/bpf: add test for xdp_master_redirect with bond not upJiayuan Chen1-2/+94
2026-04-13selftests: net: Add tests for team driver decoupled tx and rx controlMarc Harvey3-1/+348
2026-04-13selftests: net: Add test for enablement of ports with teamdMarc Harvey5-0/+287
2026-04-13selftests: net: Add tests for failover of team-aggregated portsMarc Harvey5-2/+319
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-10selftests: net: add bridge STP mode selection testAndy Roulin2-0/+289
2026-04-10selftests: drv-net: ntuple: Add dst-ip, src-port, dst-port fieldsDimitri Daskalakis1-6/+23
2026-04-10selftests: drv-net: Add ntuple (NFC) flow steering testDimitri Daskalakis2-0/+146
2026-04-09selftests: net: py: explicitly forbid multiple ksft_run() callsJakub Kicinski1-1/+4
2026-04-09selftests: Add MACsec VLAN propagation traffic testCosmin Ratiu3-0/+151
2026-04-09selftests: Migrate nsim-only MACsec tests to PythonCosmin Ratiu5-118/+204
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski3-2/+1410
2026-04-09selftests/net: Add queue leasing tests with netkitDavid Wei3-2/+1410
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-56/+760
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-08selftest: netdevsim: Add resource dump and scope filter testOr Har-Toov1-1/+51
2026-04-08selftest: netdevsim: Add devlink port resource doit testOr Har-Toov1-1/+28
2026-04-08selftests/drivers/net: Add an xdp test to xdp.pyLeon Hwang1-1/+30
2026-04-08selftests: forwarding: lib: rewrite processing of command line argumentsIoana Ciornei1-10/+11
2026-04-08Merge tag 'ipsec-next-2026-04-08' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-6/+2
2026-04-08selftests: nft_queue.sh: add a parallel stress testFernando Fernandez Mancera2-18/+115
2026-04-07selftests: seg6: add test for dst_cache isolation in seg6 lwtunnelAndrea Mayer2-0/+198
2026-04-07selftests: net: bridge_vlan_mcast: wait for h1 before querier checkDaniel Golle1-0/+1
2026-04-07selftests: drv-net: adjust to socat changesJakub Kicinski2-5/+5
2026-04-07selftests: net: add tests for PPPQingfang Deng7-0/+180
2026-04-07xfrm: Drop support for HMAC-RIPEMD-160Eric Biggers1-6/+2
2026-04-06selftests: mptcp: join: recreate signal endp with same IDMatthieu Baerts (NGI0)1-2/+2
2026-04-06selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroomMaciej Fijalkowski1-2/+4
2026-04-06selftests: bpf: have a separate variable for drop testMaciej Fijalkowski1-1/+3
2026-04-06selftests: bpf: fix pkt grow testsMaciej Fijalkowski1-3/+21
2026-04-06selftests: bpf: introduce a common routine for reading procfsMaciej Fijalkowski4-24/+66
2026-04-06selftests: net: py: color the basics in the outputJakub Kicinski1-0/+20
2026-04-05Merge tag 'riscv-for-linus-7.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+11
2026-04-04selftests: riscv: Add braces around EXPECT_EQ()Charlie Jenkins1-6/+9
2026-04-04riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley1-2/+2
2026-04-03selftests: drv-net: gro: add a test for bad IPv4 csumJakub Kicinski2-0/+30
2026-04-03selftests: drv-net: gro: test ip6ip6Jakub Kicinski2-6/+19
2026-04-03selftests: drv-net: gro: make large packet math more preciseJakub Kicinski1-16/+29
2026-04-03selftests: drv-net: gro: remove TOTAL_HDR_LENJakub Kicinski1-4/+3
2026-04-03selftests: drv-net: gro: prepare for ip6ip6 supportJakub Kicinski1-32/+41
2026-04-03selftests: drv-net: gro: always wait for FIN in the capacity testJakub Kicinski1-3/+8
2026-04-03selftests: drv-net: gro: add 1 byte payload testJakub Kicinski2-3/+13
2026-04-03selftests: drv-net: gro: add data burst test caseJakub Kicinski2-1/+22
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+341