index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Introduce helper bpf_get_task_stack()
Song Liu
2020-07-01
1
-1
/
+36
*
selftests/bpf: Add byte swapping selftest
Andrii Nakryiko
2020-07-01
2
-0
/
+90
*
libbpf: Make bpf_endian co-exist with vmlinux.h
Andrii Nakryiko
2020-07-01
1
-8
/
+35
*
selftests/bpf: Allow substituting custom vmlinux.h for selftests build
Andrii Nakryiko
2020-06-30
1
-2
/
+7
*
tools/bpftool: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
2020-06-30
1
-3
/
+7
*
selftests/bpf: Test auto-load disabling logic for BPF programs
Andrii Nakryiko
2020-06-28
2
-0
/
+81
*
libbpf: Support disabling auto-loading BPF programs
Andrii Nakryiko
2020-06-28
3
-8
/
+44
*
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
*
selftests/bpf: Add tcp/udp iterator programs to selftests
Yonghong Song
2020-06-24
1
-0
/
+68
*
selftests/bpf: Implement sample udp/udp6 bpf_iter programs
Yonghong Song
2020-06-24
3
-0
/
+166
*
selftests/bpf: Implement sample tcp/tcp6 bpf_iter programs
Yonghong Song
2020-06-24
3
-0
/
+499
*
selftests/bpf: Add more common macros to bpf_tracing_net.h
Yonghong Song
2020-06-24
1
-0
/
+35
*
selftests/bpf: Refactor some net macros to bpf_tracing_net.h
Yonghong Song
2020-06-24
3
-9
/
+18
*
selftests/bpf: Move newer bpf_iter_* type redefining to a new header file
Yonghong Song
2020-06-24
9
-136
/
+57
*
bpf: Add bpf_skc_to_udp6_sock() helper
Yonghong Song
2020-06-24
1
-1
/
+8
*
bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
Yonghong Song
2020-06-24
1
-1
/
+22
*
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
2020-06-24
1
-1
/
+8
*
bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt
Dmitry Yakunin
2020-06-24
2
-2
/
+32
*
selftests/bpf: Workaround for get_stack_rawtp test.
Alexei Starovoitov
2020-06-24
1
-1
/
+2
*
libbpf: Prevent loading vmlinux BTF twice
Andrii Nakryiko
2020-06-24
1
-11
/
+22
*
libbpf: Fix spelling mistake "kallasyms" -> "kallsyms"
Colin Ian King
2020-06-24
1
-1
/
+1
*
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
2
-1
/
+2
|
\
|
*
tools/bpftool: Add ringbuf map to a list of known map types
Andrii Nakryiko
2020-06-16
1
-0
/
+1
|
*
bpf: Fix definition of bpf_ringbuf_output() helper in UAPI comments
Andrii Nakryiko
2020-06-16
1
-1
/
+1
*
|
tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile
Tobias Klauser
2020-06-24
1
-1
/
+1
*
|
selftests/bpf: Add variable-length data concat pattern less than test
John Fastabend
2020-06-24
2
-4
/
+78
*
|
selftests/bpf: Add variable-length data concatenation pattern test
Andrii Nakryiko
2020-06-24
2
-0
/
+152
*
|
bpf: Switch most helper return values from 32-bit int to 64-bit long
Andrii Nakryiko
2020-06-24
1
-96
/
+96
*
|
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
*
|
libbpf: Wrap source argument of BPF_CORE_READ macro in parentheses
Andrii Nakryiko
2020-06-22
1
-4
/
+4
*
|
tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h
Andrii Nakryiko
2020-06-22
7
-66
/
+45
*
|
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
*
|
selftests/bpf: Add __ksym extern selftest
Andrii Nakryiko
2020-06-22
2
-0
/
+103
*
|
libbpf: Add support for extracting kernel symbol addresses
Andrii Nakryiko
2020-06-22
3
-6
/
+144
*
|
libbpf: Generalize libbpf externs support
Andrii Nakryiko
2020-06-22
1
-140
/
+206
*
|
libbpf: Add a bunch of attribute getters/setters for map definitions
Andrii Nakryiko
2020-06-23
3
-10
/
+134
*
|
selftests/bpf: Test access to bpf map pointer
Andrey Ignatov
2020-06-22
3
-0
/
+780
*
|
bpf: Support access to bpf map fields
Andrey Ignatov
2020-06-22
1
-1
/
+1
*
|
tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSD
Andrii Nakryiko
2020-06-20
1
-2
/
+2
*
|
tools/bpf: Add verifier tests for 32bit pointer/scalar arithmetic
Yonghong Song
2020-06-19
1
-0
/
+38
*
|
libbpf: Bump version to 0.1.0
Andrii Nakryiko
2020-06-17
1
-0
/
+3
*
|
tools/testing/nvdimm: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-15
1
-3
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-13
18
-52
/
+331
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-06-13
15
-50
/
+264
|
|
\
|
|
*
libbpf: Support pre-initializing .bss global variables
Andrii Nakryiko
2020-06-12
3
-13
/
+55
|
|
*
tools/bpftool: Fix skeleton codegen
Andrii Nakryiko
2020-06-12
1
-2
/
+0
[next]