summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * selftest/bpf/benchs: Add benchmark for hashmap lookupsAnton Protopopov2023-02-154-1/+354
| * selftest/bpf/benchs: Print less if the quiet option is setAnton Protopopov2023-02-151-2/+4
| * selftest/bpf/benchs: Make quiet option commonAnton Protopopov2023-02-154-15/+8
| * selftest/bpf/benchs: Remove an unused headerAnton Protopopov2023-02-151-1/+0
| * selftest/bpf/benchs: Enhance argp parsingAnton Protopopov2023-02-158-10/+51
| * selftest/bpf/benchs: Make a function static in bpf_hashmap_full_updateAnton Protopopov2023-02-151-1/+1
| * selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_updateAnton Protopopov2023-02-152-2/+2
| * selftests/bpf: Add test case for element reuse in htab mapHou Tao2023-02-152-0/+120
| * selftests/bpf: check if BPF_ST with variable offset preserves STACK_ZEROEduard Zingerman2023-02-151-0/+30
| * selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEMEduard Zingerman2023-02-151-0/+37
| * bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman2023-02-151-46/+64
| * selftests/bpf: Fix map_kptr test.Alexei Starovoitov2023-02-151-5/+7
| * selftests/bpf: Cross-compile bpftoolBjörn Töpel2023-02-151-4/+26
| * selftests/bpf: Clean up dynptr prog_testsJoanne Koong2023-02-131-11/+7
| * selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param testsJoanne Koong2023-02-136-197/+58
| * selftests/bpf: Add rbtree selftestsDave Marchevsky2023-02-135-0/+716
| * bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.hDave Marchevsky2023-02-131-0/+24
| * bpf: Special verifier handling for bpf_rbtree_{remove, first}Dave Marchevsky2023-02-131-0/+37
| * bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky2023-02-131-6/+6
| * bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky2023-02-133-41/+63
| * selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich2023-02-131-2/+0
| * Daniel Borkmann says:Jakub Kicinski2023-02-1044-195/+1425
| |\
| | * selftests/bpf: Attach to fopen()/fclose() in attach_probeIlya Leoshkevich2023-02-102-10/+11
| | * selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattachIlya Leoshkevich2023-02-102-14/+16
| | * selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpfIlya Leoshkevich2023-02-101-2/+5
| | * selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGSIlya Leoshkevich2023-02-101-1/+2
| | * selftests/bpf: Quote host toolsIlya Leoshkevich2023-02-101-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-026-2/+1105
| | * selftests/bpf: add test for bpf_xdp_query xdp-features supportLorenzo Bianconi2023-02-022-1/+34
| | * selftests/bpf: Use semicolon instead of comma in test_verifier.cTiezhu Yang2023-02-021-2/+2
| | * selftests/bpf: Initialize tc in xdp_synproxyIlya Leoshkevich2023-02-021-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-291-69/+0
| | * selftests/bpf: Fix s390x vmlinux pathIlya Leoshkevich2023-01-291-1/+1
| | * selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich2023-01-293-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