index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-01
8
-28
/
+360
|
\
|
*
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
2020-08-28
1
-1
/
+5
|
*
tools resolve_btfids: Add support for set symbols
Jiri Olsa
2020-08-25
1
-1
/
+19
|
*
tools resolve_btfids: Add size check to get_id function
Jiri Olsa
2020-08-25
1
-1
/
+8
|
*
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
3
-3
/
+5
|
*
bpftool: Implement link_query for bpf iterators
Yonghong Song
2020-08-21
1
-3
/
+41
|
*
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
2020-08-18
2
-19
/
+282
*
|
tools/resolve_btfids: Fix sections with wrong alignment
Jiri Olsa
2020-08-20
1
-0
/
+36
*
|
bpftool: Handle EAGAIN error code properly in pids collection
Yonghong Song
2020-08-18
1
-0
/
+2
|
/
*
tools/bpftool: Generate data section struct with conservative alignment
Andrii Nakryiko
2020-08-13
1
-0
/
+14
*
tools/bpftool: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
2020-08-13
4
-12
/
+20
*
tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()
Andrii Nakryiko
2020-08-12
1
-4
/
+4
*
bpf: Add missing return to resolve_btfids
Stanislav Fomichev
2020-08-06
1
-0
/
+1
*
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
2020-08-06
1
-3
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-05
28
-612
/
+1878
|
\
|
*
tools/resolve_btfids: Use libbpf's btf__parse() API
Andrii Nakryiko
2020-08-03
2
-57
/
+5
|
*
tools/bpftool: Use libbpf's btf__parse() API for parsing BTF from file
Andrii Nakryiko
2020-08-03
1
-53
/
+1
|
*
tools, bpftool: Fix wrong return value in do_dump()
Tianjia Zhang
2020-08-03
1
-1
/
+1
|
*
tools/bpftool: Add documentation and bash-completion for `link detach`
Andrii Nakryiko
2020-08-01
2
-2
/
+10
|
*
tools/bpftool: Add `link detach` subcommand
Andrii Nakryiko
2020-08-01
1
-1
/
+36
|
*
tools, bpftool: Add LSM type to array of prog names
Quentin Monnet
2020-07-27
1
-0
/
+1
|
*
tools, bpftool: Skip type probe if name is not found
Quentin Monnet
2020-07-27
1
-0
/
+8
|
*
tools/bpftool: Add bpftool support for bpf map element iterator
Yonghong Song
2020-07-25
3
-7
/
+62
|
*
tools/bpftool: Strip BPF .o files before skeleton generation
Andrii Nakryiko
2020-07-25
1
-1
/
+2
|
*
bpftool: Use only nftw for file tree parsing
Tony Ambardar
2020-07-21
2
-59
/
+82
|
*
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
2020-07-21
1
-1
/
+2
|
*
tools/bpftool: Fix error handing in do_skeleton()
YueHaibing
2020-07-21
1
-1
/
+4
|
*
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
Jakub Sitnicki
2020-07-17
4
-3
/
+5
|
*
bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF option
Jiri Olsa
2020-07-14
1
-0
/
+14
|
*
tools/bpftool: Strip away modifiers from global variables
Andrii Nakryiko
2020-07-13
1
-13
/
+10
|
*
tools/bpftool: Remove warning about PID iterator support
Andrii Nakryiko
2020-07-13
1
-1
/
+0
|
*
bpf: Compile resolve_btfids tool at kernel compilation start
Jiri Olsa
2020-07-13
1
-1
/
+8
|
*
bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object
Jiri Olsa
2020-07-13
3
-0
/
+808
|
*
bpf: Fix another bpftool segfault without skeleton code enabled
Louis Peens
2020-07-09
1
-0
/
+1
|
*
bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
2020-07-08
1
-0
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-04
19
-470
/
+876
|
|
\
|
|
*
bpf: Fix bpftool without skeleton code enabled
John Fastabend
2020-07-03
1
-0
/
+1
|
|
*
tools/bpftool: Turn off -Wnested-externs warning
Andrii Nakryiko
2020-07-02
1
-1
/
+1
|
|
*
tools/bpftool: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
2020-06-30
1
-3
/
+7
|
|
*
tools, bpftool: Define attach_type_name array only once
Tobias Klauser
2020-06-25
2
-35
/
+37
|
|
*
tools, bpftool: Define prog_type_name array only once
Tobias Klauser
2020-06-25
5
-37
/
+42
|
|
*
tools, bpftool: Fix variable shadowing in emit_obj_refs_json()
Quentin Monnet
2020-06-24
1
-8
/
+9
|
|
*
Merge up to bpf_probe_read_kernel_str() fix into bpf-next
Alexei Starovoitov
2020-06-23
1
-0
/
+1
|
|
|
\
|
|
*
|
tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile
Tobias Klauser
2020-06-24
1
-1
/
+1
|
|
*
|
tools/bpftool: Add documentation and sample output for process info
Andrii Nakryiko
2020-06-22
4
-2
/
+35
|
|
*
|
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
2020-06-22
10
-0
/
+378
|
|
*
|
tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h
Andrii Nakryiko
2020-06-22
4
-60
/
+34
|
|
*
|
tools/bpftool: Minimize bootstrap bpftool
Andrii Nakryiko
2020-06-22
4
-32
/
+38
|
|
*
|
tools/bpftool: Move map/prog parsing logic into common
Andrii Nakryiko
2020-06-22
4
-308
/
+310
|
|
*
|
tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSD
Andrii Nakryiko
2020-06-20
1
-2
/
+2
[next]