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.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
/
protocol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mptcp: fix races between shutdown and recvmsg
Paolo Abeni
2020-06-10
1
-21
/
+24
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-31
1
-19
/
+48
|
\
|
*
mptcp: remove msk from the token container at destruction time.
Paolo Abeni
2020-05-30
1
-1
/
+1
|
*
mptcp: fix race between MP_JOIN and close
Paolo Abeni
2020-05-30
1
-15
/
+27
|
*
mptcp: fix unblocking connect()
Paolo Abeni
2020-05-30
1
-2
/
+18
|
*
mptcp: avoid NULL-ptr derefence on fallback
Paolo Abeni
2020-05-26
1
-1
/
+2
*
|
mptcp: attempt coalescing when moving skbs to mptcp rx queue
Florian Westphal
2020-05-26
1
-2
/
+19
*
|
ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
2020-05-18
1
-0
/
+1
*
|
net: allow __skb_ext_alloc to sleep
Florian Westphal
2020-05-17
1
-1
/
+3
*
|
mptcp: remove inner wait loop from mptcp_sendmsg_frag
Florian Westphal
2020-05-17
1
-14
/
+0
*
|
mptcp: fill skb page frag cache outside of mptcp_sendmsg_frag
Florian Westphal
2020-05-17
1
-1
/
+6
*
|
mptcp: fill skb extension cache outside of mptcp_sendmsg_frag
Florian Westphal
2020-05-17
1
-4
/
+14
*
|
mptcp: avoid blocking in tcp_sendpages
Florian Westphal
2020-05-17
1
-3
/
+32
*
|
mptcp: break and restart in case mptcp sndbuf is full
Florian Westphal
2020-05-17
1
-0
/
+36
*
|
mptcp: move common nospace-pattern to a helper
Florian Westphal
2020-05-17
1
-14
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
1
-0
/
+2
|
\
|
|
*
mptcp: Initialize map_seq upon subflow establishment
Christoph Paasch
2020-05-12
1
-0
/
+2
*
|
mptcp: add new sock flag to deal with join subflows
Paolo Abeni
2020-05-15
1
-7
/
+0
|
/
*
mptcp: move option parsing into mptcp_incoming_options()
Paolo Abeni
2020-04-30
1
-3
/
+3
*
mptcp: replace mptcp_disconnect with a stub
Florian Westphal
2020-04-29
1
-5
/
+6
*
mptcp: drop req socket remote_key* fields
Paolo Abeni
2020-04-20
1
-3
/
+5
*
mptcp: handle mptcp listener destruction via rcu
Florian Westphal
2020-04-20
1
-0
/
+3
*
mptcp: fix 'Attempt to release TCP socket in state' warnings
Florian Westphal
2020-04-18
1
-2
/
+5
*
mptcp: fix splat when incoming connection is never accepted before exit/close
Florian Westphal
2020-04-18
1
-0
/
+1
*
mptcp: fix double-unlock in mptcp_poll
Florian Westphal
2020-04-12
1
-12
/
+13
*
mptcp: re-check dsn before reading from subflow
Florian Westphal
2020-04-02
1
-0
/
+26
*
mptcp: subflow: check parent mptcp socket on subflow state change
Florian Westphal
2020-04-02
1
-0
/
+33
*
mptcp: fix tcp fallback crash
Florian Westphal
2020-04-02
1
-4
/
+46
*
mptcp: add and use MIB counter infrastructure
Florian Westphal
2020-03-29
1
-8
/
+22
*
mptcp: implement and use MPTCP-level retransmission
Paolo Abeni
2020-03-29
1
-4
/
+94
*
mptcp: rework mptcp_sendmsg_frag to accept optional dfrag
Paolo Abeni
2020-03-29
1
-49
/
+74
*
mptcp: allow partial cleaning of rtx head dfrag
Florian Westphal
2020-03-29
1
-0
/
+16
*
mptcp: implement memory accounting for mptcp rtx queue
Paolo Abeni
2020-03-29
1
-3
/
+39
*
mptcp: introduce MPTCP retransmission timer
Paolo Abeni
2020-03-29
1
-1
/
+88
*
mptcp: queue data for mptcp level retransmission
Paolo Abeni
2020-03-29
1
-8
/
+127
*
mptcp: update per unacked sequence on pkt reception
Paolo Abeni
2020-03-29
1
-0
/
+2
*
mptcp: Implement path manager interface commands
Peter Krystad
2020-03-29
1
-0
/
+1
*
mptcp: Add handling of outgoing MP_JOIN requests
Peter Krystad
2020-03-29
1
-1
/
+30
*
mptcp: Add handling of incoming MP_JOIN requests
Peter Krystad
2020-03-29
1
-17
/
+79
*
mptcp: Add path manager interface
Peter Krystad
2020-03-29
1
-0
/
+5
*
net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback
Davide Caratti
2020-03-23
1
-4
/
+0
*
mptcp: move msk state update to subflow_syn_recv_sock()
Paolo Abeni
2020-03-17
1
-6
/
+3
*
mptcp: create msk early
Paolo Abeni
2020-03-15
1
-38
/
+45
*
net: mptcp: don't hang before sending 'MP capable with data'
Davide Caratti
2020-03-11
1
-0
/
+4
*
mptcp: don't grow mptcp socket receive buffer when rcvbuf is locked
Florian Westphal
2020-03-09
1
-4
/
+6
*
mptcp: Use per-subflow storage for DATA_FIN sequence number
Mat Martineau
2020-03-03
1
-3
/
+17
*
mptcp: Check connection state before attempting send
Mat Martineau
2020-03-03
1
-2
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-02-27
1
-0
/
+6
|
\
|
*
mptcp: add dummy icsk_sync_mss()
Paolo Abeni
2020-02-26
1
-0
/
+6
*
|
mptcp: defer work schedule until mptcp lock is released
Paolo Abeni
2020-02-26
1
-2
/
+36
[next]