aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-05-23selftests: netfilter: nft_fib.sh: add type and oif tests with and without VRFsFlorian Westphal1-27/+365
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier2-0/+128
2025-05-23Merge branch kvm-arm64/mte-frac into kvmarm-master/nextMarc Zyngier1-1/+76
2025-05-23selftest: af_unix: Test SO_PASSRIGHTS.Kuniyuki Iwashima1-2/+78
2025-05-23tcp: Restrict SO_TXREHASH to TCP socket.Kuniyuki Iwashima1-0/+11
2025-05-22selftests/eventfd: correct test name and improve messagesRyan Chung1-4/+3
2025-05-22selftests/damon/_damon_sysfs: read tried regions directories in orderSeongJae Park1-0/+5
2025-05-22selftests/mm: deduplicate second mmap() of 5*PAGE_SIZE at baseMark Brown1-1/+1
2025-05-22selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/memDavid Hildenbrand4-0/+202
2025-05-22selftests/bpf: sockmap_listen cleanup: Drop af_inet SOCK_DGRAM redir testsMichal Luczaj1-126/+0
2025-05-22selftests/bpf: sockmap_listen cleanup: Drop af_unix redir testsMichal Luczaj1-219/+0
2025-05-22selftests/bpf: sockmap_listen cleanup: Drop af_vsock redir testsMichal Luczaj1-112/+0
2025-05-22selftests/bpf: Add selftest for sockmap/hashmap redirectionMichal Luczaj1-0/+465
2025-05-22selftests/bpf: Introduce verdict programs for sockmap_redirMichal Luczaj1-0/+68
2025-05-22selftests/bpf: Add u32()/u64() to sockmap_helpersMichal Luczaj1-14/+11
2025-05-22selftests/bpf: Add socket_kind_to_str() to socket_helpersMichal Luczaj1-0/+55
2025-05-22selftests/bpf: Support af_unix SOCK_DGRAM socket pair creationMichal Luczaj1-5/+24
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+27
2025-05-22selftests/bpf: Add SKIP_LLVM makefile variableMykyta Yatsenko1-0/+5
2025-05-22selftests: netfilter: move fib vrf test to nft_fib.shFlorian Westphal2-34/+90
2025-05-22selftests: netfilter: nft_fib.sh: add 'type' mode testsFlorian Westphal1-10/+174
2025-05-22selftests: netfilter: nft_concat_range.sh: add coverage for 4bit group representationFlorian Westphal1-4/+161
2025-05-22selftests/tc-testing: Add an HFSC qlen accounting testCong Wang1-0/+27
2025-05-21selftests/sched_ext: Update test enq_select_cpu_failsAndrea Righi5-105/+163
2025-05-21selftests: can: test_raw_filter.sh: add support of physical interfacesVincent Mailhol1-2/+10
2025-05-21selftests: can: Import tst-filter from can-testsFelix Maurer5-0/+456
2025-05-21selftests: harness: Stop using setjmp()/longjmp()Thomas Weißschuh1-30/+15
2025-05-21selftests: harness: Add "variant" and "self" to test metadataThomas Weißschuh1-0/+4
2025-05-21selftests: harness: Add teardown callback to test metadataThomas Weißschuh1-6/+13
2025-05-21selftests: harness: Move teardown conditional into test metadataThomas Weißschuh1-10/+11
2025-05-21selftests: harness: Don't set setup_completed for fixtureless testsThomas Weißschuh1-1/+0
2025-05-21selftests: harness: Implement test timeouts through pidfdThomas Weißschuh1-47/+25
2025-05-21selftests: harness: Remove dependency on libatomicThomas Weißschuh1-2/+2
2025-05-21selftests: harness: Remove inline qualifier for wrappersThomas Weißschuh1-2/+2
2025-05-21selftests: harness: Mark functions without prototypes staticThomas Weißschuh1-6/+6
2025-05-21selftests: harness: Ignore unused variant argument warningThomas Weißschuh1-1/+1
2025-05-21selftests: harness: Use C89 comment styleThomas Weißschuh1-1/+1
2025-05-21selftests: harness: Add kselftest harness selftestThomas Weißschuh6-0/+223
2025-05-21selftests/nolibc: drop include guards around standard headersThomas Weißschuh2-7/+0
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh1-0/+24
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh2-0/+69
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh1-0/+12
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh1-0/+48
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh1-0/+51
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh1-0/+5
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas Weißschuh1-0/+2
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh1-0/+2
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh1-0/+22
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh1-3/+11
2025-05-21tools/nolibc: add %m printf formatThomas Weißschuh1-0/+18