summaryrefslogtreecommitdiffstats
path: root/net/mptcp/protocol.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mptcp: don't hang before sending 'MP capable with data'Davide Caratti2020-03-121-0/+4
* mptcp: don't grow mptcp socket receive buffer when rcvbuf is lockedFlorian Westphal2020-03-101-4/+6
* mptcp: Use per-subflow storage for DATA_FIN sequence numberMat Martineau2020-03-041-3/+17
* mptcp: Check connection state before attempting sendMat Martineau2020-03-041-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-281-0/+6
|\
| * mptcp: add dummy icsk_sync_mss()Paolo Abeni2020-02-271-0/+6
* | mptcp: defer work schedule until mptcp lock is releasedPaolo Abeni2020-02-271-2/+36
* | mptcp: avoid work queue scheduling if possibleFlorian Westphal2020-02-271-1/+28
* | mptcp: remove mptcp_read_actorFlorian Westphal2020-02-271-27/+0
* | mptcp: add rmem queue accountingFlorian Westphal2020-02-271-1/+17
* | mptcp: update mptcp ack sequence from work queueFlorian Westphal2020-02-271-69/+165
* | mptcp: add work queue skeletonPaolo Abeni2020-02-271-0/+22
* | mptcp: add and use mptcp_data_ready helperFlorian Westphal2020-02-271-0/+8
|/
* mptcp: Protect subflow socket options before connection completesMat Martineau2020-02-171-29/+19
* mptcp: make the symbol 'mptcp_sk_clone_lock' staticChen Wandun2020-02-101-1/+1
* mptcp: fix use-after-free for ipv6Florian Westphal2020-02-061-3/+33
* mptcp: fix use-after-free on tcp fallbackFlorian Westphal2020-02-051-70/+6
* mptcp: Fix incorrect IPV6 dependency checkGeert Uytterhoeven2020-01-301-1/+1
* mptcp: avoid a lockdep splat when mcast group was joinedFlorian Westphal2020-01-291-2/+6
* mptcp: fix panic on user pointer accessFlorian Westphal2020-01-291-18/+22
* mptcp: defer freeing of cached ext until last momentFlorian Westphal2020-01-291-2/+4
* mptcp: Fix code formattingMat Martineau2020-01-251-1/+1
* mptcp: do not inherit inet proto opsFlorian Westphal2020-01-251-19/+51
* mptcp: cope with later TCP fallbackPaolo Abeni2020-01-241-17/+102
* mptcp: process MP_CAPABLE data optionChristoph Paasch2020-01-241-7/+9
* mptcp: new sysctl to control the activation per NSMatthieu Baerts2020-01-241-4/+12
* mptcp: allow collapsing consecutive sendpages on the same substreamPaolo Abeni2020-01-241-15/+60
* mptcp: recvmsg() can drain data from multiple subflowsPaolo Abeni2020-01-241-10/+168
* mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal2020-01-241-0/+53
* mptcp: Implement MPTCP receive pathMat Martineau2020-01-241-0/+34
* mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau2020-01-241-2/+114
* mptcp: Add setsockopt()/getsockopt() socket operationsPeter Krystad2020-01-241-0/+58
* mptcp: Add shutdown() socket operationPeter Krystad2020-01-241-0/+66
* mptcp: Add key generation and token treePeter Krystad2020-01-241-0/+16
* mptcp: Create SUBFLOW socket for incoming connectionsPeter Krystad2020-01-241-5/+231
* mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-241-22/+141
* mptcp: Associate MPTCP context with TCP socketPeter Krystad2020-01-241-6/+126
* mptcp: Add MPTCP socket stubsMat Martineau2020-01-241-0/+142