summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/Makefile
AgeCommit message (Expand)Author
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
2020-07-25tools/bpftool: Strip BPF .o files before skeleton generationAndrii Nakryiko
2020-07-02tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko
2020-06-30tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko
2020-06-24tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in MakefileTobias Klauser
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko
2020-06-22tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko
2020-06-22tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko
2020-06-02tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich
2020-04-29tools: bpftool: Make libcap dependency optionalQuentin Monnet
2020-04-29tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser
2020-03-13bpftool: Skeleton should depend on libbpfSong Liu
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser
2020-03-10bpftool: Introduce "prog profile" commandSong Liu
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen
2019-08-31tools: bpftool: do not link twice against libbpf.a in MakefileQuentin Monnet
2019-08-31tools: bpf: account for generated feature/ and libbpf/ directoriesQuentin Monnet
2019-08-31tools: bpftool: improve and check builds for different make invocationsQuentin Monnet
2019-08-31tools: bpftool: ignore make built-in rules for getting kernel versionQuentin Monnet
2019-08-14tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet
2019-08-13tools: bpftool: add feature check for zlibPeter Wu
2019-08-12tools: bpftool: fix reading from /proc/config.gzPeter Wu
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-01-16tools/bpf: properly account for libbfd variationsStanislav Fomichev
2018-12-19tools: bpftool: do not force gcc as CCIvan Babrou
2018-11-16bpftool: make libbfd optionalStanislav Fomichev
2018-10-11bpftool: Allow add linker flags via EXTRA_LDFLAGS variableJiri Olsa
2018-10-11bpftool: Allow to add compiler flags via EXTRA_CFLAGS variableJiri Olsa
2018-07-16tools: bpftool: don't pass FEATURES_DUMP to libbpfJakub Kicinski
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski
2018-07-01tools: bpftool: use correct make variable type to improve compilation timeJakub Kicinski
2018-05-04tools: bpftool: add simple perf event output readerJakub Kicinski
2018-03-16tools: bpf: remove feature detection outputJakub Kicinski
2018-03-16tools: bpftool: fix dependency file pathJakub Kicinski
2018-03-09tools: bpftool: silence 'missing initializer' warningsJiri Benc
2018-01-17tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang