summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: disable strict aliasing in test_global_func9.cJose E. Marchesi2024-05-131-0/+1
* selftests/bpf: Retire test_sock_addr.(c|sh)Jordan Rife2024-05-131-3/+1
* selftests/bpf: Use start_server_addr in test_tcp_check_syncookieGeliang Tang2024-05-091-0/+1
* bpf: avoid UB in usages of the __imm_insn macroJose E. Marchesi2024-05-081-0/+13
* selftests/bpf: Add CFLAGS per source file and runnerCupertino Miranda2024-05-071-8/+9
* bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCCJose E. Marchesi2024-05-071-1/+1
* bpf: Disable some `attribute ignored' warnings in GCCJose E. Marchesi2024-05-071-1/+1
* bpf: Missing trailing slash in tools/testing/selftests/bpf/MakefileJose E. Marchesi2024-05-021-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-291-5/+8
|\
| * selftests/bpf: Add ring_buffer__consume_n test.Andrea Righi2024-04-251-1/+1
| * selftests: bpf: crypto: add benchmark for crypto functionsVadim Fedorenko2024-04-251-0/+2
| * selftests/bpf: Use start_server_addr in test_sock_addrGeliang Tang2024-04-241-1/+2
| * selftests/bpf: Enable tests for atomics with cpuv4Yonghong Song2024-04-111-1/+1
| * selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...Tushar Vyavahare2024-04-031-1/+1
| * selftests/bpf: make multi-uprobe tests work in RELEASE=1 modeAndrii Nakryiko2024-03-301-1/+1
* | selftests: adopt BPF's approach to quieter buildsJakub Kicinski2024-04-181-12/+1
* | selftests: move bpf-offload test from bpf to netJakub Kicinski2024-04-101-1/+0
|/
* selftests/bpf: Extend uprobe/uretprobe triggering benchmarksAndrii Nakryiko2024-03-041-1/+1
* selftests/bpf: Test case for lacking CFI stub functions.Kui-Feng Lee2024-02-221-1/+9
* selftests/bpf: Remove intermediate test files.Alexei Starovoitov2024-02-211-0/+3
* selftests/bpf: Remove empty TEST_CUSTOM_PROGSMarcos Paulo de Souza2024-02-161-3/+2
* bpf: Move -Wno-compare-distinct-pointer-types to BPF_CFLAGSJose E. Marchesi2024-01-301-3/+3
* bpf: Build type-punning BPF selftests with -fno-strict-aliasingJose E. Marchesi2024-01-301-0/+13
* bpf: Use -Wno-error in certain tests when building with GCCJose E. Marchesi2024-01-291-1/+11
* selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov2024-01-031-0/+1
* selftests/bpf: Use pkg-config for libelfAkihiko Odaki2023-11-291-2/+6
* selftests/bpf: Choose pkg-config for the targetAkihiko Odaki2023-11-291-3/+3
* selftests/bpf: Add netlink helper libraryDaniel Borkmann2023-10-251-5/+14
* selftests/bpf: Support building selftests in optimized -O2 modeAndrii Nakryiko2023-10-061-6/+8
* selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko2023-10-061-1/+3
* selftests/bpf: Add uprobe_multi to gen_tar targetBjörn Töpel2023-10-041-1/+1
* selftests/bpf: Enable lld usage for RISC-VBjörn Töpel2023-10-041-1/+1
* selftests/bpf: Add cross-build support for urandom_read et alBjörn Töpel2023-10-041-3/+5
* selftests/xsk: Iterate over all the sockets in the receive pkts functionTushar Vyavahare2023-10-041-1/+3
* selftests/bpf: Add tests for symbol versioning for uprobeHengqi Chen2023-09-221-2/+3
* selftests/bpf: Include build flavors for install targetBjörn Töpel2023-08-311-0/+12
* selftests/bpf: Add uprobe_multi test programJiri Olsa2023-08-221-0/+5
* bpf: selftests: Add defrag selftestsDaniel Xu2023-07-291-2/+2
* selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernelYonghong Song2023-07-281-2/+3
* selftests/bpf: Add a cpuv4 test runner for cpu=v4 testingYonghong Song2023-07-281-4/+24
* selftests/bpf: Add benchmark for bpf memory allocatorHou Tao2023-07-061-0/+3
* selftests/bpf: Honor $(O) when figuring out pathsBjörn Töpel2023-07-051-0/+4
* bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-291-3/+3
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-271-2/+1
|\
| * selftests/bpf: Do not use sign-file as testcaseAlexey Gladkov2023-05-171-2/+1
* | selftests/bpf: Fix pkg-config call building sign-fileJeremy Sowden2023-05-141-1/+1
|/
* selftests/bpf: Remove stand-along test_verifier_log test binaryAndrii Nakryiko2023-04-131-1/+1
* selftests: xsk: Add xskxceiver.h dependency to MakefileKal Conley2023-04-051-1/+1
* selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.koIlya Leoshkevich2023-04-051-1/+1
* selftests/bpf: Unprivileged tests for test_loader.cEduard Zingerman2023-03-261-4/+6