summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/Makefile
AgeCommit message (Expand)AuthorLines
2026-01-28bpftool: Fix dependencies for static buildIhor Solodrai-2/+2
2025-12-09bpftool: Fix build warnings due to MS extensionsQuentin Monnet-0/+2
2025-09-22bpftool: Add support for signing BPF programsKP Singh-3/+3
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1/+6
2025-03-17bpftool: Add -Wformat-signedness flag to detect format errorsJiayuan Chen-1/+6
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins-6/+0
2024-12-18bpftool: Link zstd lib required by libelfLeo Yan-0/+7
2024-11-01bpftool: Prevent setting duplicate _GNU_SOURCE in MakefileViktor Malik-1/+5
2024-05-18bpftool: Fix make dependencies for vmlinux.hArtem Savkov-1/+2
2024-05-06bpftool, selftests/hid/bpf: Fix 29 clang warningsJohn Hubbard-1/+1
2024-03-20bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftoolQuentin Monnet-4/+5
2024-03-19bpftool: Remove unnecessary source files from bootstrap versionQuentin Monnet-4/+1
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song-1/+1
2023-01-13bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte-1/+2
2023-01-10bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard-1/+1
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2022-12-22bpftool: Fix linkage with statically built libllvmAnton Protopopov-0/+4
2022-12-20bpf: makefiles: Do not generate empty vmlinux.hChangbin Du-0/+3
2022-10-25bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet-18/+30
2022-10-25bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdQuentin Monnet-12/+15
2022-10-25bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in MakefileQuentin Monnet-5/+14
2022-08-10bpftool: Complete libbfd feature detectionRoberto Sassu-2/+4
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds-2/+6
2022-08-01tools bpftool: Don't display disassembler-four-args feature testAndres Freund-2/+1
2022-08-01tools bpftool: Fix compilation error with new binutilsAndres Freund-1/+4
2022-07-05bpftool: Remove zlib feature test from MakefileQuentin Monnet-9/+2
2022-06-09bpftool: Fix bootstrapping during a cross compilationShahab Vahedi-1/+1
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2022-02-28bpftool: Remove redundant slashesYuntao Wang-7/+7
2022-02-23bpftool: Remove usage of reallocarray()Mauricio Vásquez-5/+1
2022-02-16bpftool: Implement "gen min_core_btf" logicMauricio Vásquez-4/+4
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada-2/+2
2022-02-10bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet-4/+2
2021-12-16bpftool: Enable cross-building with clangJean-Philippe Brucker-6/+7
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-10/+9
2021-11-14bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet-1/+0
2021-11-11bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko-8/+8
2021-11-10bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet-1/+1
2021-11-05bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet-10/+22
2021-10-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet-4/+4
2021-10-25bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet-2/+2
2021-10-20bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.cQuentin Monnet-2/+1
2021-10-19bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet-5/+5
2021-10-19bpftool: Do not FORCE-build libbpfQuentin Monnet-2/+2
2021-10-19bpftool: Fix install for libbpf's internal header(s)Quentin Monnet-7/+7
2021-10-08bpftool: Add install-bin target to install binary onlyQuentin Monnet-2/+4
2021-10-08bpftool: Install libbpf headers instead of including the dirQuentin Monnet-12/+21
2021-09-13libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko-1/+0
2021-09-09libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet-0/+4
2021-06-08tools/bpftool: Fix cross-buildJean-Philippe Brucker-1/+4