index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools resolve_btfids: Add size check to get_id function
Jiri Olsa
2020-08-25
1
-1
/
+8
*
bpf: Disallow BPF_PRELOAD in allmodconfig builds
Alexei Starovoitov
2020-08-25
1
-0
/
+3
*
bpf: Add selftests for local_storage
KP Singh
2020-08-25
2
-0
/
+200
*
bpf: Allow local storage to be used from LSM programs
KP Singh
2020-08-25
5
-5
/
+57
*
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
13
-8
/
+410
*
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
2020-08-25
5
-731
/
+766
*
bpf: Generalize bpf_sk_storage
KP Singh
2020-08-25
5
-86
/
+228
*
bpf: Generalize caching for sk_storage.
KP Singh
2020-08-25
2
-16
/
+34
*
bpf: Renames in preparation for bpf_local_storage
KP Singh
2020-08-25
3
-243
/
+255
*
selftests/bpf: Enable tc verbose mode for test_sk_assign
Yonghong Song
2020-08-24
1
-1
/
+1
*
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
2020-08-24
7
-93
/
+192
*
samples: bpf: Refactor kprobe tracing programs with libbpf
Daniel T. Lee
2020-08-24
11
-118
/
+272
*
samples: bpf: Cleanup bpf_load.o from Makefile
Daniel T. Lee
2020-08-24
1
-1
/
+1
*
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
*
bpf: sk_lookup: Add user documentation
Jakub Sitnicki
2020-08-24
2
-0
/
+99
*
docs: Correct subject prefix and update LLVM info
Jianlin Lv
2020-08-24
1
-7
/
+12
*
Merge branch 'bpf-tcp-header-opts'
Alexei Starovoitov
2020-08-24
22
-62
/
+3198
|
\
|
*
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
2020-08-24
7
-12
/
+48
|
*
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
9
-18
/
+1150
|
*
bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
Martin KaFai Lau
2020-08-24
2
-7
/
+12
|
*
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
2020-08-24
7
-23
/
+109
|
*
bpf: tcp: Add bpf_skops_parse_hdr()
Martin KaFai Lau
2020-08-24
3
-2
/
+42
|
*
bpf: tcp: Add bpf_skops_established()
Martin KaFai Lau
2020-08-24
3
-6
/
+30
|
*
tcp: Add saw_unknown to struct tcp_options_received
Martin KaFai Lau
2020-08-24
2
-6
/
+18
|
*
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
2020-08-24
6
-1
/
+13
|
*
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
2020-08-24
6
-0
/
+15
|
*
tcp: Use a struct to represent a saved_syn
Martin KaFai Lau
2020-08-24
5
-15
/
+29
|
/
*
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
*
Merge branch 'update-sockmap-from-prog'
Alexei Starovoitov
2020-08-21
11
-94
/
+302
|
\
|
*
selftests: bpf: Test sockmap update from BPF
Lorenz Bauer
2020-08-21
3
-0
/
+149
|
*
bpf: sockmap: Allow update from BPF
Lorenz Bauer
2020-08-21
2
-2
/
+60
|
*
bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
Lorenz Bauer
2020-08-21
1
-0
/
+35
|
*
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
2020-08-21
3
-6
/
+12
|
*
bpf: sockmap: Merge sockmap and sockhash update functions
Lorenz Bauer
2020-08-21
1
-42
/
+7
|
*
net: sk_msg: Simplify sk_psock initialization
Lorenz Bauer
2020-08-21
5
-46
/
+41
|
/
*
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
2020-08-21
4
-12
/
+121
*
Merge branch 'link_query-bpf_iter'
Alexei Starovoitov
2020-08-21
7
-3
/
+140
|
\
|
*
bpftool: Implement link_query for bpf iterators
Yonghong Song
2020-08-21
1
-3
/
+41
|
*
bpf: Implement link_query callbacks in map element iterators
Yonghong Song
2020-08-21
3
-0
/
+21
|
*
bpf: Implement link_query for bpf iterators
Yonghong Song
2020-08-21
4
-0
/
+78
|
/
*
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
[next]