summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/Makefile
AgeCommit message (Expand)Author
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song
2023-01-13bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte
2023-01-10bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard
2023-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-22bpftool: Fix linkage with statically built libllvmAnton Protopopov
2022-12-20bpf: makefiles: Do not generate empty vmlinux.hChangbin Du
2022-10-25bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet
2022-10-25bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdQuentin Monnet
2022-10-25bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in MakefileQuentin Monnet
2022-08-10bpftool: Complete libbfd feature detectionRoberto Sassu
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-08-01tools bpftool: Don't display disassembler-four-args feature testAndres Freund
2022-08-01tools bpftool: Fix compilation error with new binutilsAndres Freund
2022-07-05bpftool: Remove zlib feature test from MakefileQuentin Monnet
2022-06-09bpftool: Fix bootstrapping during a cross compilationShahab Vahedi
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-02-28bpftool: Remove redundant slashesYuntao Wang
2022-02-23bpftool: Remove usage of reallocarray()Mauricio Vásquez
2022-02-16bpftool: Implement "gen min_core_btf" logicMauricio Vásquez
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-10bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet
2021-12-16bpftool: Enable cross-building with clangJean-Philippe Brucker
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-14bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet
2021-11-11bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko
2021-11-10bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet
2021-11-05bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet
2021-10-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet
2021-10-25bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet
2021-10-20bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.cQuentin Monnet
2021-10-19bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet
2021-10-19bpftool: Do not FORCE-build libbpfQuentin Monnet
2021-10-19bpftool: Fix install for libbpf's internal header(s)Quentin Monnet
2021-10-08bpftool: Add install-bin target to install binary onlyQuentin Monnet
2021-10-08bpftool: Install libbpf headers instead of including the dirQuentin Monnet
2021-09-13libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko
2021-09-09libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet
2021-06-08tools/bpftool: Fix cross-buildJean-Philippe Brucker
2021-05-19bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov
2021-02-22Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2021-01-29tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek
2021-01-15bpftool: Add Makefile target bootstrapSong Liu
2021-01-13tools/bpftool: Add -Wall when building BPF programsIan Rogers
2020-11-12tools/bpf: Always run the *-clean recipesJean-Philippe Brucker
2020-11-11tools/bpftool: Fix build slowdownJean-Philippe Brucker
2020-11-11tools/bpftool: Fix cross-buildJean-Philippe Brucker
2020-11-11tools/bpftool: Force clean of out-of-tree buildJean-Philippe Brucker
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-19tools/bpftool: Support passing BPFTOOL_VERSION to makeTony Ambardar
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer