index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-17
bpftool: Fix bug for long instructions in program CFG dumps
Quentin Monnet
1
-0
/
+7
2023-05-17
tools: bpftool: Remove invalid \' json escape
Luis Gerhorst
1
-3
/
+0
2022-10-26
bpftool: Fix a wrong type cast in btf_dumper_int
Lam Thai
1
-1
/
+1
2021-07-28
bpftool: Check malloc return value in mount_bpffs_for_pin
Tobias Klauser
1
-0
/
+5
2021-07-28
bpftool: Properly close va_list 'ap' by va_end() on error
Gu Shengxian
1
-2
/
+4
2021-07-20
tools/bpftool: Fix error return code in do_batch()
Zhihao Cheng
1
-1
/
+3
2020-04-29
bpftool: Fix printing incorrect pointer in btf_dump_ptr
Martin KaFai Lau
1
-1
/
+1
2020-01-27
tools: bpftool: fix format strings and arguments for jsonw_printf()
Quentin Monnet
1
-4
/
+4
2020-01-27
tools: bpftool: fix arguments for p_err() in do_event_pipe()
Quentin Monnet
1
-2
/
+2
2020-01-27
tools: bpftool: use correct argument in cgroup errors
Jakub Kicinski
1
-3
/
+3
2019-12-13
tools: bpftool: fix a bitfield pretty print issue
Yonghong Song
1
-3
/
+3
2019-12-01
tools: bpftool: pass an argument to silence open_obj_pinned()
Quentin Monnet
2
-8
/
+9
2019-12-01
tools: bpftool: fix completion for "bpftool map update"
Quentin Monnet
1
-1
/
+1
2019-09-21
tools: bpftool: close prog FD before exit on showing a single program
Quentin Monnet
1
-1
/
+3
2019-09-10
tools: bpftool: fix error message (prog -> object)
Jakub Kicinski
1
-1
/
+1
2019-07-26
tools: bpftool: Fix json dump crash on powerpc
Jiri Olsa
1
-4
/
+7
2019-05-31
bpftool: exclude bash-completion/bpftool from .gitignore pattern
Masahiro Yamada
1
-1
/
+1
2019-03-13
bpftool: fix percpu maps updating
Paolo Abeni
1
-0
/
+16
2019-03-13
bpftool: Fix prog dump by tag
Jiri Olsa
1
-2
/
+3
2018-12-17
tools: bpftool: fix potential NULL pointer dereference in do_load
Jakub Kicinski
1
-3
/
+7
2018-12-17
tools: bpftool: prevent infinite loop in get_fdinfo()
Quentin Monnet
1
-1
/
+1
2018-09-02
tools/bpf: bpftool, add xskmap in map types
Prashant Bhole
1
-0
/
+1
2018-08-23
tools: bpftool: return from do_event_pipe() on bad arguments
Quentin Monnet
1
-1
/
+4
2018-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-1
/
+9
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+9
2018-08-03
bpftool: add support for CGROUP_STORAGE maps
Roman Gushchin
1
-0
/
+1
2018-07-31
tools/bpftool: fix a percpu_array map dump problem
Yonghong Song
1
-5
/
+9
2018-07-26
tools/bpftool: ignore build products
Taeung Song
2
-0
/
+7
2018-07-25
bpf: btf: fix inconsistent IS_ERR and PTR_ERR
YueHaibing
1
-1
/
+1
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+8
2018-07-20
tools/bpftool: Fix segfault case regarding 'pin' arguments
Taeung Song
1
-3
/
+8
2018-07-16
tools: bpftool: don't pass FEATURES_DUMP to libbpf
Jakub Kicinski
1
-1
/
+1
2018-07-14
bpf: btf: print map dump and lookup with btf info
Okash Khawaja
1
-16
/
+201
2018-07-14
bpf: btf: add btf print functionality
Okash Khawaja
2
-0
/
+266
2018-07-12
tools: bpf: build and install man page for eBPF helpers from bpftool/
Quentin Monnet
2
-5
/
+67
2018-07-11
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
5
-23
/
+219
2018-07-11
tools: bpf: make use of reallocarray
Jakub Kicinski
3
-4
/
+9
2018-07-11
tools: bpftool: reimplement bpf_prog_load() for prog load
Jakub Kicinski
1
-13
/
+48
2018-07-11
tools: bpftool: allow users to specify program type for prog load
Jakub Kicinski
3
-5
/
+60
2018-07-11
tools: bpftool: add support for loading programs for offload
Jakub Kicinski
3
-6
/
+58
2018-07-11
tools: bpftool: refactor argument parsing for prog load
Jakub Kicinski
2
-4
/
+22
2018-07-07
bpftool: add bash completion for cgroup tree command
Roman Gushchin
1
-1
/
+5
2018-07-07
bpftool: document cgroup tree command
Roman Gushchin
1
-1
/
+11
2018-07-07
bpftool: introduce cgroup tree command
Roman Gushchin
1
-5
/
+165
2018-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-24
/
+24
2018-07-01
tools: bpftool: deal with options upfront
Jakub Kicinski
1
-11
/
+21
2018-07-01
tools: bpftool: add missing --bpffs to completions
Jakub Kicinski
1
-1
/
+1
2018-07-01
tools: bpftool: drop unnecessary Author comments
Jakub Kicinski
5
-12
/
+2
2018-07-01
tools: bpftool: use correct make variable type to improve compilation time
Jakub Kicinski
1
-1
/
+1
2018-06-21
tools: bpftool: remember to close the libbpf object after prog load
Jakub Kicinski
1
-1
/
+7
[next]