summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2024-09-13selftests: fib_rule_tests: Add DSCP selector match testsIdo Schimmel-0/+34
2024-09-13selftests/bpf: Add a test case to write mtu result into .rodataDaniel Borkmann-3/+30
2024-09-13selftests/bpf: Add a test case to write strtol result into .rodataDaniel Borkmann-0/+44
2024-09-13selftests/bpf: Rename ARG_PTR_TO_LONG test descriptionDaniel Borkmann-5/+5
2024-09-13selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized testDaniel Borkmann-4/+1
2024-09-13selftests/bpf: Add tests for sdiv/smod overflow casesYonghong Song-0/+439
2024-09-13s390/vdso: Wire up getrandom() vdso implementationHeiko Carstens-1/+1
2024-09-13selftests: vDSO: fix vdso_config for s390Heiko Carstens-2/+2
2024-09-13selftests: vDSO: fix ELF hash table entry size for s390xJens Remus-4/+10
2024-09-13powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32Christophe Leroy-1/+1
2024-09-13selftests: vDSO: don't include generated headers for chacha testJason A. Donenfeld-1/+1
2024-09-13arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella-1/+2
2024-09-13selftests: vDSO: also test counter in vdso_test_chachaChristophe Leroy-9/+27
2024-09-13selftests: vDSO: build tests with O2 optimizationChristophe Leroy-1/+1
2024-09-13LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao-1/+1
2024-09-13selftests: vDSO: fix cross build for getrandom and chacha testsJason A. Donenfeld-5/+4
2024-09-13selftests: vDSO: open code basic chacha instead of linking to libsodiumJason A. Donenfeld-9/+45
2024-09-13random: vDSO: move prototype of arch chacha function to vdso/getrandom.hJason A. Donenfeld-3/+7
2024-09-13selftests: vDSO: ensure vgetrandom works in a time namespaceJason A. Donenfeld-1/+42
2024-09-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-8/+167
2024-09-12selftests/net: packetdrill: import tcp/slow_startWillem de Bruijn-0/+427
2024-09-12selftests/net: packetdrill: import tcp/zerocopyWillem de Bruijn-0/+674
2024-09-12selftests/net: packetdrill: run in netns and expand configWillem de Bruijn-2/+7
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-74/+53
2024-09-12Merge tag 'net-6.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+19
2024-09-12kunit: tool: Build compile_commands.jsonBrendan Jackman-1/+2
2024-09-12cxl: Move mailbox related bits to the same contextDave Jiang-11/+33
2024-09-12Merge branch 'for-next/selftests' into for-next/coreWill Deacon-190/+141
2024-09-12Merge branch kvm-arm64/selftests-6.12 into kvmarm-master/nextMarc Zyngier-7/+1094
2024-09-11selftests: add ncdevmem, netcat for devmem TCPMina Almasry-0/+580
2024-09-11selftests: mptcp: include net_helper.sh fileMatthieu Baerts (NGI0)-1/+1
2024-09-11selftests: mptcp: include lib.sh fileMatthieu Baerts (NGI0)-0/+2
2024-09-11selftests: mptcp: join: restrict fullmesh endp on 1st sfMatthieu Baerts (NGI0)-1/+3
2024-09-11bpf/selftests: Check errno when percpu map value size exceedsTao Chen-0/+18
2024-09-11selftests/bpf: Fix arena_atomics failure due to llvm changeYonghong Song-1/+31
2024-09-11selftests/bpf: add build ID testsAndrii Nakryiko-2/+204
2024-09-11selftests/ring-buffer: Handle meta-page bigger than the systemVincent Donnefort-0/+10
2024-09-11selftests/ring-buffer: Verify the entire meta-page paddingVincent Donnefort-4/+4
2024-09-11selftests/bpf: Expand skb dynptr selftests for tp_btfPhilo Lu-2/+83
2024-09-11selftests/bpf: Add test for __nullable suffix in tp_btfPhilo Lu-0/+46
2024-09-11selftests: kselftest: Use strerror() on nolibczhang jiao-8/+0
2024-09-11selftests/xsk: Read current MAX_SKB_FRAGS from sysctl knobMaciej Fijalkowski-6/+38
2024-09-10Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-1/+84
2024-09-10net-timestamp: add selftests for SOF_TIMESTAMPING_OPT_RX_FILTERJason Xing-0/+18
2024-09-10selftests: net: csum: Fix checksums for packets with non-zero paddingSean Anderson-2/+14
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner-296/+1203
2024-09-09KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspaceSean Christopherson-4/+7
2024-09-09selftests/net: integrate packetdrill with ksftWillem de Bruijn-2/+251
2024-09-09selftests: support interpreted scripts with ksft_runner.shWillem de Bruijn-2/+5
2024-09-09af_unix: Don't return OOB skb in manage_oob().Kuniyuki Iwashima-0/+23