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
*
bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.py
Quentin Monnet
2021-11-16
14
-25
/
+102
*
bpftool: Add SPDX tags to RST documentation files
Quentin Monnet
2021-11-16
14
-1
/
+27
*
selftests/bpf: Add a dedup selftest with equivalent structure types
Yonghong Song
2021-11-16
1
-0
/
+26
*
libbpf: Fix a couple of missed btf_type_tag handling in btf.c
Yonghong Song
2021-11-16
1
-0
/
+2
*
bpftool: Add current libbpf_strict mode to version output
Stanislav Fomichev
2021-11-16
1
-1
/
+11
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-15
137
-970
/
+2067
|
\
|
*
bpftool: Use libbpf_get_error() to check error
Hengqi Chen
2021-11-15
5
-23
/
+27
|
*
bpftool: Fix mixed indentation in documentation
Quentin Monnet
2021-11-15
2
-38
/
+38
|
*
bpftool: Update the lists of names for maps and prog-attach types
Quentin Monnet
2021-11-15
4
-3
/
+6
|
*
bpftool: Fix indent in option lists in the documentation
Quentin Monnet
2021-11-15
7
-14
/
+14
|
*
bpftool: Remove inclusion of utilities.mak from Makefiles
Quentin Monnet
2021-11-15
2
-2
/
+0
|
*
bpftool: Fix memory leak in prog_dump()
Quentin Monnet
2021-11-15
1
-6
/
+9
|
*
selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warning
Yonghong Song
2021-11-12
1
-6
/
+11
|
*
selftests/bpf: Fix an unused-but-set-variable compiler warning
Yonghong Song
2021-11-12
1
-2
/
+0
|
*
bpftool: Enable libbpf's strict mode by default
Stanislav Fomichev
2021-11-12
5
-19
/
+48
|
*
selftests/bpf: Clarify llvm dependency with btf_tag selftest
Yonghong Song
2021-11-12
1
-4
/
+5
|
*
selftests/bpf: Add a C test for btf_type_tag
Yonghong Song
2021-11-12
2
-0
/
+49
|
*
selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.c
Yonghong Song
2021-11-12
2
-11
/
+13
|
*
selftests/bpf: Test BTF_KIND_DECL_TAG for deduplication
Yonghong Song
2021-11-12
1
-4
/
+135
|
*
selftests/bpf: Add BTF_KIND_TYPE_TAG unit tests
Yonghong Song
2021-11-12
2
-0
/
+21
|
*
selftests/bpf: Test libbpf API function btf__add_type_tag()
Yonghong Song
2021-11-12
2
-28
/
+43
|
*
bpftool: Support BTF_KIND_TYPE_TAG
Yonghong Song
2021-11-12
1
-0
/
+2
|
*
libbpf: Support BTF_KIND_TYPE_TAG
Yonghong Song
2021-11-12
6
-2
/
+73
|
*
bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
Yonghong Song
2021-11-12
1
-1
/
+2
|
*
bpftool: Update btf_dump__new() and perf_buffer__new_raw() calls
Andrii Nakryiko
2021-11-12
3
-8
/
+5
|
*
tools/runqslower: Update perf_buffer__new() calls
Andrii Nakryiko
2021-11-12
1
-4
/
+2
|
*
selftests/bpf: Update btf_dump__new() uses to v1.0+ variant
Andrii Nakryiko
2021-11-12
3
-26
/
+15
|
*
selftests/bpf: Migrate all deprecated perf_buffer uses
Andrii Nakryiko
2021-11-12
6
-25
/
+11
|
*
libbpf: Make perf_buffer__new() use OPTS-based interface
Andrii Nakryiko
2021-11-12
3
-28
/
+132
|
*
libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
Andrii Nakryiko
2021-11-12
3
-13
/
+71
|
*
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
2021-11-12
6
-66
/
+58
|
*
selftests/bpf: Minor cleanups and normalization of Makefile
Andrii Nakryiko
2021-11-12
1
-16
/
+16
|
*
bpftool: Normalize compile rules to specify output file last
Andrii Nakryiko
2021-11-12
1
-8
/
+8
|
*
selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log level
Andrii Nakryiko
2021-11-12
1
-1
/
+6
|
*
libbpf: Add ability to get/set per-program load flags
Andrii Nakryiko
2021-11-12
3
-0
/
+19
|
*
selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookup
Mark Pashmfouroush
2021-11-11
3
-0
/
+71
|
*
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
2021-11-11
1
-0
/
+1
|
*
bpftool: Fix SPDX tag for Makefiles and .gitignore
Quentin Monnet
2021-11-10
3
-3
/
+3
|
*
libbpf: Compile using -std=gnu89
Kumar Kartikeya Dwivedi
2021-11-09
1
-0
/
+1
|
*
selftests/bpf: Add exception handling selftests for tp_bpf program
Alan Maguire
2021-11-08
2
-0
/
+86
|
*
selftests/bpf: Add tests for bpf_find_vma
Song Liu
2021-11-07
4
-0
/
+244
|
*
bpf: Introduce helper bpf_find_vma
Song Liu
2021-11-07
1
-0
/
+20
|
*
selftests/bpf: Fix bpf_object leak in skb_ctx selftest
Andrii Nakryiko
2021-11-07
1
-0
/
+2
|
*
selftests/bpf: Destroy XDP link correctly
Andrii Nakryiko
2021-11-07
1
-2
/
+2
|
*
selftests/bpf: Avoid duplicate btf__parse() call
Andrii Nakryiko
2021-11-07
1
-1
/
+1
|
*
selftests/bpf: Clean up btf and btf_dump in dump_datasec test
Andrii Nakryiko
2021-11-07
1
-2
/
+6
|
*
selftests/bpf: Free inner strings index in btf selftest
Andrii Nakryiko
2021-11-07
1
-4
/
+2
|
*
selftests/bpf: Free per-cpu values array in bpf_iter selftest
Andrii Nakryiko
2021-11-07
1
-4
/
+4
|
*
selftests/bpf: Fix memory leaks in btf_type_c_dump() helper
Andrii Nakryiko
2021-11-07
1
-2
/
+7
|
*
libbpf: Free up resources used by inner map definition
Andrii Nakryiko
2021-11-07
1
-1
/
+4
[next]