index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
Documentation
Age
Commit message (
Expand
)
Author
Files
Lines
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-02
bpftool: Use libbpf_bpf_attach_type_str
Daniel Müller
2
-7
/
+14
2022-03-17
bpftool: Add support for subskeletons
Delyan Kratunov
1
-0
/
+25
2022-03-15
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-10
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-14
bpftool: Fix mixed indentation in documentation
Quentin Monnet
2
-38
/
+38
2021-11-14
bpftool: Update the lists of names for maps and prog-attach types
Quentin Monnet
1
-1
/
+1
2021-11-14
bpftool: Fix indent in option lists in the documentation
Quentin Monnet
7
-14
/
+14
2021-11-14
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-30
tools: bpftool: Complete metrics list in "bpftool prog profile" doc
Quentin Monnet
1
-1
/
+2
2021-07-30
tools: bpftool: Document and add bash completion for -L, -B options
Quentin Monnet
3
-3
/
+84
2021-07-30
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
12
-16
/
+22
2021-07-30
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-18
bpftool: Add `gen object` command to perform BPF static linking
Andrii Nakryiko
1
-14
/
+51
2021-03-18
bpftool: Add ability to specify custom skeleton object name
Andrii Nakryiko
1
-5
/
+8
2021-03-04
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-14
bpftool: Fix build failure
Yonghong Song
1
-1
/
+1
2020-09-10
tools: bpftool: Automate generation for "SEE ALSO" sections in man pages
Quentin Monnet
13
-198
/
+11
2020-09-10
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-25
bpf: Implement bpf_local_storage for inodes
KP Singh
1
-1
/
+1
2020-08-01
tools/bpftool: Add documentation and bash-completion for `link detach`
Andrii Nakryiko
1
-0
/
+8
2020-07-25
tools/bpftool: Add bpftool support for bpf map element iterator
Yonghong Song
1
-2
/
+16
2020-07-17
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
1
-1
/
+1
2020-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-2
/
+35
2020-06-22
tools/bpftool: Add documentation and sample output for process info
Andrii Nakryiko
4
-2
/
+35
2020-06-17
tools, bpftool: Add ringbuf map type to map command docs
Tobias Klauser
1
-1
/
+1
2020-05-19
bpf, bpftool: Enable get{peer, sock}name attach types
Daniel Borkmann
2
-4
/
+9
2020-05-11
tools, bpftool: Minor fixes for documentation
Quentin Monnet
12
-69
/
+114
2020-05-09
tools/bpftool: Add bpf_iter support for bptool
Yonghong Song
1
-0
/
+83
2020-04-29
tools: bpftool: Make libcap dependency optional
Quentin Monnet
1
-1
/
+3
2020-04-29
tools: bpftool: Allow unprivileged users to probe features
Quentin Monnet
1
-1
/
+9
2020-04-28
bpftool: Add bpftool-link manpage
Andrii Nakryiko
1
-0
/
+118
2020-03-20
bpftool: Add struct_ops support
Martin KaFai Lau
1
-0
/
+116
2020-03-10
bpftool: Documentation for bpftool prog profile
Song Liu
1
-0
/
+19
2020-02-26
bpftool: Update documentation of "bpftool feature" command
Michal Rostecki
1
-9
/
+10
2020-02-26
bpftool: Support struct_ops, tracing, ext prog types
Andrey Ignatov
1
-1
/
+2
2020-01-20
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
1
-1
/
+1
2019-12-18
bpftool: Work-around rst2man conversion bug
Andrii Nakryiko
1
-7
/
+8
[next]