summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-10-31selftests/bpf: test_xsk: Don't exit immediately on allocation failuresBastien Curutchet (eBPF Foundation)3-42/+110
2025-10-31selftests/bpf: test_xsk: Don't exit immediately if validate_traffic failsBastien Curutchet (eBPF Foundation)1-4/+8
2025-10-31selftests/bpf: test_xsk: Don't exit immediately when workers failBastien Curutchet (eBPF Foundation)1-34/+76
2025-10-31selftests/bpf: test_xsk: Don't exit immediately when gettimeofday failsBastien Curutchet (eBPF Foundation)1-4/+4
2025-10-31selftests/bpf: test_xsk: Don't exit immediately when xsk_attach failsBastien Curutchet (eBPF Foundation)1-9/+19
2025-10-31selftests/bpf: test_xsk: Add return value to init_iface()Bastien Curutchet (eBPF Foundation)3-6/+11
2025-10-31selftests/bpf: test_xsk: Release resources when swap failsBastien Curutchet (eBPF Foundation)1-1/+6
2025-10-31selftests/bpf: test_xsk: Wrap test clean-up in functionsBastien Curutchet (eBPF Foundation)1-12/+24
2025-10-31selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem()Bastien Curutchet (eBPF Foundation)1-1/+22
2025-10-31selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()Bastien Curutchet (eBPF Foundation)1-0/+7
2025-10-31selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return valueBastien Curutchet (eBPF Foundation)1-1/+4
2025-10-31selftests/bpf: test_xsk: Initialize bitmap before useBastien Curutchet (eBPF Foundation)1-0/+4
2025-10-31selftests/bpf: test_xsk: Split xskxceiverBastien Curutchet (eBPF Foundation)5-2634/+2738
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-10-31Merge tag 'linux_kselftest-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-2/+3
2025-10-31selftests: drv-net: replace the nsim ring test with a drv-net oneJakub Kicinski4-86/+168
2025-10-30KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-listMark Brown1-0/+1
2025-10-30KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-listMark Brown1-0/+2
2025-10-30KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stressMaximilian Dittgen1-1/+8
2025-10-30selftests: traceroute: Add ICMP extensions testsIdo Schimmel1-0/+313
2025-10-30selftests/bpf: Add ABBCCA case for rqspinlock stress testKumar Kartikeya Dwivedi2-27/+66
2025-10-30selftests/bpf: Fix intermittent failures in file_reader testMykyta Yatsenko2-2/+6
2025-10-30selftests: net: use BASH for bareudp testingPo-Hsu Lin1-1/+1
2025-10-30selftest: net: fix socklen_t type mismatch in sctp_collision testAnkit Khushwaha1-1/+2
2025-10-29selftests/bpf: Remove test_tc_tunnel.shAlexis Lothoré (eBPF Foundation)2-321/+0
2025-10-29selftests/bpf: Integrate test_tc_tunnel.sh tests into test_progsAlexis Lothoré (eBPF Foundation)2-19/+693
2025-10-29selftests/bpf: Make test_tc_tunnel.bpf.c compatible with big endian platformsAlexis Lothoré (eBPF Foundation)1-35/+22
2025-10-29selftests/bpf: Add tc helpersAlexis Lothoré (eBPF Foundation)3-93/+74
2025-10-29tools/nolibc: add uio.h with readv and writevBenjamin Berg1-0/+9
2025-10-29tools/dma: move dma_map_benchmark from selftests to tools/dmaQinxin Xia3-136/+0
2025-10-29vfio: selftests: add end of address space DMA map/unmap testsAlex Mastro1-0/+90
2025-10-29vfio: selftests: update DMA map/unmap helpers to support more test kindsAlex Mastro3-28/+108
2025-10-28selftests: tty: add tty_tiocsti_test to .gitignoreGopi Krishna Menon1-0/+1
2025-10-28selftests/bpf/benchs: Add overwrite mode benchmark for BPF ring bufferXu Kuohai3-6/+74
2025-10-28selftests/bpf: Add overwrite mode test for BPF ring bufferXu Kuohai3-1/+165
2025-10-28selftests: bridge_mdb: Add a test for MDB flush on snooping disablePetr Machata1-2/+98
2025-10-28selftests: tls: add tls record_size_limit testWilfred Mallawa1-0/+141
2025-10-27selftests/bpf: add file dynptr testsMykyta Yatsenko3-0/+310
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko2-12/+12
2025-10-27selftests/bpf: remove unnecessary kfunc prototypesMykyta Yatsenko2-10/+0
2025-10-27Merge 6.18-rc3 into tty-nextGreg Kroah-Hartman5-61/+85
2025-10-25selftest: net: prevent use of uninitialized variableAlessandro Zanni1-0/+1
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-225/+633
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-52/+56
2025-10-22selftests: cachestat: Fix warning on declaration under labelSidharth Seela1-2/+2
2025-10-22selftests/cachestat: add tmpshmcstat file to .gitignoreMadhur Kumar1-0/+1
2025-10-22selftests/tty: add TIOCSTI test suiteAbhinav Saxena3-1/+656
2025-10-22selftests: mptcp: join: mark laminar tests as skipped if not supportedMatthieu Baerts (NGI0)1-5/+5
2025-10-22selftests: mptcp: join: mark 'delete re-add signal' as skipped if not supportedMatthieu Baerts (NGI0)1-1/+1
2025-10-22selftests: mptcp: join: mark implicit tests as skipped if not supportedMatthieu Baerts (NGI0)1-2/+2