aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-07-22selftests: netfilter: nft_flowtable.sh: fix offload counter verification for tunnel testsLorenzo Bianconi1-2/+12
2026-07-22selftests: net: bridge: test ranges with PVID VLANNikolay Aleksandrov1-0/+23
2026-07-22libarena: Use compiler load-acquire/store-release in bpf_atomic.hPuranjay Mohan1-0/+20
2026-07-22selftests: seg6: add test for post-encap SID route lookupAndrea Mayer2-0/+1028
2026-07-22selftests/pidfd: check PIDFD_THREAD survives open_by_handle_at()Christian Brauner1-0/+1
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni2-0/+189
2026-07-22selftests: net: Add a test for BIG TCP in UDP tunnelsAlice Mikityanska2-0/+189
2026-07-21selftests/bpf: Test duplicate bpf_refcount fieldsKumar Kartikeya Dwivedi1-0/+21
2026-07-21selftests/bpf: Test duplicate unique fields in nested structsKumar Kartikeya Dwivedi1-0/+27
2026-07-21selftests: netconsole: ignore busywait errorsMatthieu Baerts (NGI0)4-5/+5
2026-07-21selftests: drv-net: add missing kconfig for psp.pyMatthieu Baerts (NGI0)1-0/+3
2026-07-21selftests: drv-net: increase timeoutMatthieu Baerts (NGI0)1-0/+1
2026-07-21selftests: ovpn: increase timeoutMatthieu Baerts (NGI0)1-0/+1
2026-07-21selftests: ovpn: add IPV6 and VETH configsMatthieu Baerts (NGI0)1-0/+2
2026-07-21selftests: openvswitch: add config fileMatthieu Baerts (NGI0)1-0/+16
2026-07-21selftests: af_unix: add USER_NS configMatthieu Baerts (NGI0)1-0/+1
2026-07-21power: supply: Add PbAc, NiZn, RAM, and ZnAr supportBoris Shtrasman1-1/+2
2026-07-21selftests: helpers: handle multi line in test_sysfs_prop_optional_listBoris Shtrasman1-4/+4
2026-07-21selftests/fuse: add ACL_DONT_CACHE regression testAmir Goldstein2-0/+357
2026-07-21selftests/bpf: Remove tailcalls tests from DENYLIST.riscv64Pu Lehui1-1/+0
2026-07-21selftests/net/openvswitch: add ICMPv6 echo type match testMinxi Hou2-7/+100
2026-07-21selftests/bpf: Fix lsm_bdev dev_t encoding mismatchRicardo B. Marlière1-1/+2
2026-07-21selftests/bpf: Fix make install targetRicardo B. Marlière1-3/+4
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-6/+19
2026-07-21KVM: selftests: sev_init2_tests: Derive SEV availability from KVMDavid Woodhouse1-5/+11
2026-07-21KVM: selftests: sev_smoke_test: Only run VM types the host offersDavid Woodhouse1-1/+8
2026-07-21vsock/test: add test for small packets under pressureStefano Garzarella1-0/+87
2026-07-21selftests: net: add FOU multicast encapsulation resubmit testAnton Danilov3-0/+175
2026-07-20selftests/bpf: Add test for redirect from qdisc qevent blockDaniel Borkmann3-0/+137
2026-07-20selftests/net: Fix tun IPv6 test addresses to avoid 6to4 rangeRicardo B. Marlière1-4/+4
2026-07-20selftest: fix headers in fclog.cJori Koolstra1-3/+1
2026-07-20fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptesKiryl Shutsemau (Meta)1-1/+55
2026-07-20selftests/futex: Give circular-list nodes static storageMiles Krause1-1/+1
2026-07-20selftests/bpf: Silence maybe-uninitialized compiler warning in libarenaViktor Malik1-1/+1
2026-07-20selftests/bpf: Silence array bounds warning in global_map_resizeViktor Malik1-2/+6
2026-07-20selftests/bpf: Check malloc result with ASSERT_NEQ in test_sha256Viktor Malik1-2/+2
2026-07-20selftests/bpf: Check malloc result with ASSERT_NEQ in test_loaderViktor Malik1-1/+1
2026-07-20selftests/futex: Use thread synchronization helpers instead of usleep()Yuwen Chen1-19/+28
2026-07-20selftests/futex: Provide thread creation and synchronization helpersYuwen Chen2-1/+119
2026-07-20selftests/rseq: Add missing test binaries to .gitignoreCihan Karadag1-0/+2
2026-07-20selftests/net: ovpn: fix getaddrinfo memory leak in ovpn_parse_remote()longlong yan1-1/+3
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni20-51/+1004
2026-07-19selftests/bpf: Cover scalar arena frees below the baseYiyang Chen1-5/+35
2026-07-19selftests/bpf: Remove redundant config option from selftests fragmentsAlexis Lothoré (eBPF Foundation)5-5/+0
2026-07-19selftests/bpf: Add tests for memory usage for arenaJiayuan Chen2-0/+162
2026-07-19selftests/bpf: Run arena tests seriallyJiayuan Chen8-8/+8
2026-07-17selftests/cgroup: Fix minor defects in test_cpusetWaiman Long1-17/+21
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi43-131/+1731
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds10-63/+274
2026-07-17Merge tag 'net-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-1/+57