index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.mailmap
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-26
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
5
-731
/
+766
2020-08-26
bpf: Generalize bpf_sk_storage
KP Singh
5
-86
/
+228
2020-08-26
bpf: Generalize caching for sk_storage.
KP Singh
2
-16
/
+34
2020-08-25
bpf: Renames in preparation for bpf_local_storage
KP Singh
3
-243
/
+255
2020-08-25
selftests/bpf: Enable tc verbose mode for test_sk_assign
Yonghong Song
1
-1
/
+1
2020-08-25
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
7
-93
/
+192
2020-08-25
samples: bpf: Refactor kprobe tracing programs with libbpf
Daniel T. Lee
11
-118
/
+272
2020-08-25
samples: bpf: Cleanup bpf_load.o from Makefile
Daniel T. Lee
1
-1
/
+1
2020-08-24
selftests: bpf: Fix sockmap update nits
Lorenz Bauer
1
-7
/
+5
2020-08-24
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
1
-1
/
+1
2020-08-24
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
1
-1
/
+1
2020-08-24
bpf: sk_lookup: Add user documentation
Jakub Sitnicki
2
-0
/
+99
2020-08-24
docs: Correct subject prefix and update LLVM info
Jianlin Lv
1
-7
/
+12
2020-08-24
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
7
-12
/
+48
2020-08-24
bpf: selftests: Tcp header options
Martin KaFai Lau
4
-0
/
+1721
2020-08-24
bpf: selftests: Add fastopen_connect to network_helpers
Martin KaFai Lau
2
-0
/
+39
2020-08-24
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
9
-18
/
+1150
2020-08-24
bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
Martin KaFai Lau
2
-7
/
+12
2020-08-24
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
7
-23
/
+109
2020-08-24
bpf: tcp: Add bpf_skops_parse_hdr()
Martin KaFai Lau
3
-2
/
+42
2020-08-24
bpf: tcp: Add bpf_skops_established()
Martin KaFai Lau
3
-6
/
+30
2020-08-24
tcp: Add saw_unknown to struct tcp_options_received
Martin KaFai Lau
2
-6
/
+18
2020-08-24
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
6
-1
/
+13
2020-08-24
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
6
-0
/
+15
2020-08-24
tcp: Use a struct to represent a saved_syn
Martin KaFai Lau
5
-15
/
+29
2020-08-22
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
1
-50
/
+67
2020-08-22
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
1
-6
/
+49
2020-08-22
libbpf: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
1
-0
/
+3
2020-08-22
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
1
-161
/
+206
2020-08-22
selftests/bpf: BPF object files should depend only on libbpf headers
Andrii Nakryiko
1
-1
/
+1
2020-08-22
selftests: bpf: Test sockmap update from BPF
Lorenz Bauer
3
-0
/
+149
2020-08-22
bpf: sockmap: Allow update from BPF
Lorenz Bauer
2
-2
/
+60
2020-08-22
bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
Lorenz Bauer
1
-0
/
+35
2020-08-22
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
3
-6
/
+12
2020-08-22
bpf: sockmap: Merge sockmap and sockhash update functions
Lorenz Bauer
1
-42
/
+7
2020-08-22
net: sk_msg: Simplify sk_psock initialization
Lorenz Bauer
5
-46
/
+41
2020-08-21
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
4
-12
/
+121
2020-08-21
bpftool: Implement link_query for bpf iterators
Yonghong Song
1
-3
/
+41
2020-08-21
bpf: Implement link_query callbacks in map element iterators
Yonghong Song
3
-0
/
+21
2020-08-21
bpf: Implement link_query for bpf iterators
Yonghong Song
4
-0
/
+78
2020-08-20
selftests/bpf: List newest Clang built-ins needed for some CO-RE selftests
Andrii Nakryiko
2
-1
/
+24
2020-08-20
selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9
Andrii Nakryiko
2
-1
/
+3
2020-08-20
libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow
Andrii Nakryiko
1
-0
/
+10
2020-08-20
libbpf: Fix detection of BPF helper call instruction
Andrii Nakryiko
1
-6
/
+4