index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
Quentin Monnet
2021-10-26
1
-2
/
+2
*
Merge branch 'Parallelize verif_scale selftests'
Alexei Starovoitov
2021-10-25
9
-88
/
+169
|
\
|
*
selftests/bpf: Split out bpf_verif_scale selftests into multiple tests
Andrii Nakryiko
2021-10-25
1
-68
/
+152
|
*
selftests/bpf: Mark tc_redirect selftest as serial
Andrii Nakryiko
2021-10-25
1
-1
/
+1
|
*
selftests/bpf: Support multiple tests per file
Andrii Nakryiko
2021-10-25
1
-4
/
+3
|
*
selftests/bpf: Normalize selftest entry points
Andrii Nakryiko
2021-10-25
6
-15
/
+13
|
/
*
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
2021-10-23
1
-3
/
+9
*
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
2021-10-23
1
-2
/
+2
*
Merge branch 'bpf: add support for BTF_KIND_DECL_TAG typedef'
Alexei Starovoitov
2021-10-23
4
-13
/
+89
|
\
|
*
docs/bpf: Update documentation for BTF_KIND_DECL_TAG typedef support
Yonghong Song
2021-10-23
1
-3
/
+3
|
*
selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.c
Yonghong Song
2021-10-23
1
-2
/
+7
|
*
selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedef
Yonghong Song
2021-10-23
1
-6
/
+41
|
*
selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit tests
Yonghong Song
2021-10-23
1
-0
/
+36
|
*
bpf: Add BTF_KIND_DECL_TAG typedef support
Yonghong Song
2021-10-23
1
-2
/
+2
|
/
*
Merge branch 'libbpf: use func name when pinning programs with LIBBPF_STRICT_...
Andrii Nakryiko
2021-10-23
5
-22
/
+32
|
\
|
*
selftests/bpf: Fix flow dissector tests
Stanislav Fomichev
2021-10-23
3
-20
/
+18
|
*
libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
Stanislav Fomichev
2021-10-23
2
-2
/
+14
|
/
*
bpftool: Avoid leaking the JSON writer prepared for program metadata
Quentin Monnet
2021-10-23
1
-7
/
+9
*
Merge branch 'libbpf: Add btf__type_cnt() and btf__raw_data() APIs'
Andrii Nakryiko
2021-10-23
18
-83
/
+97
|
\
|
*
selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIs
Hengqi Chen
2021-10-23
8
-22
/
+22
|
*
bpftool: Switch to new btf__type_cnt API
Hengqi Chen
2021-10-23
2
-8
/
+8
|
*
tools/resolve_btfids: Switch to new btf__type_cnt API
Hengqi Chen
2021-10-23
1
-2
/
+2
|
*
perf bpf: Switch to new btf__raw_data API
Hengqi Chen
2021-10-23
1
-1
/
+1
|
*
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-23
6
-50
/
+64
|
/
*
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
2021-10-23
1
-2
/
+4
*
selftests/bpf: Make perf_buffer selftests work on 4.9 kernel again
Andrii Nakryiko
2021-10-22
2
-2
/
+23
*
libbpf: Fix the use of aligned attribute
Andrii Nakryiko
2021-10-22
1
-1
/
+1
*
Merge branch 'libbpf: support custom .rodata.*/.data.* sections'
Alexei Starovoitov
2021-10-22
14
-491
/
+731
|
\
|
*
selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal maps
Andrii Nakryiko
2021-10-22
6
-7
/
+14
|
*
libbpf: Simplify look up by name of internal maps
Andrii Nakryiko
2021-10-22
1
-0
/
+10
|
*
selftests/bpf: Demonstrate use of custom .rodata/.data sections
Andrii Nakryiko
2021-10-22
2
-0
/
+47
|
*
libbpf: Support multiple .rodata.* and .data.* BPF maps
Andrii Nakryiko
2021-10-22
1
-29
/
+101
|
*
bpftool: Improve skeleton generation for data maps without DATASEC type
Andrii Nakryiko
2021-10-22
1
-6
/
+45
|
*
bpftool: Support multiple .rodata/.data internal maps in skeleton
Andrii Nakryiko
2021-10-22
1
-47
/
+60
|
*
libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss maps
Andrii Nakryiko
2021-10-22
1
-120
/
+140
|
*
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
2021-10-22
3
-162
/
+196
|
*
libbpf: Extract ELF processing state into separate struct
Andrii Nakryiko
2021-10-22
1
-36
/
+34
|
*
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
2021-10-22
4
-102
/
+102
|
/
*
Merge branch 'selftests/bpf: Fixes for perf_buffer test'
Andrii Nakryiko
2021-10-22
2
-9
/
+10
|
\
|
*
selftests/bpf: Use nanosleep tracepoint in perf buffer test
Jiri Olsa
2021-10-22
1
-1
/
+1
|
*
selftests/bpf: Fix possible/online index mismatch in perf_buffer test
Jiri Olsa
2021-10-22
1
-6
/
+7
|
*
selftests/bpf: Fix perf_buffer test on system with offline cpus
Jiri Olsa
2021-10-22
1
-2
/
+2
|
/
*
Merge branch 'bpf: keep track of verifier insn_processed'
Andrii Nakryiko
2021-10-22
6
-2
/
+38
|
\
|
*
selftests/bpf: Add verif_stats test
Dave Marchevsky
2021-10-22
1
-0
/
+28
|
*
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
2021-10-22
5
-2
/
+10
|
/
*
libbpf: Fix ptr_is_aligned() usages
Ilya Leoshkevich
2021-10-22
1
-8
/
+12
*
Merge branch 'Add bpf_skc_to_unix_sock() helper'
Alexei Starovoitov
2021-10-22
8
-0
/
+136
|
\
|
*
selftests/bpf: Test bpf_skc_to_unix_sock() helper
Hengqi Chen
2021-10-22
2
-0
/
+94
|
*
bpf: Add bpf_skc_to_unix_sock() helper
Hengqi Chen
2021-10-22
6
-0
/
+42
|
/
*
samples: bpf: Suppress readelf stderr when probing for BTF support
Pu Lehui
2021-10-22
1
-1
/
+2
[next]