summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Quote host toolsIlya Leoshkevich2023-02-111-3/+4
* selftests/bpf: Fix spelling mistake "detecion" -> "detection"Colin Ian King2023-02-061-1/+1
* selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi2023-02-036-2/+1105
* selftests/bpf: add test for bpf_xdp_query xdp-features supportLorenzo Bianconi2023-02-032-1/+34
* selftests/bpf: Use semicolon instead of comma in test_verifier.cTiezhu Yang2023-02-031-2/+2
* selftests/bpf: Initialize tc in xdp_synproxyIlya Leoshkevich2023-02-031-0/+1
* selftests/bpf: Remove duplicate include header in xdp_hw_metadataYe Xingchen2023-02-021-1/+0
* selftests/bpf: Don't refill on completion in xdp_metadataStanislav Fomichev2023-02-021-3/+2
* selftests/bpf: xdp_hw_metadata use strncpy for ifnameJesper Dangaard Brouer2023-02-021-2/+2
* selftests/bpf: xdp_hw_metadata correct status value in error(3)Jesper Dangaard Brouer2023-02-021-14/+14
* selftests/bpf: xdp_hw_metadata cleanup cause segfaultJesper Dangaard Brouer2023-02-021-1/+1
* selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer2023-02-021-1/+5
* selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.cJesper Dangaard Brouer2023-02-021-1/+1
* selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet2023-02-022-0/+12
* bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-1/+1
* selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich2023-01-301-69/+0
* selftests/bpf: Fix s390x vmlinux pathIlya Leoshkevich2023-01-301-1/+1
* selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich2023-01-303-6/+33
* selftests/bpf: Fix profiler on s390xIlya Leoshkevich2023-01-281-24/+38
* selftests/bpf: Fix xdp_synproxy/tc on s390xIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Fix vmlinux test on s390xIlya Leoshkevich2023-01-281-2/+2
* selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390xIlya Leoshkevich2023-01-282-2/+13
* selftests/bpf: Fix test_lsm on s390xIlya Leoshkevich2023-01-281-3/+4
* selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich2023-01-282-0/+19
* selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390xIlya Leoshkevich2023-01-281-3/+3
* selftests/bpf: Check stack_mprotect() return valueIlya Leoshkevich2023-01-282-3/+6
* selftests/bpf: Fix cgrp_local_storage on s390xIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Fix xdp_do_redirect on s390xIlya Leoshkevich2023-01-281-0/+4
* selftests/bpf: Fix verify_pkcs7_sig on s390xIlya Leoshkevich2023-01-282-4/+11
* selftests/bpf: Fix decap_sanity_ns cleanupIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Set errno when urand_spawn() failsIlya Leoshkevich2023-01-281-0/+1
* selftests/bpf: Fix kfree_skb on s390xIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Fix symlink creation errorIlya Leoshkevich2023-01-281-1/+2
* selftests/bpf: Fix liburandom_read.so linker errorIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTFIlya Leoshkevich2023-01-284-13/+65
* selftest/bpf: Make crashes more debuggable in test_progsStanislav Fomichev2023-01-281-2/+2
* selftests/bpf: Properly enable hwtstamp in xdp_hw_metadataStanislav Fomichev2023-01-271-1/+44
* selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.Kui-Feng Lee2023-01-262-0/+81
* bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet2023-01-253-24/+74
* bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet2023-01-251-1/+1
* selftests/bpf: Fix vmtest static compilation errorDaniel T. Lee2023-01-251-2/+3
* selftests/bpf: Add selftest suite for cpumask kfuncsDavid Vernet2023-01-255-0/+741
* selftests/bpf: Add nested trust selftests suiteDavid Vernet2023-01-255-0/+77
* bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet2023-01-252-4/+4
* selftests/bpf: Add 6-argument syscall tracing testAndrii Nakryiko2023-01-232-0/+43
* selftests/bpf: Validate arch-specific argument registers limitsAndrii Nakryiko2023-01-233-7/+99
* selftests/bpf: Use __failure macro in task kfunc testsuiteDavid Vernet2023-01-232-70/+19
* selftests/bpf: Simple program to dump XDP RX metadataStanislav Fomichev2023-01-234-1/+491
* selftests/bpf: Verify xdp_metadata xdp->af_xdp pathStanislav Fomichev2023-01-236-1/+514
* selftests/bpf: Update expected test_offload.py messagesStanislav Fomichev2023-01-231-5/+5