summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/Makefile
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte2023-01-131-1/+2
* bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard2023-01-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-051-0/+4
|\
| * bpftool: Fix linkage with statically built libllvmAnton Protopopov2022-12-221-0/+4
* | bpf: makefiles: Do not generate empty vmlinux.hChangbin Du2022-12-201-0/+3
|/
* bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet2022-10-251-18/+30
* bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdQuentin Monnet2022-10-251-12/+15
* bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in MakefileQuentin Monnet2022-10-251-5/+14
* bpftool: Complete libbfd feature detectionRoberto Sassu2022-08-101-2/+4
* Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-061-2/+6
|\
| * tools bpftool: Don't display disassembler-four-args feature testAndres Freund2022-08-011-2/+1
| * tools bpftool: Fix compilation error with new binutilsAndres Freund2022-08-011-1/+4
* | bpftool: Remove zlib feature test from MakefileQuentin Monnet2022-07-051-9/+2
* | bpftool: Fix bootstrapping during a cross compilationShahab Vahedi2022-06-091-1/+1
|/
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+2
|\
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-2/+2
* | bpftool: Remove redundant slashesYuntao Wang2022-02-281-7/+7
* | bpftool: Remove usage of reallocarray()Mauricio Vásquez2022-02-231-5/+1
* | bpftool: Implement "gen min_core_btf" logicMauricio Vásquez2022-02-161-4/+4
* | bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet2022-02-101-4/+2
|/
* bpftool: Enable cross-building with clangJean-Philippe Brucker2021-12-161-6/+7
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-10/+9
|\
| * bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2021-11-141-1/+0
| * bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko2021-11-111-8/+8
| * bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet2021-11-101-1/+1
* | bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet2021-11-051-10/+22
|/
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-251-4/+4
* bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet2021-10-251-2/+2
* bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.cQuentin Monnet2021-10-201-2/+1
* bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet2021-10-191-5/+5
* bpftool: Do not FORCE-build libbpfQuentin Monnet2021-10-191-2/+2
* bpftool: Fix install for libbpf's internal header(s)Quentin Monnet2021-10-191-7/+7
* bpftool: Add install-bin target to install binary onlyQuentin Monnet2021-10-081-2/+4
* bpftool: Install libbpf headers instead of including the dirQuentin Monnet2021-10-081-12/+21
* libbpf: Make libbpf_version.h non-auto-generatedAndrii Nakryiko2021-09-131-1/+0
* libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet2021-09-091-0/+4
* tools/bpftool: Fix cross-buildJean-Philippe Brucker2021-06-081-1/+4
* bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov2021-05-191-1/+1
* Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-02-221-0/+2
|\
| * bpftool: Add Makefile target bootstrapSong Liu2021-01-151-0/+2
* | tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek2021-01-291-2/+0
* | tools/bpftool: Add -Wall when building BPF programsIan Rogers2021-01-131-1/+1
|/
* tools/bpf: Always run the *-clean recipesJean-Philippe Brucker2020-11-121-2/+2
* tools/bpftool: Fix build slowdownJean-Philippe Brucker2020-11-111-1/+3
* tools/bpftool: Fix cross-buildJean-Philippe Brucker2020-11-111-8/+26
* tools/bpftool: Force clean of out-of-tree buildJean-Philippe Brucker2020-11-111-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+1
|\
| * tools/bpftool: Support passing BPFTOOL_VERSION to makeTony Ambardar2020-09-191-1/+1
* | tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer2020-08-281-1/+5
|/
* tools/bpftool: Strip BPF .o files before skeleton generationAndrii Nakryiko2020-07-251-1/+2