aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mptcp/protocol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-10mptcp: fix races between shutdown and recvmsgPaolo Abeni1-21/+24
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+48
2020-05-30mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-30mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-30mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-26mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal1-2/+19
2020-05-26mptcp: avoid NULL-ptr derefence on fallbackPaolo Abeni1-1/+2
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+1
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal1-1/+3
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal1-14/+0
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal1-1/+6
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal1-4/+14
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal1-3/+32
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal1-0/+36
2020-05-17mptcp: move common nospace-pattern to a helperFlorian Westphal1-14/+13
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni1-7/+0
2020-05-12mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch1-0/+2
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni1-3/+3
2020-04-29mptcp: replace mptcp_disconnect with a stubFlorian Westphal1-5/+6
2020-04-20mptcp: drop req socket remote_key* fieldsPaolo Abeni1-3/+5
2020-04-20mptcp: handle mptcp listener destruction via rcuFlorian Westphal1-0/+3
2020-04-18mptcp: fix 'Attempt to release TCP socket in state' warningsFlorian Westphal1-2/+5
2020-04-18mptcp: fix splat when incoming connection is never accepted before exit/closeFlorian Westphal1-0/+1
2020-04-12mptcp: fix double-unlock in mptcp_pollFlorian Westphal1-12/+13
2020-04-02mptcp: re-check dsn before reading from subflowFlorian Westphal1-0/+26
2020-04-02mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal1-0/+33
2020-04-02mptcp: fix tcp fallback crashFlorian Westphal1-4/+46
2020-03-29mptcp: add and use MIB counter infrastructureFlorian Westphal1-8/+22
2020-03-29mptcp: implement and use MPTCP-level retransmissionPaolo Abeni1-4/+94
2020-03-29mptcp: rework mptcp_sendmsg_frag to accept optional dfragPaolo Abeni1-49/+74
2020-03-29mptcp: allow partial cleaning of rtx head dfragFlorian Westphal1-0/+16
2020-03-29mptcp: implement memory accounting for mptcp rtx queuePaolo Abeni1-3/+39
2020-03-29mptcp: introduce MPTCP retransmission timerPaolo Abeni1-1/+88
2020-03-29mptcp: queue data for mptcp level retransmissionPaolo Abeni1-8/+127
2020-03-29mptcp: update per unacked sequence on pkt receptionPaolo Abeni1-0/+2
2020-03-29mptcp: Implement path manager interface commandsPeter Krystad1-0/+1
2020-03-29mptcp: Add handling of outgoing MP_JOIN requestsPeter Krystad1-1/+30
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad1-17/+79
2020-03-29mptcp: Add path manager interfacePeter Krystad1-0/+5
2020-03-23net: mptcp: don't hang in mptcp_sendmsg() after TCP fallbackDavide Caratti1-4/+0
2020-03-17mptcp: move msk state update to subflow_syn_recv_sock()Paolo Abeni1-6/+3
2020-03-15mptcp: create msk earlyPaolo Abeni1-38/+45
2020-03-11net: mptcp: don't hang before sending 'MP capable with data'Davide Caratti1-0/+4
2020-03-09mptcp: don't grow mptcp socket receive buffer when rcvbuf is lockedFlorian Westphal1-4/+6
2020-03-03mptcp: Use per-subflow storage for DATA_FIN sequence numberMat Martineau1-3/+17
2020-03-03mptcp: Check connection state before attempting sendMat Martineau1-2/+10
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+6
2020-02-26mptcp: add dummy icsk_sync_mss()Paolo Abeni1-0/+6
2020-02-26mptcp: defer work schedule until mptcp lock is releasedPaolo Abeni1-2/+36