index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
*
selftests: bpf: Fix sockmap update nits
Lorenz Bauer
2020-08-24
1
-7
/
+5
*
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
2020-08-24
1
-1
/
+1
*
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
2020-08-24
1
-1
/
+1
*
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
2020-08-24
1
-0
/
+1
*
bpf: selftests: Tcp header options
Martin KaFai Lau
2020-08-24
4
-0
/
+1721
*
bpf: selftests: Add fastopen_connect to network_helpers
Martin KaFai Lau
2020-08-24
2
-0
/
+39
*
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
2020-08-24
1
-1
/
+299
*
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
2020-08-24
1
-1
/
+2
*
bpf: tcp: Add bpf_skops_parse_hdr()
Martin KaFai Lau
2020-08-24
1
-1
/
+3
*
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
2020-08-24
1
-0
/
+1
*
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
2020-08-24
1
-0
/
+1
*
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
2020-08-21
1
-50
/
+67
*
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
2020-08-21
1
-6
/
+49
*
libbpf: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
2020-08-21
1
-0
/
+3
*
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
2020-08-21
1
-161
/
+206
*
selftests/bpf: BPF object files should depend only on libbpf headers
Andrii Nakryiko
2020-08-21
1
-1
/
+1
*
selftests: bpf: Test sockmap update from BPF
Lorenz Bauer
2020-08-21
3
-0
/
+149
*
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
2020-08-21
4
-12
/
+121
*
bpftool: Implement link_query for bpf iterators
Yonghong Song
2020-08-21
1
-3
/
+41
*
bpf: Implement link_query for bpf iterators
Yonghong Song
2020-08-21
1
-0
/
+7
*
selftests/bpf: List newest Clang built-ins needed for some CO-RE selftests
Andrii Nakryiko
2020-08-20
2
-1
/
+24
*
selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9
Andrii Nakryiko
2020-08-20
2
-1
/
+3
*
libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow
Andrii Nakryiko
2020-08-20
1
-0
/
+10
*
libbpf: Fix detection of BPF helper call instruction
Andrii Nakryiko
2020-08-20
1
-6
/
+4
*
selftests/bpf: Add bpffs preload test.
Alexei Starovoitov
2020-08-20
1
-0
/
+94
*
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
2020-08-20
1
-2
/
+5
*
libbpf: Simplify the return expression of build_map_pin_path()
Xu Wang
2020-08-20
1
-6
/
+2
*
selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations
Andrii Nakryiko
2020-08-19
7
-0
/
+224
*
libbpf: Implement enum value-based CO-RE relocations
Andrii Nakryiko
2020-08-19
3
-5
/
+170
*
selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
Andrii Nakryiko
2020-08-19
6
-19
/
+323
*
selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocations
Andrii Nakryiko
2020-08-19
9
-22
/
+446
*
libbpf: Implement type-based CO-RE relocations support
Andrii Nakryiko
2020-08-19
3
-24
/
+263
*
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
2020-08-18
8
-36
/
+8
*
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-08-18
12
-33
/
+13
*
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
2020-08-18
4
-150
/
+288
*
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
2020-08-18
6
-29
/
+45
*
selftests/bpf: Add test validating failure on ambiguous relocation value
Andrii Nakryiko
2020-08-18
3
-0
/
+30
*
libbpf: Improve relocation ambiguity detection
Andrii Nakryiko
2020-08-18
1
-46
/
+124
*
libbpf: Clean up and improve CO-RE reloc logging
Andrii Nakryiko
2020-08-18
4
-129
/
+169
*
libbpf: Improve error logging for mismatched BTF kind cases
Andrii Nakryiko
2020-08-18
1
-18
/
+41
*
libbpf: Detect minimal BTF support and skip BTF loading, if missing
Andrii Nakryiko
2020-08-18
1
-0
/
+27
*
libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
Andrii Nakryiko
2020-08-18
2
-20
/
+24
*
selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()
Andrii Nakryiko
2020-08-18
1
-3
/
+9
*
libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]
Andrii Nakryiko
2020-08-18
1
-0
/
+80
*
libbpf: Factor out common logic of testing and closing FD
Andrii Nakryiko
2020-08-18
1
-53
/
+17
*
libbpf: Make kernel feature probing lazy
Andrii Nakryiko
2020-08-18
1
-64
/
+86
*
libbpf: Disable -Wswitch-enum compiler warning
Andrii Nakryiko
2020-08-18
1
-1
/
+1
*
libbpf: Convert comma to semicolon
Xu Wang
2020-08-18
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-17
30
-144
/
+379
|
\
|
*
selftests: disable rp_filter for icmp_redirect.sh
David Ahern
2020-08-17
1
-0
/
+2
[next]