index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
Documentation
Age
Commit message (
Expand
)
Author
Lines
2026-01-16
bpftool: Add 'prepend' option for tcx attach to insert at chain start
Gyutae Bae
-7
/
+23
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
-1
/
+1
2025-11-05
bpftool: Recognize insn_array map type
Anton Protopopov
-1
/
+2
2025-11-04
bpf: add _impl suffix for bpf_stream_vprintk() kfunc
Mykyta Yatsenko
-1
/
+1
2025-09-22
bpftool: Add support for signing BPF programs
KP Singh
-2
/
+25
2025-08-01
bpftool: Add bpftool-token manpage
Tao Chen
-0
/
+64
2025-07-03
bpftool: Add support for dumping streams
Kumar Kartikeya Dwivedi
-0
/
+7
2025-05-27
bpftool: Add support for custom BTF path in prog load/loadall
Jiayuan Chen
-2
/
+8
2025-02-25
Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...
Linus Torvalds
-6
/
+0
2025-02-18
tools: Remove redundant quiet setup
Charlie Jenkins
-6
/
+0
2024-12-13
bpftool: btf: Support dumping a specific types from file
Daniel Xu
-2
/
+7
2024-12-13
bpftool: man: Add missing format argument to command description
Daniel Xu
-1
/
+1
2024-09-09
bpftool: Fix typos
Andrew Kreimer
-1
/
+1
2024-09-05
bpftool: fix some typos in bpftool
Lin Yikai
-1
/
+1
2024-09-02
bpftool: Add missing blank lines in bpftool-net doc example
Quentin Monnet
-0
/
+2
2024-07-29
bpftool: Add document for net attach/detach on tcx subcommand
Tao Chen
-1
/
+21
2024-05-18
bpftool: Introduce btf c dump sorting
Mykyta Yatsenko
-2
/
+4
2024-04-16
bpftool: Update documentation where progs/maps can be passed by name
Quentin Monnet
-4
/
+4
2024-04-02
bpftool: Clean-up typos, punctuation, list formatting in docs
Rameez Rehman
-40
/
+35
2024-04-02
bpftool: Remove useless emphasis on command description in man pages
Rameez Rehman
-61
/
+61
2024-04-02
bpftool: Use simpler indentation in source rST for documentation
Rameez Rehman
-991
/
+908
2024-03-11
bpftool: Recognize arena map type
Alexei Starovoitov
-1
/
+1
2024-02-29
bpftool: Add an example for struct_ops map and shadow type.
Kui-Feng Lee
-6
/
+52
2023-11-09
bpftool: Fix prog object type in manpage
Artem Savkov
-1
/
+1
2023-10-24
bpftool: Extend net dump with netkit progs
Daniel Borkmann
-4
/
+4
2023-10-11
bpftool: Add support for cgroup unix socket address hooks
Daan De Meyer
-6
/
+18
2023-07-19
bpftool: Extend net dump with tcx progs
Daniel Borkmann
-11
/
+15
2023-06-29
bpf: Replace deprecated -target with --target= for Clang
Fangrui Song
-2
/
+2
2023-05-23
bpftool: Specify XDP Hints ifname when loading program
Larysa Zaremba
-8
/
+11
2023-04-21
bpftool: Update doc to explain struct_ops register subcommand.
Kui-Feng Lee
-4
/
+8
2023-04-05
bpftool: Support "opcodes", "linum", "visual" simultaneously
Quentin Monnet
-4
/
+4
2023-04-05
bpftool: Fix documentation about line info display for prog dumps
Quentin Monnet
-6
/
+4
2022-11-20
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
-10
/
+1
2022-10-25
bpftool: Support new cgroup local storage
Yonghong Song
-1
/
+1
2022-10-25
bpftool: Add llvm feature to "bpftool version"
Quentin Monnet
-4
/
+4
2022-10-21
bpftool: Update doc (add autoattach to prog load)
Wang Yufen
-2
/
+13
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
-1
/
+1
2022-07-05
bpftool: Rename "bpftool feature list" into "... feature list_builtins"
Quentin Monnet
-2
/
+2
2022-06-30
bpftool: Add feature list (prog/map/link/attach types, helpers)
Quentin Monnet
-0
/
+12
2022-06-02
bpftool: Use libbpf_bpf_attach_type_str
Daniel Müller
-7
/
+14
2022-03-17
bpftool: Add support for subskeletons
Delyan Kratunov
-0
/
+25
2022-03-15
bpftool: man: Add missing top level docs
Daniel Xu
-1
/
+12
2022-02-16
bpftool: Gen min_core_btf explanation and examples
Rafael David Tinoco
-0
/
+90
2022-02-10
bpftool: Add libbpf's version number to "bpftool version" output
Quentin Monnet
-6
/
+7
2021-11-16
bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.py
Quentin Monnet
-18
/
+39
2021-11-16
bpftool: Add SPDX tags to RST documentation files
Quentin Monnet
-1
/
+27
2021-11-14
bpftool: Fix mixed indentation in documentation
Quentin Monnet
-38
/
+38
2021-11-14
bpftool: Update the lists of names for maps and prog-attach types
Quentin Monnet
-1
/
+1
2021-11-14
bpftool: Fix indent in option lists in the documentation
Quentin Monnet
-14
/
+14
2021-11-14
bpftool: Remove inclusion of utilities.mak from Makefiles
Quentin Monnet
-1
/
+0
[next]