index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-12
tools/runqslower: Fix cross-build
Jean-Philippe Brucker
1
-2
/
+1
2021-11-05
bpftool: Install libbpf headers for the bootstrap version, too
Quentin Monnet
1
-10
/
+22
2021-10-25
bpftool: Switch to libbpf's hashmap for PIDs/names references
Quentin Monnet
7
-65
/
+72
2021-10-25
bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
Quentin Monnet
2
-68
/
+62
2021-10-25
bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
Quentin Monnet
6
-84
/
+111
2021-10-25
bpftool: Do not expose and init hash maps for pinned path in main.c
Quentin Monnet
5
-18
/
+24
2021-10-25
bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
Quentin Monnet
1
-2
/
+2
2021-10-22
bpftool: Avoid leaking the JSON writer prepared for program metadata
Quentin Monnet
1
-7
/
+9
2021-10-22
bpftool: Switch to new btf__type_cnt API
Hengqi Chen
2
-8
/
+8
2021-10-22
tools/resolve_btfids: Switch to new btf__type_cnt API
Hengqi Chen
1
-2
/
+2
2021-10-21
bpftool: Improve skeleton generation for data maps without DATASEC type
Andrii Nakryiko
1
-6
/
+45
2021-10-21
bpftool: Support multiple .rodata/.data internal maps in skeleton
Andrii Nakryiko
1
-47
/
+60
2021-10-20
bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.c
Quentin Monnet
2
-3
/
+1
2021-10-19
bpftool: Turn check on zlib from a phony target into a conditional error
Quentin Monnet
1
-5
/
+5
2021-10-19
bpftool: Do not FORCE-build libbpf
Quentin Monnet
1
-2
/
+2
2021-10-19
bpftool: Fix install for libbpf's internal header(s)
Quentin Monnet
1
-7
/
+7
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-3
/
+3
2021-10-08
bpftool: Add install-bin target to install binary only
Quentin Monnet
1
-2
/
+4
2021-10-08
tools/runqslower: Install libbpf headers when building
Quentin Monnet
1
-9
/
+13
2021-10-08
tools/resolve_btfids: Install libbpf headers when building
Quentin Monnet
2
-7
/
+13
2021-10-08
bpftool: Install libbpf headers instead of including the dir
Quentin Monnet
1
-12
/
+21
2021-10-08
bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>
Quentin Monnet
2
-2
/
+0
2021-10-06
selftests/bpf: Switch to new bpf_object__next_{map,program} APIs
Hengqi Chen
2
-2
/
+2
2021-10-05
tools: Allow specifying base BTF file in resolve_btfids
Kumar Kartikeya Dwivedi
1
-9
/
+19
2021-09-28
bpftool: Avoid using "?: " in generated code
Yucong Sun
1
-1
/
+4
2021-09-17
bpftool: Only probe trace_vprintk feature in 'full' mode
Dave Marchevsky
1
-0
/
+1
2021-09-14
bpftool: Add support for BTF_KIND_TAG
Yonghong Song
1
-0
/
+12
2021-09-13
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
2
-2
/
+0
2021-09-09
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
2
-2
/
+8
2021-09-07
bpftool: Provide a helper method for accessing skeleton's embedded ELF data
Matt Smith
1
-12
/
+19
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
29
-91
/
+217
2021-07-30
tools: bpftool: Complete metrics list in "bpftool prog profile" doc
Quentin Monnet
2
-2
/
+4
2021-07-30
tools: bpftool: Document and add bash completion for -L, -B options
Quentin Monnet
8
-10
/
+96
2021-07-30
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
25
-28
/
+45
2021-07-30
tools: bpftool: Complete and synchronise attach or map types
Quentin Monnet
4
-5
/
+12
2021-07-30
tools: bpftool: Slightly ease bash completion updates
Quentin Monnet
1
-25
/
+29
2021-07-29
tools: bpftool: Support dumping split BTF by id
Quentin Monnet
1
-1
/
+1
2021-07-29
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
4
-23
/
+29
2021-07-29
tools: Free BTF objects at various locations
Quentin Monnet
1
-1
/
+4
2021-07-29
tools/resolve_btfids: Emit warnings and patch zero id for missing symbols
Hengqi Chen
1
-6
/
+7
2021-07-15
bpftool: Check malloc return value in mount_bpffs_for_pin
Tobias Klauser
1
-0
/
+5
2021-07-07
tools: bpf: Fix error in 'make -C tools/ bpf_install'
Wei Li
1
-5
/
+2
2021-07-07
tools/runqslower: Use __state instead of state
SanjayKumar Jeyakumar
1
-1
/
+1
2021-07-06
bpftool: Properly close va_list 'ap' by va_end() on error
Gu Shengxian
1
-2
/
+4
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2021-06-18
bpf: Fix libelf endian handling in resolv_btfids
Tony Ambardar
1
-0
/
+3
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-11
/
+25
2021-06-11
tools/bpftool: Fix error return code in do_batch()
Zhihao Cheng
1
-1
/
+3
2021-06-08
tools/bpftool: Fix cross-build
Jean-Philippe Brucker
1
-1
/
+4
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-7
/
+10
[next]