index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2023-02-17
9
-36
/
+41
*
tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS support
Ilya Leoshkevich
2023-02-11
1
-0
/
+2
*
tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets
Jiri Olsa
2023-02-09
1
-1
/
+1
*
tools/resolve_btfids: Tidy HOST_OVERRIDES
Ian Rogers
2023-02-07
1
-2
/
+2
*
tools/resolve_btfids: Compile resolve_btfids as host program
Jiri Olsa
2023-02-07
2
-4
/
+9
*
bpftool: profile online CPUs instead of possible
Tonghao Zhang
2023-02-03
1
-8
/
+30
*
tools/resolve_btfids: Alter how HOSTCC is forced
Ian Rogers
2023-01-25
1
-10
/
+7
*
tools/resolve_btfids: Install subcmd headers
Ian Rogers
2023-01-25
2
-6
/
+15
*
bpftool: Always disable stack protection for BPF objects
Holger Hoffstätte
2023-01-13
1
-1
/
+2
*
bpftool: fix output for skipping kernel config check
Chethan Suresh
2023-01-11
1
-4
/
+4
*
bpftool: Add missing quotes to libbpf bootstrap submake vars
James Hilliard
2023-01-10
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-06
1
-0
/
+4
|
\
|
*
bpftool: Fix linkage with statically built libllvm
Anton Protopopov
2022-12-22
1
-0
/
+4
*
|
bpf: makefiles: Do not generate empty vmlinux.h
Changbin Du
2022-12-21
1
-0
/
+3
*
|
tools/resolve_btfids: Use pkg-config to locate libelf
Shen Jiamin
2022-12-15
1
-2
/
+6
|
/
*
bpftool: Fix memory leak in do_build_table_cb
Miaoqian Lin
2022-12-06
1
-0
/
+1
*
bpftool: remove function free_btf_vmlinux()
Sahid Orentino Ferdjaoui
2022-11-21
1
-6
/
+1
*
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
2022-11-21
8
-45
/
+39
*
bpftool: fix error message when function can't register struct_ops
Sahid Orentino Ferdjaoui
2022-11-21
1
-3
/
+2
*
bpftool: replace return value PTR_ERR(NULL) with 0
Sahid Orentino Ferdjaoui
2022-11-21
1
-4
/
+2
*
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
2022-11-21
6
-33
/
+3
*
bpftool: Check argc first before "file" in do_batch()
Tiezhu Yang
2022-11-16
1
-3
/
+3
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-11-12
8
-71
/
+43
|
\
|
*
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-10
8
-71
/
+43
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-11
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
Pu Lehui
2022-11-02
1
-0
/
+3
*
|
bpftool: Fix spelling mistake "disasembler" -> "disassembler"
Colin Ian King
2022-10-27
1
-1
/
+1
*
|
bpftool: Support new cgroup local storage
Yonghong Song
2022-10-26
2
-2
/
+2
*
|
bpftool: Add llvm feature to "bpftool version"
Quentin Monnet
2022-10-25
2
-4
/
+11
*
|
bpftool: Support setting alternative arch for JIT disasm with LLVM
Quentin Monnet
2022-10-25
4
-18
/
+16
*
|
bpftool: Add LLVM as default library for disassembling JIT-ed programs
Quentin Monnet
2022-10-25
3
-23
/
+141
*
|
bpftool: Refactor disassembler for JIT-ed programs
Quentin Monnet
2022-10-25
1
-45
/
+88
*
|
bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
Quentin Monnet
2022-10-25
1
-12
/
+15
*
|
bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
Quentin Monnet
2022-10-25
1
-5
/
+14
*
|
bpftool: Remove asserts from JIT disassembler
Quentin Monnet
2022-10-25
4
-35
/
+57
*
|
bpftool: Define _GNU_SOURCE only once
Quentin Monnet
2022-10-25
7
-0
/
+14
*
|
bpftool: Add "bootstrap" feature to version output
Quentin Monnet
2022-10-21
1
-32
/
+49
*
|
bpftool: Set binary name to "bpftool" in help and version output
Quentin Monnet
2022-10-21
1
-1
/
+1
*
|
bpftool: Update the bash completion(add autoattach to prog load)
Wang Yufen
2022-10-21
1
-0
/
+1
*
|
bpftool: Update doc (add autoattach to prog load)
Wang Yufen
2022-10-21
1
-2
/
+13
*
|
bpftool: Add autoattach for bpf prog load|loadall
Wang Yufen
2022-10-21
1
-2
/
+74
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-04
1
-5
/
+49
|
\
|
*
bpftool: Fix wrong cgroup attach flags being assigned to effective progs
Pu Lehui
2022-09-21
1
-5
/
+49
*
|
bpftool: Fix error message of strerror
Tianyi Liu
2022-10-01
3
-12
/
+10
*
|
bpftool: Remove unused struct event_ring_info
Yuan Can
2022-09-30
1
-7
/
+0
*
|
bpftool: Remove unused struct btf_attach_point
Yuan Can
2022-09-30
1
-5
/
+0
*
|
bpftool: Show parameters of BPF task iterators.
Kui-Feng Lee
2022-09-29
1
-0
/
+19
*
|
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-22
2
-2
/
+2
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
2
-1
/
+36
|
\
\
|
*
|
bpftool: Add support for querying cgroup_iter link
Hao Luo
2022-08-30
1
-0
/
+35
[next]