index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-13
selftests: drv-net: gro: break out all individual test cases
Jakub Kicinski
2
-188
/
+306
2026-01-13
selftests: drv-net: gro: run the test against HW GRO and LRO
Jakub Kicinski
2
-17
/
+58
2026-01-13
selftests: drv-net: gro: improve feature config
Jakub Kicinski
1
-3
/
+36
2026-01-13
selftests: drv-net: gro: use cmd print
Jakub Kicinski
1
-2
/
+1
2026-01-13
selftests: net: py: teach cmd() how to print itself
Jakub Kicinski
1
-0
/
+23
2026-01-13
selftests: net: py: teach ksft_pr() multi-line safety
Jakub Kicinski
1
-10
/
+19
2026-01-13
KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM
Sean Christopherson
2
-4
/
+3
2026-01-13
KVM: selftests: Add a test to verify APICv updates (while L2 is active)
Sean Christopherson
3
-0
/
+160
2026-01-13
selftests/bpf: Add test cases for btf__permute functionality
Donglin Peng
1
-0
/
+244
2026-01-13
selftests: net: reduce txtimestamp deschedule flakes
Willem de Bruijn
1
-5
/
+5
2026-01-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-59
/
+85
2026-01-13
selftests/bpf: Add tests for s>>=31 and s>>=63
Alexei Starovoitov
1
-0
/
+85
2026-01-13
selftests/bpf: Fix verifier_arena_globals1 failure with 64K page
Yonghong Song
1
-1
/
+1
2026-01-13
selftests/bpf: Fix sk_bypass_prot_mem failure with 64K page
Yonghong Song
1
-1
/
+6
2026-01-13
selftests/bpf: Fix dmabuf_iter/lots_of_buffers failure with 64K page
Yonghong Song
1
-1
/
+1
2026-01-13
cxl: Check for invalid addresses returned from translation functions on errors
Robert Richter
1
-10
/
+16
2026-01-13
selftests: vDSO: vdso_test_abi: Add test for clock_getres_time64()
Thomas Weißschuh
1
-1
/
+52
2026-01-13
selftests: vDSO: vdso_test_abi: Use UAPI system call numbers
Thomas Weißschuh
1
-1
/
+1
2026-01-13
selftests: vDSO: vdso_config: Add configurations for clock_getres_time64()
Thomas Weißschuh
1
-1
/
+3
2026-01-13
selftests/tc-testing: add selftests for cake_mq qdisc
Jonas Köppeler
1
-0
/
+559
2026-01-12
selftests/net/ipsec: Fix variable size type not at the end of struct
Ankit Khushwaha
1
-2
/
+9
2026-01-12
selftests/bpf: Use the correct destructor kfunc type
Sami Tolvanen
1
-1
/
+7
2026-01-12
selftests: ublk: add stop command with --safe option
Ming Lei
4
-0
/
+112
2026-01-12
cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()
Waiman Long
1
-0
/
+3
2026-01-12
cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
Waiman Long
1
-7
/
+19
2026-01-12
selftests: ublk: add end-to-end integrity test
Caleb Sander Mateos
2
-0
/
+112
2026-01-12
selftests: ublk: add integrity params test
Caleb Sander Mateos
3
-0
/
+177
2026-01-12
selftests: ublk: add integrity data support to loop target
Caleb Sander Mateos
1
-18
/
+74
2026-01-12
selftests: ublk: support non-O_DIRECT backing files
Caleb Sander Mateos
4
-5
/
+5
2026-01-12
selftests: ublk: implement integrity user copy in kublk
Caleb Sander Mateos
2
-5
/
+50
2026-01-12
selftests: ublk: add kublk support for integrity params
Caleb Sander Mateos
6
-0
/
+78
2026-01-12
selftests: ublk: add utility to get block device metadata size
Caleb Sander Mateos
2
-2
/
+39
2026-01-12
selftests: ublk: display UBLK_F_INTEGRITY support
Caleb Sander Mateos
1
-0
/
+1
2026-01-11
Merge branch 'block-6.19' into for-7.0/block
Jens Axboe
3
-6
/
+83
2026-01-11
tools/nolibc: Add a simple test for writing to a FILE and reading it back
Daniel Palmer
1
-0
/
+53
2026-01-11
selftests/nolibc: also test libc-test through regular selftest framework
Thomas Weißschuh
1
-1
/
+5
2026-01-11
selftests/nolibc: scope custom flags to the nolibc-test target
Thomas Weißschuh
1
-6
/
+2
2026-01-11
selftests/nolibc: try to read from stdin in readv_zero test
Thomas Weißschuh
1
-1
/
+1
2026-01-10
Merge tag 'linux_kselftest-fixes-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-1
/
+17
2026-01-10
selftests: net: py: ensure defer() is only used within a test case
Jakub Kicinski
2
-0
/
+10
2026-01-10
selftests: net: py: capitalize defer queue and improve import
Jakub Kicinski
2
-6
/
+6
2026-01-10
selftests/net: parametrise iou-zcrx.py with ksft_variants
David Wei
1
-89
/
+73
2026-01-10
selftests: drv-net: psp: Better control the used PSP dev
Cosmin Ratiu
3
-29
/
+26
2026-01-10
vsock/test: add a final full barrier after run all tests
Stefano Garzarella
1
-0
/
+12
2026-01-10
selftests: kvm: Verify TILELOADD actually #NM faults when XFD[18]=1
Sean Christopherson
1
-12
/
+18
2026-01-10
selftests: kvm: try getting XFD and XSAVE state out of sync
Paolo Bonzini
1
-8
/
+30
2026-01-10
selftests: kvm: replace numbered sync points with actions
Paolo Bonzini
1
-45
/
+43
2026-01-09
selftests: forwarding: update PTP tcpdump patterns
Jakub Kicinski
1
-9
/
+9
2026-01-09
selftests: drv-net: gro: increase the rcvbuf size
Jakub Kicinski
1
-1
/
+24
2026-01-09
selftests: tls: avoid flakiness in data_steal
Jakub Kicinski
1
-4
/
+12
[prev]
[next]