summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-0512-82/+789
|\
| * Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-045-77/+731
| |\
| | * selftests: mptcp: join: fix dev in check_endpointGeliang Tang2024-04-021-1/+3
| | * mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-021-0/+9
| | * selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski2024-04-021-1/+1
| | * selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT.Kuniyuki Iwashima2024-03-291-6/+257
| | * selftest: tcp: Add bind() tests for IPV6_V6ONLY.Kuniyuki Iwashima2024-03-291-0/+116
| | * selftest: tcp: Add more bind() calls.Kuniyuki Iwashima2024-03-291-59/+166
| | * selftest: tcp: Add v4-v4 and v6-v6 bind() conflict tests.Kuniyuki Iwashima2024-03-291-0/+100
| | * selftest: tcp: Define the reverse order bind() tests explicitly.Kuniyuki Iwashima2024-03-291-8/+59
| | * selftest: tcp: Make bind() selftest flexible.Kuniyuki Iwashima2024-03-291-34/+58
| | * selftests: net: gro fwd: update vxlan GRO test expectationsAntoine Tenart2024-03-291-8/+2
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-04-034-3/+53
| |\ \
| | * \ Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2024-04-022-2/+2
| | |\ \
| | | * | KVM: selftests: Fix spelling mistake "trigged" -> "triggered"Colin Ian King2024-03-252-2/+2
| | * | | Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-04-0217-94/+736
| | |\ \ \
| | | * | | KVM: selftests: Fix __GUEST_ASSERT() format warnings in ARM's arch timer testSean Christopherson2024-03-261-1/+1
| | | |/ /
| | * | | Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-192-0/+50
| | |\ \ \
| | | * | | KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov2024-03-062-0/+48
| * | | | | Merge tag 'linux_kselftest-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-03-293-2/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | selftests: dmabuf-heap: add config file for the testMuhammad Usama Anjum2024-03-291-0/+3
| | * | | | selftests/seccomp: Try to fit runtime of benchmark into timeoutMark Brown2024-03-291-1/+1
| | * | | | selftests/ftrace: Fix event filter target_func selectionMark Rutland2024-03-291-1/+1
| | | |_|/ | | |/| |
* | | | | selftest: af_unix: Test GC for SCM_RIGHTS.Kuniyuki Iwashima2024-03-293-1/+288
* | | | | selftests: forwarding: Add a test for testing lib.sh functionalityPetr Machata2024-03-292-0/+209
* | | | | selftests: forwarding: router_mpath_nh_lib: Don't skip, xfail on vethPetr Machata2024-03-292-11/+15
* | | | | selftests: forwarding: Mark performance-sensitive testsPetr Machata2024-03-293-14/+17
* | | | | selftests: forwarding: Support for performance sensitive testsPetr Machata2024-03-291-1/+22
* | | | | selftests: forwarding: Convert log_test() to recognize RET valuesPetr Machata2024-03-292-24/+77
* | | | | selftests: forwarding: Have RET track kselftest framework constantsPetr Machata2024-03-292-7/+44
* | | | | selftests: lib: Define more kselftest exit codesPetr Machata2024-03-292-3/+5
* | | | | selftests: forwarding: Change inappropriate log_test_skip() callsPetr Machata2024-03-296-6/+13
* | | | | selftests: forwarding: Ditch skip_on_veth()Petr Machata2024-03-295-29/+4
* | | | | selftests: forwarding: Move several selftestsPetr Machata2024-03-2913-18/+42
* | | | | selftests: forwarding: ipip_lib: Do not import lib.shPetr Machata2024-03-291-1/+0
* | | | | selftests: forwarding: README: Document customizationPetr Machata2024-03-291-0/+33
* | | | | selftests: forwarding.config.sample: Move overrides to lib.shPetr Machata2024-03-292-48/+74
* | | | | selftests: net: libs: Change variable fallback syntaxPetr Machata2024-03-293-26/+27
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-2927-237/+414
|\| | | |
| * | | | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-2812-92/+263
| |\ \ \ \
| | * | | | bpf: Check bloom filter map value sizeAndrei Matei2024-03-271-0/+6
| | * | | | selftests: netdevsim: set test timeout to 10 minutesJakub Kicinski2024-03-271-0/+1
| | * | | | selftests: tls: add test with a partially invalid iovSabrina Dubroca2024-03-271-0/+34
| | * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-03-268-15/+94
| | |\ \ \ \
| | | * | | | selftests/bpf: verifier_arena: fix mmap address for arm64Puranjay Mohan2024-03-231-1/+5
| | | * | | | selftests/bpf: Add arena test case for 4Gbyte corner caseAlexei Starovoitov2024-03-152-0/+70
| | | * | | | selftests/bpf: Remove hard coded PAGE_SIZE macro.Alexei Starovoitov2024-03-152-5/+10
| | | * | | | libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov2024-03-154-9/+9
| | * | | | | selftests: vxlan_mdb: Fix failures with old libnetIdo Schimmel2024-03-261-77/+128
| * | | | | | Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/s...Linus Torvalds2024-03-277-5/+25
| |\ \ \ \ \ \