aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-12-06selftests/bpf: Move test_lpm_map.c to map_testsHou Tao1-1/+1
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-7/+17
2024-11-12selftests/bpf: add read_with_timeout() utility functionEduard Zingerman1-0/+1
2024-11-11selftests/bpf: Allow building with extra flagsViktor Malik1-11/+23
2024-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-7/+17
2024-11-01selftests/bpf: Disable warnings on unused flags for Clang buildsViktor Malik1-0/+2
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1-2/+20
2024-10-22selftests/bpf: Retire test_sock.cJordan Rife1-2/+1
2024-10-21selftests/bpf: remove test_tcp_check_syncookieAlexis Lothoré (eBPF Foundation)1-6/+3
2024-10-10selftests/bpf: Fix cross-compiling urandom_readTony Ambardar1-1/+1
2024-10-10selftests/bpf: Add test for kfunc module orderSimon Sundberg1-1/+19
2024-10-07selftests: bpf: Add missing per-arch include pathBjörn Töpel1-1/+2
2024-10-03selftests/bpf: Support cross-endian buildingTony Ambardar1-3/+4
2024-10-03selftests/bpf: Set vpath in Makefile to search for skelsIhor Solodrai1-4/+5
2024-10-03selftests/bpf: Remove test_skb_cgroup_id.sh from TEST_PROGSIhor Solodrai1-1/+0
2024-09-11selftests/bpf: add build ID testsAndrii Nakryiko1-2/+3
2024-09-05selftests/bpf: Prefer static linking for LLVM librariesEduard Zingerman1-5/+3
2024-09-05selftests/bpf: Adapt OUTPUT appending logic to lower versions of MakePu Lehui1-0/+6
2024-08-30selftests/bpf: Do not update vmlinux.h unnecessarilyIhor Solodrai1-1/+5
2024-08-30selftests/bpf: Specify libbpf headers required for %.bpf.o progsIhor Solodrai1-2/+7
2024-08-23selftests/bpf: use simply-expanded variables for libpcap flagsEduard Zingerman1-3/+4
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov1-1/+1
2024-08-21selftests/bpf: utility function to get program disassembly after jitEduard Zingerman1-2/+46
2024-08-19selftests/bpf: Disable strict aliasing for verifier_nocsr.cCupertino Miranda1-0/+1
2024-08-15selftests/bpf: Add traffic monitor functions.Kui-Feng Lee1-0/+4
2024-08-14selftests/bpf: convert test_skb_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)1-2/+1
2024-08-14selftests/bpf: convert test_cgroup_storage to test_progsAlexis Lothoré (eBPF Foundation)1-2/+0
2024-08-14selftests/bpf: convert get_current_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)1-2/+1
2024-07-31selftests/bpf: convert test_dev_cgroup to test_progsAlexis Lothoré (eBPF Foundation)1-2/+0
2024-07-29selftests/bpf: Integrate test_xdp_veth into test_progsAlexis Lothoré (eBPF Foundation)1-1/+0
2024-07-29selftests/bpf: Make %.test.d prerequisite order onlyIhor Solodrai1-1/+1
2024-07-29selftests/bpf: extract utility function for BPF disassemblyEduard Zingerman1-0/+1
2024-07-29selftests/bpf: Fix wrong binary in Makefile log outputTony Ambardar1-5/+6
2024-07-29selftests/bpf: Fix error linking uprobe_multi on mipsTony Ambardar1-0/+2
2024-07-29selftests/bpf: Add missing system defines for mipsTony Ambardar1-1/+2
2024-07-29selftests/bpf: Don't include .d files on make cleanIhor Solodrai1-0/+2
2024-07-29selftests/bpf: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev1-1/+1
2024-07-29selftests/bpf: Use auto-dependencies for test objectsIhor Solodrai1-11/+32
2024-06-24selftests/bpf: Add more ring buffer test coverageDaniel Borkmann1-1/+1
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...Jakub 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