summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-08-31selftests/bpf: Include build flavors for install targetBjörn Töpel1-0/+12
2023-08-22selftests/bpf: Add uprobe_multi test programJiri Olsa1-0/+5
2023-07-29bpf: 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-28selftests/bpf: Add a cpuv4 test runner for cpu=v4 testingYonghong Song1-4/+24
2023-07-06selftests/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-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+1
2023-05-17selftests/bpf: Do not use sign-file as testcaseAlexey Gladkov1-2/+1
2023-05-15selftests/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-05selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.koIlya Leoshkevich1-1/+1
2023-03-26selftests/bpf: Unprivileged tests for test_loader.cEduard Zingerman1-4/+6
2023-03-18selftests/bpf: Add --json-summary option to test_progsManu Bretelle1-1/+3
2023-03-10selftests/bpf: Add local-storage-create benchmarkMartin KaFai Lau1-0/+2
2023-03-10selftests/bpf: make BPF compiler flags stricterAndrii Nakryiko1-2/+2
2023-03-04selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()Eduard Zingerman1-1/+1
2023-03-03selftests/bpf: Add -Wuninitialized flag to bpf prog flagsDave Marchevsky1-1/+1
2023-03-01selftests/bpf: Set __BITS_PER_LONG if target is bpf for LoongArchTiezhu Yang1-1/+2
2023-02-16selftest/bpf/benchs: Add benchmark for hashmap lookupsAnton Protopopov1-1/+4
2023-02-15selftests/bpf: Cross-compile bpftoolBjörn Töpel1-4/+26
2023-02-13selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich1-2/+0
2023-02-11selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpfIlya Leoshkevich1-2/+5
2023-02-11selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGSIlya Leoshkevich1-1/+2
2023-02-11selftests/bpf: Quote host toolsIlya Leoshkevich1-3/+4
2023-02-03selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi1-2/+9
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-25selftests/bpf: Fix vmtest static compilation errorDaniel T. Lee1-2/+3
2023-01-23selftests/bpf: Simple program to dump XDP RX metadataStanislav Fomichev1-1/+6
2023-01-23selftests/bpf: Verify xdp_metadata xdp->af_xdp pathStanislav Fomichev1-1/+1
2023-01-12selftests/xsk: get rid of built-in XDP programMagnus Karlsson1-1/+5
2022-12-21bpf: makefiles: Do not generate empty vmlinux.hChangbin Du1-0/+3
2022-12-08selftests/bpf: add generic BPF program tester-loaderAndrii Nakryiko1-1/+1
2022-12-07selftests/bpf: Install all required files to run selftestsDaan De Meyer1-2/+4
2022-11-18selftests/bpf: Pass target triple to get_sys_includes macroBjörn Töpel1-4/+8
2022-11-18selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-makeBjörn Töpel1-1/+1
2022-11-05selftests/bpf: Use consistent build-id type for liburandom_read.soArtem Savkov1-3/+4
2022-10-22selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map opsDave Marchevsky1-3/+5
2022-09-22selftests/bpf: Add liburandom_read.so to TEST_GEN_FILESYauheni Kaliuta1-0/+1
2022-09-22selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfuncRoberto Sassu1-3/+11
2022-09-16selftests/bpf: Add veristat tool for mass-verifying BPF object filesAndrii Nakryiko1-1/+6
2022-09-07selftests/bpf: regroup and declare similar kfuncs selftests in an arrayBenjamin Tissoires1-2/+3
2022-09-02selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller1-18/+18
2022-08-24selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhereStanislav Fomichev1-0/+1
2022-07-08selftests, xsk: Rename AF_XDP testing appMaciej Fijalkowski1-2/+2
2022-07-07selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usageDave Marchevsky1-1/+3
2022-06-28libbpf: move xsk.{c,h} into selftests/bpfAndrii Nakryiko1-0/+2