index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-22
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
9
-103
/
+58
2020-09-22
btf: Add BTF_ID_LIST_SINGLE macro
Lorenz Bauer
2
-0
/
+16
2020-09-22
bpf: Check scalar or invalid register in check_helper_mem_access
Lorenz Bauer
1
-13
/
+11
2020-09-22
btf: Make btf_set_contains take a const pointer
Lorenz Bauer
2
-2
/
+2
2020-09-21
bpf: Fix potential call bpf_link_free() in atomic context
Muchun Song
1
-6
/
+2
2020-09-19
bpf: Use hlist_add_head_rcu when linking to local_storage
Martin KaFai Lau
1
-1
/
+1
2020-09-19
samples/bpf: Fix test_map_in_map on s390
Ilya Leoshkevich
1
-4
/
+3
2020-09-19
selftests/bpf: Fix endianness issue in test_sockopt_sk
Ilya Leoshkevich
1
-2
/
+2
2020-09-18
selftests/bpf: Fix endianness issue in sk_assign
Ilya Leoshkevich
1
-1
/
+1
2020-09-18
selftests/bpf: Add tailcall_bpf2bpf tests
Maciej Fijalkowski
5
-0
/
+533
2020-09-18
bpf: Add abnormal return checks.
Alexei Starovoitov
3
-22
/
+52
2020-09-18
bpf: allow for tailcalls in BPF subprograms for x64 JIT
Maciej Fijalkowski
1
-4
/
+17
2020-09-18
bpf, x64: rework pro/epilogue and tailcall handling in JIT
Maciej Fijalkowski
6
-55
/
+244
2020-09-18
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
2
-0
/
+30
2020-09-17
bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
Maciej Fijalkowski
4
-20
/
+24
2020-09-17
bpf: propagate poke descriptors to subprograms
Maciej Fijalkowski
2
-3
/
+64
2020-09-17
bpf, x64: use %rcx instead of %rax for tail call retpolines
Maciej Fijalkowski
2
-18
/
+18
2020-09-16
selftests/bpf: Merge most of test_btf into test_progs
Andrii Nakryiko
3
-335
/
+78
2020-09-16
Merge branch 'bpf_metadata'
Alexei Starovoitov
19
-18
/
+678
2020-09-16
selftests/bpf: Test load and dump metadata with btftool and skel
YiFei Zhu
5
-1
/
+255
2020-09-16
bpftool: Support dumping metadata
YiFei Zhu
3
-0
/
+208
2020-09-16
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
4
-0
/
+94
2020-09-16
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
3
-0
/
+77
2020-09-16
bpf: Mutex protect used_maps array and count
YiFei Zhu
5
-17
/
+44
2020-09-15
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
1
-0
/
+1
2020-09-15
bpftool: Fix build failure
Yonghong Song
1
-1
/
+1
2020-09-15
xsk: Fix refcount warning in xp_dma_map
Magnus Karlsson
1
-2
/
+2
2020-09-15
samples/bpf: Add quiet option to xdpsock
Magnus Karlsson
1
-5
/
+14
2020-09-15
samples/bpf: Fix possible deadlock in xdpsock
Magnus Karlsson
1
-0
/
+1
2020-09-15
samples/bpf: Fix one packet sending in xdpsock
Magnus Karlsson
1
-0
/
+8
2020-09-15
s390/bpf: Fix multiple tail calls
Ilya Leoshkevich
1
-34
/
+27
2020-09-11
Merge branch 'improve-bpf-tcp-cc-init'
Alexei Starovoitov
6
-38
/
+19
2020-09-11
tcp: Simplify tcp_set_congestion_control() load=false case
Neal Cardwell
1
-11
/
+4
2020-09-11
tcp: simplify _bpf_setsockopt(): Remove flags argument
Neal Cardwell
1
-7
/
+3
2020-09-11
tcp: simplify tcp_set_congestion_control(): Always reinitialize
Neal Cardwell
4
-13
/
+5
2020-09-11
tcp: Simplify EBPF TCP_CONGESTION to always init CC
Neal Cardwell
1
-6
/
+1
2020-09-11
tcp: Only init congestion control if not initialized already
Neal Cardwell
4
-3
/
+8
2020-09-11
tools: bpftool: Automate generation for "SEE ALSO" sections in man pages
Quentin Monnet
13
-198
/
+11
2020-09-11
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Song Liu
2
-4
/
+4
2020-09-11
selftests/bpf: Define string const as global for test_sysctl_prog.c
Yonghong Song
1
-2
/
+2
2020-09-11
selftests/bpf: Fix test_ksyms on non-SMP kernels
Ilya Leoshkevich
1
-2
/
+4
2020-09-11
bpf: Plug hole in struct bpf_sk_lookup_kern
Lorenz Bauer
1
-2
/
+2
2020-09-11
tools: bpftool: Add "inner_map" to "bpftool map create" outer maps
Quentin Monnet
3
-18
/
+62
2020-09-11
tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT
Quentin Monnet
1
-2
/
+2
2020-09-11
tools: bpftool: Clean up function to dump map entry
Quentin Monnet
1
-49
/
+52
2020-09-10
selftests: bpf: Test iterating a sockmap
Lorenz Bauer
4
-0
/
+144
2020-09-10
net: Allow iterating sockmap and sockhash
Lorenz Bauer
1
-2
/
+278
2020-09-10
net: sockmap: Remove unnecessary sk_fullsock checks
Lorenz Bauer
1
-2
/
+2
2020-09-10
tools: bpftool: Include common options from separate file
Quentin Monnet
14
-196
/
+35
2020-09-10
tools: bpftool: Print optional built-in features along with version
Quentin Monnet
2
-3
/
+38
[next]