index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpftool: Normalize compile rules to specify output file last
Andrii Nakryiko
2021-11-12
1
-8
/
+8
*
bpftool: Fix SPDX tag for Makefiles and .gitignore
Quentin Monnet
2021-11-10
1
-1
/
+1
*
bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
Quentin Monnet
2021-10-26
1
-4
/
+4
*
bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
Quentin Monnet
2021-10-26
1
-2
/
+2
*
bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.c
Quentin Monnet
2021-10-20
1
-2
/
+1
*
bpftool: Turn check on zlib from a phony target into a conditional error
Quentin Monnet
2021-10-20
1
-5
/
+5
*
bpftool: Do not FORCE-build libbpf
Quentin Monnet
2021-10-20
1
-2
/
+2
*
bpftool: Fix install for libbpf's internal header(s)
Quentin Monnet
2021-10-20
1
-7
/
+7
*
bpftool: Add install-bin target to install binary only
Quentin Monnet
2021-10-08
1
-2
/
+4
*
bpftool: Install libbpf headers instead of including the dir
Quentin Monnet
2021-10-08
1
-12
/
+21
*
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
2021-09-14
1
-1
/
+0
*
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
2021-09-09
1
-0
/
+4
*
tools/bpftool: Fix cross-build
Jean-Philippe Brucker
2021-06-08
1
-1
/
+4
*
bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.
Alexei Starovoitov
2021-05-19
1
-1
/
+1
*
Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-02-22
1
-0
/
+2
|
\
|
*
bpftool: Add Makefile target bootstrap
Song Liu
2021-01-15
1
-0
/
+2
*
|
tools: Factor Clang, LLC and LLVM utils definitions
Sedat Dilek
2021-01-29
1
-2
/
+0
*
|
tools/bpftool: Add -Wall when building BPF programs
Ian Rogers
2021-01-14
1
-1
/
+1
|
/
*
tools/bpf: Always run the *-clean recipes
Jean-Philippe Brucker
2020-11-12
1
-2
/
+2
*
tools/bpftool: Fix build slowdown
Jean-Philippe Brucker
2020-11-11
1
-1
/
+3
*
tools/bpftool: Fix cross-build
Jean-Philippe Brucker
2020-11-11
1
-8
/
+26
*
tools/bpftool: Force clean of out-of-tree build
Jean-Philippe Brucker
2020-11-11
1
-3
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-06
1
-1
/
+1
|
\
|
*
tools/bpftool: Support passing BPFTOOL_VERSION to make
Tony Ambardar
2020-09-19
1
-1
/
+1
*
|
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
2020-08-28
1
-1
/
+5
|
/
*
tools/bpftool: Strip BPF .o files before skeleton generation
Andrii Nakryiko
2020-07-26
1
-1
/
+2
*
tools/bpftool: Turn off -Wnested-externs warning
Andrii Nakryiko
2020-07-02
1
-1
/
+1
*
tools/bpftool: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
2020-07-01
1
-3
/
+7
*
tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile
Tobias Klauser
2020-06-24
1
-1
/
+1
*
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
2020-06-23
1
-0
/
+2
*
tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h
Andrii Nakryiko
2020-06-23
1
-11
/
+31
*
tools/bpftool: Minimize bootstrap bpftool
Andrii Nakryiko
2020-06-23
1
-17
/
+13
*
tools/bpf: Don't use $(COMPILE.c)
Ilya Leoshkevich
2020-06-02
1
-4
/
+4
*
tools: bpftool: Make libcap dependency optional
Quentin Monnet
2020-04-29
1
-4
/
+9
*
tools: bpftool: Allow unprivileged users to probe features
Quentin Monnet
2020-04-29
1
-1
/
+1
*
tools/bpf: Move linux/types.h for selftests and bpftool
Tobias Klauser
2020-03-13
1
-1
/
+0
*
bpftool: Skeleton should depend on libbpf
Song Liu
2020-03-13
1
-2
/
+3
*
bpftool: Only build bpftool-prog-profile if supported by clang
Song Liu
2020-03-13
1
-4
/
+11
*
bpftool: Use linux/types.h from source tree for profiler build
Tobias Klauser
2020-03-12
1
-1
/
+4
*
bpftool: Introduce "prog profile" command
Song Liu
2020-03-10
1
-0
/
+18
*
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-21
1
-1
/
+1
*
tools: bpftool: do not link twice against libbpf.a in Makefile
Quentin Monnet
2019-08-31
1
-2
/
+2
*
tools: bpf: account for generated feature/ and libbpf/ directories
Quentin Monnet
2019-08-31
1
-4
/
+6
*
tools: bpftool: improve and check builds for different make invocations
Quentin Monnet
2019-08-31
1
-5
/
+7
*
tools: bpftool: ignore make built-in rules for getting kernel version
Quentin Monnet
2019-08-31
1
-1
/
+1
*
tools: bpftool: compile with $(EXTRA_WARNINGS)
Quentin Monnet
2019-08-14
1
-1
/
+2
*
tools: bpftool: add feature check for zlib
Peter Wu
2019-08-13
1
-3
/
+8
*
tools: bpftool: fix reading from /proc/config.gz
Peter Wu
2019-08-12
1
-1
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
tools/bpf: properly account for libbfd variations
Stanislav Fomichev
2019-01-16
1
-1
/
+8
[next]