summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/Makefile
AgeCommit message (Expand)Author
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-01-10selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.cBastien Curutchet (eBPF Foundation)
2025-01-08selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGSIhor Solodrai
2025-01-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-01-06selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGSIhor Solodrai
2025-01-06selftests/bpf: Avoid generating untracked files when running bpf selftestsJiayuan Chen
2024-12-16selftests/bpf: Migrate test_xdp_meta.sh into xdp_context_test_run.cBastien Curutchet
2024-12-12selftests/bpf: make BPF_TARGET_ENDIAN non-recursive to speed up *.bpf.o buildEduard Zingerman
2024-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-06selftests/bpf: Consolidate kernel modules into common directoryToke Høiland-Jørgensen
2024-12-06selftests/bpf: Move test_lpm_map.c to map_testsHou Tao
2024-12-02selftests/bpf: remove test_flow_dissector.shAlexis Lothoré (eBPF Foundation)
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-12selftests/bpf: add read_with_timeout() utility functionEduard Zingerman
2024-11-11selftests/bpf: Allow building with extra flagsViktor Malik
2024-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-11-01selftests/bpf: Disable warnings on unused flags for Clang buildsViktor Malik
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-22selftests/bpf: Retire test_sock.cJordan Rife
2024-10-21selftests/bpf: remove test_tcp_check_syncookieAlexis Lothoré (eBPF Foundation)
2024-10-10selftests/bpf: Fix cross-compiling urandom_readTony Ambardar
2024-10-10selftests/bpf: Add test for kfunc module orderSimon Sundberg
2024-10-07selftests: bpf: Add missing per-arch include pathBjörn Töpel
2024-10-03selftests/bpf: Support cross-endian buildingTony Ambardar
2024-10-03selftests/bpf: Set vpath in Makefile to search for skelsIhor Solodrai
2024-10-03selftests/bpf: Remove test_skb_cgroup_id.sh from TEST_PROGSIhor Solodrai
2024-09-11selftests/bpf: add build ID testsAndrii Nakryiko
2024-09-05selftests/bpf: Prefer static linking for LLVM librariesEduard Zingerman
2024-09-05selftests/bpf: Adapt OUTPUT appending logic to lower versions of MakePu Lehui
2024-08-30selftests/bpf: Do not update vmlinux.h unnecessarilyIhor Solodrai
2024-08-30selftests/bpf: Specify libbpf headers required for %.bpf.o progsIhor Solodrai
2024-08-23selftests/bpf: use simply-expanded variables for libpcap flagsEduard Zingerman
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-08-21selftests/bpf: utility function to get program disassembly after jitEduard Zingerman
2024-08-19selftests/bpf: Disable strict aliasing for verifier_nocsr.cCupertino Miranda
2024-08-15selftests/bpf: Add traffic monitor functions.Kui-Feng Lee
2024-08-14selftests/bpf: convert test_skb_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)
2024-08-14selftests/bpf: convert test_cgroup_storage to test_progsAlexis Lothoré (eBPF Foundation)
2024-08-14selftests/bpf: convert get_current_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)
2024-07-31selftests/bpf: convert test_dev_cgroup to test_progsAlexis Lothoré (eBPF Foundation)
2024-07-29selftests/bpf: Integrate test_xdp_veth into test_progsAlexis Lothoré (eBPF Foundation)
2024-07-29selftests/bpf: Make %.test.d prerequisite order onlyIhor Solodrai
2024-07-29selftests/bpf: extract utility function for BPF disassemblyEduard Zingerman
2024-07-29selftests/bpf: Fix wrong binary in Makefile log outputTony Ambardar
2024-07-29selftests/bpf: Fix error linking uprobe_multi on mipsTony Ambardar
2024-07-29selftests/bpf: Add missing system defines for mipsTony Ambardar
2024-07-29selftests/bpf: Don't include .d files on make cleanIhor Solodrai
2024-07-29selftests/bpf: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev
2024-07-29selftests/bpf: Use auto-dependencies for test objectsIhor Solodrai
2024-06-24selftests/bpf: Add more ring buffer test coverageDaniel Borkmann