summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2023-02-03selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi6-2/+1105
2023-02-03selftests/bpf: add test for bpf_xdp_query xdp-features supportLorenzo Bianconi2-1/+34
2023-02-03selftests/bpf: Use semicolon instead of comma in test_verifier.cTiezhu Yang1-2/+2
2023-02-03selftests/bpf: Initialize tc in xdp_synproxyIlya Leoshkevich1-0/+1
2023-02-02selftests/bpf: Remove duplicate include header in xdp_hw_metadataYe Xingchen1-1/+0
2023-02-02selftests/bpf: Don't refill on completion in xdp_metadataStanislav Fomichev1-3/+2
2023-02-02selftests/bpf: xdp_hw_metadata use strncpy for ifnameJesper Dangaard Brouer1-2/+2
2023-02-02selftests/bpf: xdp_hw_metadata correct status value in error(3)Jesper Dangaard Brouer1-14/+14
2023-02-02selftests/bpf: xdp_hw_metadata cleanup cause segfaultJesper Dangaard Brouer1-1/+1
2023-02-02selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer1-1/+5
2023-02-02selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.cJesper Dangaard Brouer1-1/+1
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet2-0/+12
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet1-1/+1
2023-01-30selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich1-69/+0
2023-01-30selftests/bpf: Fix s390x vmlinux pathIlya Leoshkevich1-1/+1
2023-01-30selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich3-6/+33
2023-01-28selftests/bpf: Fix profiler on s390xIlya Leoshkevich1-24/+38
2023-01-28selftests/bpf: Fix xdp_synproxy/tc on s390xIlya Leoshkevich1-1/+1
2023-01-28selftests/bpf: Fix vmlinux test on s390xIlya Leoshkevich1-2/+2
2023-01-28selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390xIlya Leoshkevich2-2/+13
2023-01-28selftests/bpf: Fix test_lsm on s390xIlya Leoshkevich1-3/+4
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich2-0/+19
2023-01-28selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390xIlya Leoshkevich1-3/+3
2023-01-28selftests/bpf: Check stack_mprotect() return valueIlya Leoshkevich2-3/+6
2023-01-28selftests/bpf: Fix cgrp_local_storage on s390xIlya Leoshkevich1-1/+1
2023-01-28selftests/bpf: Fix xdp_do_redirect on s390xIlya Leoshkevich1-0/+4
2023-01-28selftests/bpf: Fix verify_pkcs7_sig on s390xIlya Leoshkevich2-4/+11
2023-01-28selftests/bpf: Fix decap_sanity_ns cleanupIlya Leoshkevich1-1/+1
2023-01-28selftests/bpf: Set errno when urand_spawn() failsIlya Leoshkevich1-0/+1
2023-01-28selftests/bpf: Fix kfree_skb on s390xIlya Leoshkevich1-1/+1
2023-01-28selftests/bpf: Fix symlink creation errorIlya Leoshkevich1-1/+2
2023-01-28selftests/bpf: Fix liburandom_read.so linker errorIlya Leoshkevich1-1/+1
2023-01-28selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTFIlya Leoshkevich4-13/+65
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski47-1086/+3176
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+5
2023-01-28selftest/bpf: Make crashes more debuggable in test_progsStanislav Fomichev1-2/+2
2023-01-27selftests/bpf: Properly enable hwtstamp in xdp_hw_metadataStanislav Fomichev1-1/+44
2023-01-26selftests: mptcp: userspace: avoid read errorsMatthieu Baerts1-20/+12
2023-01-26selftests: mptcp: userspace: print error details if anyMatthieu Baerts1-8/+25
2023-01-26selftests: mptcp: userspace: refactor assertsMatthieu Baerts1-36/+36
2023-01-26selftests: mptcp: userspace: print titlesMatthieu Baerts1-1/+23
2023-01-26selftests: mptcp: add test-cases for mixed v4/v6 subflowsPaolo Abeni1-9/+44
2023-01-26selftests/net: Cover the IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki3-0/+454
2023-01-26selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.Kui-Feng Lee2-0/+81
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet3-24/+74
2023-01-25bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet1-1/+1
2023-01-25selftests/bpf: Fix vmtest static compilation errorDaniel T. Lee1-2/+3
2023-01-25selftests/bpf: Add selftest suite for cpumask kfuncsDavid Vernet5-0/+741
2023-01-25selftests/bpf: Add nested trust selftests suiteDavid Vernet5-0/+77
2023-01-25bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet2-4/+4