index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-15
bpftool: Support dumping metadata
YiFei Zhu
3
-0
/
+208
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
3
-18
/
+62
2020-09-10
tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT
Quentin Monnet
1
-2
/
+2
2020-09-10
tools: bpftool: Clean up function to dump map entry
Quentin Monnet
1
-49
/
+52
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
2
-3
/
+38
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-09-03
tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()
Andrii Nakryiko
1
-2
/
+2
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-26
/
+333
2020-08-28
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
1
-1
/
+5
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
3
-3
/
+5
2020-08-21
bpftool: Implement link_query for bpf iterators
Yonghong Song
1
-3
/
+41
2020-08-18
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
2
-19
/
+282
2020-08-18
bpftool: Handle EAGAIN error code properly in pids collection
Yonghong Song
1
-0
/
+2
2020-08-13
tools/bpftool: Generate data section struct with conservative alignment
Andrii Nakryiko
1
-0
/
+14
2020-08-13
tools/bpftool: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
4
-12
/
+20
2020-08-12
tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()
Andrii Nakryiko
1
-4
/
+4
2020-08-06
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
1
-3
/
+6
2020-08-03
tools/bpftool: Use libbpf's btf__parse() API for parsing BTF from file
Andrii Nakryiko
1
-53
/
+1
2020-08-03
tools, bpftool: Fix wrong return value in do_dump()
Tianjia Zhang
1
-1
/
+1
2020-08-01
tools/bpftool: Add documentation and bash-completion for `link detach`
Andrii Nakryiko
2
-2
/
+10
2020-08-01
tools/bpftool: Add `link detach` subcommand
Andrii Nakryiko
1
-1
/
+36
2020-07-27
tools, bpftool: Add LSM type to array of prog names
Quentin Monnet
1
-0
/
+1
2020-07-27
tools, bpftool: Skip type probe if name is not found
Quentin Monnet
1
-0
/
+8
2020-07-25
tools/bpftool: Add bpftool support for bpf map element iterator
Yonghong Song
3
-7
/
+62
2020-07-25
tools/bpftool: Strip BPF .o files before skeleton generation
Andrii Nakryiko
1
-1
/
+2
2020-07-21
bpftool: Use only nftw for file tree parsing
Tony Ambardar
2
-59
/
+82
2020-07-21
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
1
-1
/
+2
2020-07-21
tools/bpftool: Fix error handing in do_skeleton()
YueHaibing
1
-1
/
+4
2020-07-17
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
4
-3
/
+5
2020-07-13
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
1
-13
/
+10
2020-07-13
tools/bpftool: Remove warning about PID iterator support
Andrii Nakryiko
1
-1
/
+0
2020-07-09
bpf: Fix another bpftool segfault without skeleton code enabled
Louis Peens
1
-0
/
+1
2020-07-08
bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
1
-0
/
+1
2020-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
19
-470
/
+876
2020-07-03
bpf: Fix bpftool without skeleton code enabled
John Fastabend
1
-0
/
+1
2020-07-02
tools/bpftool: Turn off -Wnested-externs warning
Andrii Nakryiko
1
-1
/
+1
2020-06-30
tools/bpftool: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
1
-3
/
+7
2020-06-25
tools, bpftool: Define attach_type_name array only once
Tobias Klauser
2
-35
/
+37
2020-06-25
tools, bpftool: Define prog_type_name array only once
Tobias Klauser
5
-37
/
+42
2020-06-24
tools, bpftool: Fix variable shadowing in emit_obj_refs_json()
Quentin Monnet
1
-8
/
+9
2020-06-23
Merge up to bpf_probe_read_kernel_str() fix into bpf-next
Alexei Starovoitov
1
-0
/
+1
2020-06-24
tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile
Tobias Klauser
1
-1
/
+1
2020-06-22
tools/bpftool: Add documentation and sample output for process info
Andrii Nakryiko
4
-2
/
+35
2020-06-22
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
10
-0
/
+378
2020-06-22
tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h
Andrii Nakryiko
4
-60
/
+34
2020-06-22
tools/bpftool: Minimize bootstrap bpftool
Andrii Nakryiko
4
-32
/
+38
[next]