index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
Documentation
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
bpftool: Add an example for struct_ops map and shadow type.
Kui-Feng Lee
1
-6
/
+52
2023-11-10
bpftool: Fix prog object type in manpage
Artem Savkov
1
-1
/
+1
2023-10-25
bpftool: Extend net dump with netkit progs
Daniel Borkmann
1
-4
/
+4
2023-10-12
bpftool: Add support for cgroup unix socket address hooks
Daan De Meyer
2
-6
/
+18
2023-07-19
bpftool: Extend net dump with tcx progs
Daniel Borkmann
1
-11
/
+15
2023-06-29
bpf: Replace deprecated -target with --target= for Clang
Fangrui Song
1
-2
/
+2
2023-05-23
bpftool: Specify XDP Hints ifname when loading program
Larysa Zaremba
2
-8
/
+11
2023-04-21
bpftool: Update doc to explain struct_ops register subcommand.
Kui-Feng Lee
1
-4
/
+8
2023-04-06
bpftool: Support "opcodes", "linum", "visual" simultaneously
Quentin Monnet
1
-4
/
+4
2023-04-06
bpftool: Fix documentation about line info display for prog dumps
Quentin Monnet
1
-6
/
+4
2022-11-21
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
2
-10
/
+1
2022-10-26
bpftool: Support new cgroup local storage
Yonghong Song
1
-1
/
+1
2022-10-25
bpftool: Add llvm feature to "bpftool version"
Quentin Monnet
1
-4
/
+4
2022-10-21
bpftool: Update doc (add autoattach to prog load)
Wang Yufen
1
-2
/
+13
2022-09-22
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
1
-1
/
+1
2022-07-05
bpftool: Rename "bpftool feature list" into "... feature list_builtins"
Quentin Monnet
1
-2
/
+2
2022-06-30
bpftool: Add feature list (prog/map/link/attach types, helpers)
Quentin Monnet
1
-0
/
+12
2022-06-03
bpftool: Use libbpf_bpf_attach_type_str
Daniel Müller
2
-7
/
+14
2022-03-18
bpftool: Add support for subskeletons
Delyan Kratunov
1
-0
/
+25
2022-03-16
bpftool: man: Add missing top level docs
Daniel Xu
1
-1
/
+12
2022-02-16
bpftool: Gen min_core_btf explanation and examples
Rafael David Tinoco
1
-0
/
+90
2022-02-11
bpftool: Add libbpf's version number to "bpftool version" output
Quentin Monnet
1
-6
/
+7
2021-11-16
bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.py
Quentin Monnet
13
-18
/
+39
2021-11-16
bpftool: Add SPDX tags to RST documentation files
Quentin Monnet
14
-1
/
+27
2021-11-15
bpftool: Fix mixed indentation in documentation
Quentin Monnet
2
-38
/
+38
2021-11-15
bpftool: Update the lists of names for maps and prog-attach types
Quentin Monnet
1
-1
/
+1
2021-11-15
bpftool: Fix indent in option lists in the documentation
Quentin Monnet
7
-14
/
+14
2021-11-15
bpftool: Remove inclusion of utilities.mak from Makefiles
Quentin Monnet
1
-1
/
+0
2021-11-12
bpftool: Enable libbpf's strict mode by default
Stanislav Fomichev
1
-0
/
+9
2021-11-10
bpftool: Fix SPDX tag for Makefiles and .gitignore
Quentin Monnet
1
-1
/
+1
2021-07-31
tools: bpftool: Complete metrics list in "bpftool prog profile" doc
Quentin Monnet
1
-1
/
+2
2021-07-31
tools: bpftool: Document and add bash completion for -L, -B options
Quentin Monnet
3
-3
/
+84
2021-07-31
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
12
-16
/
+22
2021-07-31
tools: bpftool: Complete and synchronise attach or map types
Quentin Monnet
1
-1
/
+1
2021-05-25
bpftool: Add sock_release help info for cgroup attach/prog load command
Liu Jian
2
-2
/
+4
2021-03-19
bpftool: Add `gen object` command to perform BPF static linking
Andrii Nakryiko
1
-14
/
+51
2021-03-19
bpftool: Add ability to specify custom skeleton object name
Andrii Nakryiko
1
-5
/
+8
2021-03-05
tools/bpf: Remove bpf-helpers from bpftool docs
Joe Stringer
1
-7
/
+4
2020-11-06
bpftool: Add support for task local storage
KP Singh
1
-1
/
+2
2020-09-15
bpftool: Fix build failure
Yonghong Song
1
-1
/
+1
2020-09-11
tools: bpftool: Automate generation for "SEE ALSO" sections in man pages
Quentin Monnet
13
-198
/
+11
2020-09-11
tools: bpftool: Add "inner_map" to "bpftool map create" outer maps
Quentin Monnet
1
-2
/
+8
2020-09-10
tools: bpftool: Include common options from separate file
Quentin Monnet
14
-196
/
+35
2020-09-10
tools: bpftool: Print optional built-in features along with version
Quentin Monnet
1
-1
/
+7
2020-09-10
tools: bpftool: Log info-level messages when building bpftool man pages
Quentin Monnet
4
-1
/
+12
2020-09-07
tools: bpftool: Fix formatting in bpftool-link documentation
Quentin Monnet
1
-1
/
+1
2020-08-26
bpf: Implement bpf_local_storage for inodes
KP Singh
1
-1
/
+1
2020-08-02
tools/bpftool: Add documentation and bash-completion for `link detach`
Andrii Nakryiko
1
-0
/
+8
2020-07-26
tools/bpftool: Add bpftool support for bpf map element iterator
Yonghong Song
1
-2
/
+16
2020-07-18
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
1
-1
/
+1
[next]