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