index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
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-23
81
-1477
/
+2962
|
\
|
*
tools resolve_btfids: Always force HOSTARCH
Jiri Olsa
2020-09-23
1
-0
/
+2
|
*
selftests/bpf: Fix stat probe in d_path test
Jiri Olsa
2020-09-22
2
-1
/
+18
|
*
btf: Add BTF_ID_LIST_SINGLE macro
Lorenz Bauer
2020-09-22
1
-0
/
+8
|
*
selftests/bpf: Fix endianness issue in test_sockopt_sk
Ilya Leoshkevich
2020-09-19
1
-2
/
+2
|
*
selftests/bpf: Fix endianness issue in sk_assign
Ilya Leoshkevich
2020-09-18
1
-1
/
+1
|
*
selftests/bpf: Add tailcall_bpf2bpf tests
Maciej Fijalkowski
2020-09-18
5
-0
/
+533
|
*
bpf: Add abnormal return checks.
Alexei Starovoitov
2020-09-18
1
-3
/
+3
|
*
selftests/bpf: Merge most of test_btf into test_progs
Andrii Nakryiko
2020-09-16
3
-335
/
+78
|
*
selftests/bpf: Test load and dump metadata with btftool and skel
YiFei Zhu
2020-09-16
5
-1
/
+255
|
*
bpftool: Support dumping metadata
YiFei Zhu
2020-09-16
3
-0
/
+208
|
*
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
2020-09-16
4
-0
/
+94
|
*
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
2020-09-16
1
-0
/
+7
|
*
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
2020-09-15
1
-0
/
+1
|
*
bpftool: Fix build failure
Yonghong Song
2020-09-15
1
-1
/
+1
|
*
tools: bpftool: Automate generation for "SEE ALSO" sections in man pages
Quentin Monnet
2020-09-11
13
-198
/
+11
|
*
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Song Liu
2020-09-11
1
-2
/
+2
|
*
selftests/bpf: Define string const as global for test_sysctl_prog.c
Yonghong Song
2020-09-11
1
-2
/
+2
|
*
selftests/bpf: Fix test_ksyms on non-SMP kernels
Ilya Leoshkevich
2020-09-11
1
-2
/
+4
|
*
tools: bpftool: Add "inner_map" to "bpftool map create" outer maps
Quentin Monnet
2020-09-11
3
-18
/
+62
|
*
tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT
Quentin Monnet
2020-09-11
1
-2
/
+2
|
*
tools: bpftool: Clean up function to dump map entry
Quentin Monnet
2020-09-11
1
-49
/
+52
|
*
selftests: bpf: Test iterating a sockmap
Lorenz Bauer
2020-09-10
4
-0
/
+144
|
*
tools: bpftool: Include common options from separate file
Quentin Monnet
2020-09-10
14
-196
/
+35
|
*
tools: bpftool: Print optional built-in features along with version
Quentin Monnet
2020-09-10
2
-3
/
+38
|
*
selftests, bpftool: Add bpftool (and eBPF helpers) documentation build
Quentin Monnet
2020-09-10
2
-0
/
+26
|
*
tools: bpftool: Log info-level messages when building bpftool man pages
Quentin Monnet
2020-09-10
4
-1
/
+12
|
*
perf: Stop using deprecated bpf_program__title()
Andrii Nakryiko
2020-09-09
1
-10
/
+2
|
*
selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change
Yonghong Song
2020-09-09
2
-4
/
+4
|
*
selftests/bpf: Add test for map_ptr arithmetic
Yonghong Song
2020-09-09
2
-1
/
+41
|
*
tools, bpf: Synchronise BPF UAPI header with tools
Quentin Monnet
2020-09-07
1
-42
/
+45
|
*
tools: bpftool: Fix formatting in bpftool-link documentation
Quentin Monnet
2020-09-07
1
-1
/
+1
|
*
libbpf: Fix potential multiplication overflow
Andrii Nakryiko
2020-09-04
1
-1
/
+1
|
*
libbpf: Fix another __u64 cast in printf
Andrii Nakryiko
2020-09-04
1
-1
/
+1
|
*
selftests/bpf: Fix check in global_data_init.
Hao Luo
2020-09-04
1
-1
/
+2
|
*
selftests/bpf: Add __noinline variant of cls_redirect selftest
Andrii Nakryiko
2020-09-04
3
-64
/
+115
|
*
selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinline
Andrii Nakryiko
2020-09-04
2
-42
/
+43
|
*
selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline tests
Andrii Nakryiko
2020-09-04
7
-37
/
+73
|
*
selftests/bpf: Turn fexit_bpf2bpf into test with subtests
Andrii Nakryiko
2020-09-04
1
-7
/
+14
|
*
libbpf: Deprecate notion of BPF program "title" in favor of "section name"
Andrii Nakryiko
2020-09-04
3
-120
/
+101
|
*
selftests/bpf: Don't use deprecated libbpf APIs
Andrii Nakryiko
2020-09-04
3
-3
/
+9
|
*
tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()
Andrii Nakryiko
2020-09-04
1
-2
/
+2
|
*
selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf calls
Andrii Nakryiko
2020-09-04
2
-0
/
+134
|
*
libbpf: Add multi-prog section support for struct_ops
Andrii Nakryiko
2020-09-04
1
-18
/
+8
|
*
libbpf: Implement generalized .BTF.ext func/line info adjustment
Andrii Nakryiko
2020-09-04
3
-84
/
+153
|
*
libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls
Andrii Nakryiko
2020-09-04
1
-138
/
+380
|
*
libbpf: Support CO-RE relocations for multi-prog sections
Andrii Nakryiko
2020-09-04
1
-8
/
+74
|
*
libbpf: Parse multi-function sections into multiple BPF programs
Andrii Nakryiko
2020-09-04
1
-107
/
+142
|
*
libbpf: Ensure ELF symbols table is found before further ELF processing
Andrii Nakryiko
2020-09-04
1
-11
/
+29
|
*
selftests/bpf: Test task_file iterator without visiting pthreads
Yonghong Song
2020-09-02
2
-1
/
+30
[next]