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
*
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
70
-1
/
+80
*
libbpf: Improve LINUX_VERSION_CODE detection
Andrii Nakryiko
2021-12-29
3
-17
/
+28
*
libbpf: Use 100-character limit to make bpf_tracing.h easier to read
Andrii Nakryiko
2021-12-29
1
-32
/
+22
*
libbpf: Normalize PT_REGS_xxx() macro definitions
Andrii Nakryiko
2021-12-29
1
-225
/
+152
*
selftests/bpf: Add btf_dump__new to test_cpp
Jiri Olsa
2021-12-23
1
-1
/
+8
*
libbpf: Do not use btf_dump__new() macro in C++ mode
Jiri Olsa
2021-12-23
1
-0
/
+6
*
bpftool: Enable line buffering for stdout
Paul Chaignon
2021-12-22
1
-0
/
+2
*
bpf: Use struct_size() helper
Xiu Jianfeng
2021-12-22
2
-7
/
+2
*
selftests/bpf: Correct the INDEX address in vmtest.sh
Pu Lehui
2021-12-20
1
-1
/
+1
*
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
2021-12-19
1
-21
/
+73
*
Merge branch 'Introduce composable bpf types'
Alexei Starovoitov
2021-12-18
15
-335
/
+443
|
\
|
*
bpf/selftests: Test PTR_TO_RDONLY_MEM
Hao Luo
2021-12-18
2
-0
/
+43
|
*
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-18
9
-57
/
+73
|
*
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2021-12-18
2
-6
/
+28
|
*
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2021-12-18
3
-3
/
+2
|
*
bpf: Introduce MEM_RDONLY flag
Hao Luo
2021-12-18
6
-43
/
+60
|
*
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
7
-188
/
+147
|
*
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
3
-34
/
+39
|
*
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
2
-31
/
+23
|
*
bpf: Introduce composable reg, ret and arg types.
Hao Luo
2021-12-18
2
-0
/
+55
|
/
*
bpftool: Reimplement large insn size limit feature probing
Andrii Nakryiko
2021-12-17
1
-3
/
+23
*
selftests/bpf: Add libbpf feature-probing API selftests
Andrii Nakryiko
2021-12-17
2
-0
/
+126
*
libbpf: Rework feature-probing APIs
Andrii Nakryiko
2021-12-17
3
-54
/
+236
*
Only output backtracking information in log level 2
Christy Lee
2021-12-17
1
-3
/
+3
*
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-17
3
-98
/
+131
*
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-17
3
-29
/
+91
*
Merge branch 'bpf: remove the cgroup -> bpf header dependecy'
Alexei Starovoitov
2021-12-16
15
-57
/
+84
|
\
|
*
bpf: Remove the cgroup -> bpf header dependecy
Jakub Kicinski
2021-12-16
3
-57
/
+72
|
*
add missing bpf-cgroup.h includes
Jakub Kicinski
2021-12-16
10
-0
/
+10
|
*
add includes masked by cgroup -> bpf dependency
Jakub Kicinski
2021-12-16
2
-0
/
+2
|
/
*
Merge branch 'tools/bpf: Enable cross-building with clang'
Andrii Nakryiko
2021-12-16
6
-14
/
+28
|
\
|
*
selftests/bpf: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
1
-4
/
+4
|
*
tools/runqslower: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
1
-2
/
+2
|
*
bpftool: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
1
-6
/
+7
|
*
tools/libbpf: Enable cross-building with clang
Jean-Philippe Brucker
2021-12-16
1
-1
/
+2
|
*
tools/resolve_btfids: Support cross-building the kernel with clang
Jean-Philippe Brucker
2021-12-16
1
-0
/
+1
|
*
tools: Help cross-building with clang
Jean-Philippe Brucker
2021-12-16
1
-1
/
+12
|
/
*
libbpf: Avoid reading past ELF data section end when copying license
Andrii Nakryiko
2021-12-15
1
-1
/
+4
*
Merge branch 'Stop using bpf_object__find_program_by_title API'
Andrii Nakryiko
2021-12-14
14
-71
/
+137
|
\
|
*
libbpf: Mark bpf_object__find_program_by_title API deprecated.
Kui-Feng Lee
2021-12-14
1
-0
/
+1
|
*
tools/perf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
2021-12-14
1
-1
/
+12
|
*
samples/bpf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
2021-12-14
2
-3
/
+20
|
*
selftests/bpf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
2021-12-14
10
-67
/
+104
|
/
*
selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests
Andrii Nakryiko
2021-12-14
8
-24
/
+3
*
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
2021-12-14
6
-39
/
+143
*
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
2021-12-14
6
-19
/
+31
*
libbpf: Fix potential uninit memory read
Andrii Nakryiko
2021-12-14
1
-0
/
+1
*
xsk: Wipe out dead zero_copy_allocator declarations
Maciej Fijalkowski
2021-12-14
3
-4
/
+0
*
libbpf: Add doc comments for bpf_program__(un)pin()
Grant Seltzer
2021-12-13
1
-0
/
+24
*
selftests/bpf: Fix segfault in bpf_tcp_ca
Jean-Philippe Brucker
2021-12-13
1
-4
/
+3
[next]