index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-21
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
1
-50
/
+67
2020-08-21
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
1
-6
/
+49
2020-08-21
libbpf: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
1
-0
/
+3
2020-08-21
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
1
-161
/
+206
2020-08-21
selftests/bpf: BPF object files should depend only on libbpf headers
Andrii Nakryiko
1
-1
/
+1
2020-08-21
Merge branch 'update-sockmap-from-prog'
Alexei Starovoitov
11
-94
/
+302
2020-08-21
selftests: bpf: Test sockmap update from BPF
Lorenz Bauer
3
-0
/
+149
2020-08-21
bpf: sockmap: Allow update from BPF
Lorenz Bauer
2
-2
/
+60
2020-08-21
bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
Lorenz Bauer
1
-0
/
+35
2020-08-21
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
3
-6
/
+12
2020-08-21
bpf: sockmap: Merge sockmap and sockhash update functions
Lorenz Bauer
1
-42
/
+7
2020-08-21
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
Merge branch 'link_query-bpf_iter'
Alexei Starovoitov
7
-3
/
+140
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
2020-08-20
Merge branch 'bpf-umd-debug'
Daniel Borkmann
21
-24
/
+1100
2020-08-20
selftests/bpf: Add bpffs preload test.
Alexei Starovoitov
1
-0
/
+94
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
13
-6
/
+390
2020-08-20
bpf: Add BPF program and map iterators as built-in BPF programs.
Alexei Starovoitov
5
-0
/
+587
2020-08-20
bpf: Factor out bpf_link_by_id() helper.
Alexei Starovoitov
2
-18
/
+29
2020-08-20
libbpf: Simplify the return expression of build_map_pin_path()
Xu Wang
1
-6
/
+2
2020-08-19
Merge branch 'type-and-enum-value-relos'
Alexei Starovoitov
20
-56
/
+1412
2020-08-19
selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations
Andrii Nakryiko
7
-0
/
+224
2020-08-19
libbpf: Implement enum value-based CO-RE relocations
Andrii Nakryiko
3
-5
/
+170
2020-08-19
selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
Andrii Nakryiko
6
-19
/
+323
2020-08-19
selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocations
Andrii Nakryiko
9
-22
/
+446
2020-08-19
libbpf: Implement type-based CO-RE relocations support
Andrii Nakryiko
3
-24
/
+263
2020-08-19
net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()
Maciej Żenczykowski
1
-3
/
+3
2020-08-19
net-tun: Eliminate two tun/xdp related function calls from vhost-net
Maciej Żenczykowski
2
-21
/
+12
2020-08-19
net-tun: Add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()
Maciej Żenczykowski
2
-7
/
+7
2020-08-18
Merge branch 'libbpf-minimize-feature-detection'
Alexei Starovoitov
21
-247
/
+353
2020-08-18
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
8
-36
/
+8
2020-08-18
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
12
-33
/
+13
2020-08-18
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
4
-150
/
+288
2020-08-18
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
6
-29
/
+45
[next]