index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mptcp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mptcp: do not rely on implicit state check in mptcp_listen()
Paolo Abeni
2023-07-05
1
-0
/
+5
*
mptcp: ensure subflow is unhashed before cleaning the backlog
Paolo Abeni
2023-07-05
1
-1
/
+1
*
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-06-28
10
-130
/
+347
|
\
|
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-24
1
-2
/
+0
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-22
4
-107
/
+76
|
|
\
|
*
|
mptcp: pass addr to mptcp_pm_alloc_anno_list
Geliang Tang
2023-06-21
3
-6
/
+6
|
*
|
mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose()
Paolo Abeni
2023-06-21
1
-5
/
+3
|
*
|
mptcp: introduce MPTCP_FULL_INFO getsockopt
Paolo Abeni
2023-06-21
1
-2
/
+125
|
*
|
mptcp: add subflow unique id
Paolo Abeni
2023-06-21
3
-1
/
+12
|
*
|
mptcp: track some aggregate data counters
Paolo Abeni
2023-06-21
4
-8
/
+42
|
*
|
mptcp: move snd_una update earlier for fallback socket
Paolo Abeni
2023-06-21
2
-6
/
+6
|
*
|
mptcp: Reorder fields in 'struct mptcp_pm_add_entry'
Christophe JAILLET
2023-06-20
1
-1
/
+1
|
*
|
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-06-15
1
-6
/
+5
|
*
|
scm: add SO_PASSPIDFD and SCM_PIDFD
Alexander Mikhalitsyn
2023-06-12
1
-0
/
+1
|
*
|
mptcp: unify pm set_flags interfaces
Geliang Tang
2023-06-10
3
-32
/
+51
|
*
|
mptcp: unify pm get_flags_and_ifindex_by_id
Geliang Tang
2023-06-10
4
-22
/
+24
|
*
|
mptcp: unify pm get_local_id interfaces
Geliang Tang
2023-06-10
3
-21
/
+21
|
*
|
mptcp: export local_address
Geliang Tang
2023-06-10
2
-9
/
+9
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
4
-5
/
+85
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-01
3
-95
/
+88
|
|
\
\
\
|
*
|
|
|
mptcp: introduces more address related mibs
Paolo Abeni
2023-05-18
4
-3
/
+32
|
*
|
|
|
mptcp: refactor mptcp_stream_accept()
Paolo Abeni
2023-05-18
1
-9
/
+12
*
|
|
|
|
Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-06-27
1
-0
/
+6
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
security, lsm: Introduce security_mptcp_add_subflow()
Paolo Abeni
2023-05-18
1
-0
/
+6
|
|
/
/
/
*
|
|
|
mptcp: ensure listener is unhashed before updating the sk status
Paolo Abeni
2023-06-21
2
-12
/
+20
*
|
|
|
mptcp: drop legacy code around RX EOF
Paolo Abeni
2023-06-21
2
-53
/
+1
*
|
|
|
mptcp: consolidate fallback and non fallback state machine
Paolo Abeni
2023-06-21
2
-33
/
+25
*
|
|
|
mptcp: fix possible list corruption on passive MPJ
Paolo Abeni
2023-06-21
1
-3
/
+9
*
|
|
|
mptcp: fix possible divide by zero in recvmsg()
Paolo Abeni
2023-06-21
1
-0
/
+7
*
|
|
|
mptcp: handle correctly disconnect() failures
Paolo Abeni
2023-06-21
1
-6
/
+14
|
|
_
|
/
|
/
|
|
*
|
|
mptcp: update userspace pm infos
Geliang Tang
2023-06-05
2
-4
/
+24
*
|
|
mptcp: add address into userspace pm list
Geliang Tang
2023-06-05
1
-0
/
+41
*
|
|
mptcp: only send RM_ADDR in nl_cmd_remove
Geliang Tang
2023-06-05
3
-1
/
+20
|
|
/
|
/
|
*
|
mptcp: fix active subflow finalization
Paolo Abeni
2023-06-01
1
-9
/
+14
*
|
mptcp: add annotations around sk->sk_shutdown accesses
Paolo Abeni
2023-06-01
1
-13
/
+16
*
|
mptcp: fix data race around msk->first access
Paolo Abeni
2023-06-01
1
-3
/
+3
*
|
mptcp: consolidate passive msk socket initialization
Paolo Abeni
2023-06-01
3
-38
/
+33
*
|
mptcp: add annotations around msk->subflow accesses
Paolo Abeni
2023-06-01
2
-9
/
+15
*
|
mptcp: fix connect timeout handling
Paolo Abeni
2023-06-01
2
-23
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-20
3
-27
/
+129
|
\
|
*
mptcp: fix accept vs worker race
Paolo Abeni
2023-04-19
3
-33
/
+58
|
*
mptcp: stops worker on unaccepted sockets at listener close
Paolo Abeni
2023-04-19
3
-1
/
+78
*
|
mptcp: remove unused 'remaining' variable
Matthieu Baerts
2023-04-17
1
-5
/
+2
*
|
mptcp: make userspace_pm_append_new_local_addr static
Geliang Tang
2023-04-17
2
-4
/
+2
*
|
mptcp: fastclose msk when cleaning unaccepted sockets
Paolo Abeni
2023-04-17
1
-2
/
+5
*
|
mptcp: move first subflow allocation at mpc access time
Paolo Abeni
2023-04-17
4
-37
/
+54
*
|
mptcp: move fastopen subflow check inside mptcp_sendmsg_fastopen()
Paolo Abeni
2023-04-17
1
-6
/
+18
*
|
mptcp: avoid unneeded __mptcp_nmpc_socket() usage
Paolo Abeni
2023-04-17
1
-3
/
+6
*
|
mptcp: drop unneeded argument
Paolo Abeni
2023-04-17
4
-5
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-13
4
-18
/
+18
|
\
|
[next]