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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-26
bpf: Implement bpf_local_storage for inodes
KP Singh
3
-3
/
+5
2020-08-22
bpftool: Implement link_query for bpf iterators
Yonghong Song
1
-3
/
+41
2020-08-21
tools/resolve_btfids: Fix sections with wrong alignment
Jiri Olsa
1
-0
/
+36
2020-08-19
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
2
-19
/
+282
2020-08-19
bpftool: Handle EAGAIN error code properly in pids collection
Yonghong Song
1
-0
/
+2
2020-08-14
tools/bpftool: Generate data section struct with conservative alignment
Andrii Nakryiko
1
-0
/
+14
2020-08-14
tools/bpftool: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
4
-12
/
+20
2020-08-13
tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()
Andrii Nakryiko
1
-4
/
+4
2020-08-07
bpf: Add missing return to resolve_btfids
Stanislav Fomichev
1
-0
/
+1
2020-08-07
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
1
-3
/
+6
2020-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
28
-612
/
+1878
2020-08-03
tools/resolve_btfids: Use libbpf's btf__parse() API
Andrii Nakryiko
2
-57
/
+5
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-02
tools/bpftool: Add documentation and bash-completion for `link detach`
Andrii Nakryiko
2
-2
/
+10
2020-08-02
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-26
tools/bpftool: Add bpftool support for bpf map element iterator
Yonghong Song
3
-7
/
+62
2020-07-26
tools/bpftool: Strip BPF .o files before skeleton generation
Andrii Nakryiko
1
-1
/
+2
2020-07-22
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-21
tools: bpf: Use local copy of headers including uapi/linux/filter.h
Will Deacon
1
-1
/
+2
2020-07-18
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
4
-3
/
+5
2020-07-14
bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF option
Jiri Olsa
1
-0
/
+14
2020-07-14
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
1
-13
/
+10
2020-07-14
tools/bpftool: Remove warning about PID iterator support
Andrii Nakryiko
1
-1
/
+0
2020-07-13
bpf: Compile resolve_btfids tool at kernel compilation start
Jiri Olsa
1
-1
/
+8
2020-07-13
bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object
Jiri Olsa
3
-0
/
+808
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-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
19
-470
/
+876
2020-07-04
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-07-01
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-24
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-23
tools/bpftool: Add documentation and sample output for process info
Andrii Nakryiko
4
-2
/
+35
2020-06-23
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
10
-0
/
+378
2020-06-23
tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h
Andrii Nakryiko
4
-60
/
+34
2020-06-23
tools/bpftool: Minimize bootstrap bpftool
Andrii Nakryiko
4
-32
/
+38
2020-06-23
tools/bpftool: Move map/prog parsing logic into common
Andrii Nakryiko
4
-308
/
+310
2020-06-20
tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSD
Andrii Nakryiko
1
-2
/
+2
2020-06-17
tools, bpftool: Add ringbuf map type to map command docs
Tobias Klauser
2
-2
/
+2
2020-06-16
tools/bpftool: Add ringbuf map to a list of known map types
Andrii Nakryiko
1
-0
/
+1
2020-06-13
tools/bpftool: Fix skeleton codegen
Andrii Nakryiko
1
-2
/
+0
[prev]
[next]