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.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
2022-12-06
tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.h
Eyal Birger
1
-0
/
+1
2022-12-06
xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...
Eyal Birger
7
-2
/
+168
2022-12-06
xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
Eyal Birger
2
-0
/
+2
2022-12-05
selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
James Hilliard
1
-3
/
+3
2022-12-05
bpf, sockmap: fix race in sock_map_free()
Eric Dumazet
1
-0
/
+2
2022-12-05
bpf: Add dummy type reference to nf_conn___init to fix type deduplication
Toke Høiland-Jørgensen
1
-0
/
+14
2022-12-05
bpf: Add sleepable prog tests for cgrp local storage
Yonghong Song
2
-0
/
+174
2022-12-05
bpf: Enable sleeptable support for cgrp local storage
Yonghong Song
1
-1
/
+2
2022-12-05
bpf, docs: BPF Iterator Document
Sreevani Sreejith
2
-0
/
+486
2022-12-04
bpf: Do not mark certain LSM hook arguments as trusted
Yonghong Song
5
-0
/
+36
2022-12-04
Merge branch 'bpf: Handle MEM_RCU type properly'
Alexei Starovoitov
6
-24
/
+102
2022-12-04
docs/bpf: Add KF_RCU documentation
Yonghong Song
1
-0
/
+9
2022-12-04
selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semantics
Yonghong Song
1
-10
/
+45
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
4
-14
/
+48
2022-12-03
libbpf: Improve usability of libbpf Makefile
Xin Liu
1
-0
/
+17
2022-12-03
selftests/bpf: Add GCC compatible builtins to bpf_legacy.h
James Hilliard
1
-6
/
+13
2022-12-02
bpf, docs: Correct the example of BPF_XOR
Zheng Yejian
1
-2
/
+2
2022-12-02
selftests/bpf: Validate multiple ref release_on_unlock logic
Dave Marchevsky
1
-1
/
+16
2022-12-02
bpf: Fix release_on_unlock release logic for multiple refs
Dave Marchevsky
1
-1
/
+1
2022-12-01
bpf: Fix a compilation failure with clang lto build
Yonghong Song
5
-9
/
+6
2022-12-01
selftests/bpf: Add ingress tests for txmsg with apply_bytes
Pengcheng Yang
1
-0
/
+18
2022-12-01
bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect
Pengcheng Yang
1
-1
/
+4
2022-12-01
bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
Pengcheng Yang
5
-12
/
+19
2022-12-01
bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
Pengcheng Yang
1
-1
/
+2
2022-12-01
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
5
-13
/
+19
2022-12-01
selftests/bpf: Add bench test to arm64 and s390x denylist
Daniel Borkmann
2
-0
/
+2
2022-12-01
selftests/bpf: Make sure enum-less bpf_enable_stats() API works in C++ mode
Andrii Nakryiko
1
-3
/
+10
2022-12-01
libbpf: Avoid enum forward-declarations in public API in C++ mode
Andrii Nakryiko
1
-0
/
+7
2022-12-01
selftests/bpf: Avoid pinning prog when attaching to tc ingress in btf_skc_cls...
Martin KaFai Lau
1
-15
/
+10
2022-12-01
selftests/bpf: Remove serial from tests using {open,close}_netns
Martin KaFai Lau
5
-5
/
+5
2022-12-01
selftests/bpf: Remove the "/sys" mount and umount dance in {open,close}_netns
Martin KaFai Lau
1
-46
/
+5
2022-12-01
selftests/bpf: Avoid pinning bpf prog in the netns_load_bpf() callers
Martin KaFai Lau
1
-56
/
+27
2022-12-01
selftests/bpf: Avoid pinning bpf prog in the tc_redirect_peer_l3 test
Martin KaFai Lau
1
-20
/
+12
2022-12-01
selftests/bpf: Avoid pinning bpf prog in the tc_redirect_dtime test
Martin KaFai Lau
1
-49
/
+100
2022-12-01
selftests/bpf: Use if_nametoindex instead of reading the /sys/net/class/*/ifi...
Martin KaFai Lau
1
-28
/
+18
2022-11-30
selftests/net: add csum offload test
Willem de Bruijn
3
-0
/
+988
2022-11-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
8
-49
/
+114
2022-11-30
Merge branch 'net-pcs-altera-tse-simplify-and-clean-up-the-driver'
Jakub Kicinski
1
-18
/
+3
2022-11-30
net: pcs: altera-tse: remove unnecessary register definitions
Maxime Chevallier
1
-9
/
+0
2022-11-30
net: pcs: altera-tse: don't set the speed for 1000BaseX
Maxime Chevallier
1
-1
/
+0
2022-11-30
net: pcs: altera-tse: use read_poll_timeout to wait for reset
Maxime Chevallier
1
-8
/
+3
2022-11-30
Merge branch 'mptcp-msg_fastopen-and-tfo-listener-side-support'
Jakub Kicinski
9
-115
/
+358
2022-11-30
selftests: mptcp: mptfo Initiator/Listener
Dmytro Shytyi
2
-42
/
+150
2022-11-30
mptcp: add support for TCP_FASTOPEN_KEY sockopt
Matthieu Baerts
1
-3
/
+3
2022-11-30
mptcp: add TCP_FASTOPEN sock option
Dmytro Shytyi
1
-1
/
+4
2022-11-30
mptcp: add subflow_v(4,6)_send_synack()
Dmytro Shytyi
4
-1
/
+92
2022-11-30
mptcp: implement delayed seq generation for passive fastopen
Dmytro Shytyi
6
-15
/
+54
2022-11-30
mptcp: consolidate initial ack seq generation
Paolo Abeni
4
-45
/
+45
2022-11-30
mptcp: track accurately the incoming MPC suboption type
Paolo Abeni
1
-3
/
+8
2022-11-30
mptcp: add MSG_FASTOPEN sendmsg flag support
Dmytro Shytyi
1
-6
/
+3
[next]