aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-12bpf: disable strict aliasing in test_global_func9.cJose E. Marchesi1-0/+1
2024-05-12selftests/bpf: Retire test_sock_addr.(c|sh)Jordan Rife1-3/+1
2024-05-09selftests/bpf: Use start_server_addr in test_tcp_check_syncookieGeliang Tang1-0/+1
2024-05-08bpf: avoid UB in usages of the __imm_insn macroJose E. Marchesi1-0/+13
2024-05-07selftests/bpf: Add CFLAGS per source file and runnerCupertino Miranda1-8/+9
2024-05-07bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCCJose E. Marchesi1-1/+1
2024-05-07bpf: Disable some `attribute ignored' warnings in GCCJose E. Marchesi1-1/+1
2024-05-02bpf: Missing trailing slash in tools/testing/selftests/bpf/MakefileJose E. Marchesi1-1/+1
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-5/+8
2024-04-25selftests/bpf: Add ring_buffer__consume_n test.Andrea Righi1-1/+1
2024-04-24selftests: bpf: crypto: add benchmark for crypto functionsVadim Fedorenko1-0/+2
2024-04-24selftests/bpf: Use start_server_addr in test_sock_addrGeliang Tang1-1/+2
2024-04-17selftests: adopt BPF's approach to quieter buildsJakub Kicinski1-12/+1
2024-04-10selftests/bpf: Enable tests for atomics with cpuv4Yonghong Song1-1/+1
2024-04-10selftests: move bpf-offload test from bpf to netJakub Kicinski1-1/+0
2024-04-03selftests/xsk: Introduce set_ring_size function with a retry mechanism for handling AF_XDP socket closuresTushar Vyavahare1-1/+1
2024-03-29selftests/bpf: make multi-uprobe tests work in RELEASE=1 modeAndrii Nakryiko1-1/+1
2024-03-04selftests/bpf: Extend uprobe/uretprobe triggering benchmarksAndrii Nakryiko1-1/+1
2024-02-22selftests/bpf: Test case for lacking CFI stub functions.Kui-Feng Lee1-1/+9
2024-02-21selftests/bpf: Remove intermediate test files.Alexei Starovoitov1-0/+3
2024-02-16selftests/bpf: Remove empty TEST_CUSTOM_PROGSMarcos Paulo de Souza1-3/+2
2024-01-30bpf: Move -Wno-compare-distinct-pointer-types to BPF_CFLAGSJose E. Marchesi1-3/+3
2024-01-30bpf: Build type-punning BPF selftests with -fno-strict-aliasingJose E. Marchesi1-0/+13
2024-01-29bpf: Use -Wno-error in certain tests when building with GCCJose E. Marchesi1-1/+11
2024-01-03selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov1-0/+1
2023-11-28selftests/bpf: Use pkg-config for libelfAkihiko Odaki1-2/+6
2023-11-28selftests/bpf: Choose pkg-config for the targetAkihiko Odaki1-3/+3
2023-10-24selftests/bpf: Add netlink helper libraryDaniel Borkmann1-5/+14
2023-10-06selftests/bpf: Support building selftests in optimized -O2 modeAndrii Nakryiko1-6/+8
2023-10-06selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko1-1/+3
2023-10-04selftests/bpf: Add uprobe_multi to gen_tar targetBjörn Töpel1-1/+1
2023-10-04selftests/bpf: Enable lld usage for RISC-VBjörn Töpel1-1/+1
2023-10-04selftests/bpf: Add cross-build support for urandom_read et alBjörn Töpel1-3/+5
2023-10-04selftests/xsk: Iterate over all the sockets in the receive pkts functionTushar Vyavahare1-1/+3
2023-09-22selftests/bpf: Add tests for symbol versioning for uprobeHengqi Chen1-2/+3
2023-08-31selftests/bpf: Include build flavors for install targetBjörn Töpel1-0/+12
2023-08-21selftests/bpf: Add uprobe_multi test programJiri Olsa1-0/+5
2023-07-28bpf: selftests: Add defrag selftestsDaniel Xu1-2/+2
2023-07-28selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernelYonghong Song1-2/+3
2023-07-27selftests/bpf: Add a cpuv4 test runner for cpu=v4 testingYonghong Song1-4/+24
2023-07-05selftests/bpf: Add benchmark for bpf memory allocatorHou Tao1-0/+3
2023-07-05selftests/bpf: Honor $(O) when figuring out pathsBjörn Töpel1-0/+4
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song1-3/+3
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+1
2023-05-17selftests/bpf: Do not use sign-file as testcaseAlexey Gladkov1-2/+1
2023-05-14selftests/bpf: Fix pkg-config call building sign-fileJeremy Sowden1-1/+1
2023-04-13selftests/bpf: Remove stand-along test_verifier_log test binaryAndrii Nakryiko1-1/+1
2023-04-05selftests: xsk: Add xskxceiver.h dependency to MakefileKal Conley1-1/+1
2023-04-04selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.koIlya Leoshkevich1-1/+1
2023-03-25selftests/bpf: Unprivileged tests for test_loader.cEduard Zingerman1-4/+6