summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+6
2020-02-27mptcp: add dummy icsk_sync_mss()Paolo Abeni1-0/+6
2020-02-27mptcp: defer work schedule until mptcp lock is releasedPaolo Abeni1-2/+36
2020-02-27mptcp: avoid work queue scheduling if possibleFlorian Westphal1-1/+28
2020-02-27mptcp: remove mptcp_read_actorFlorian Westphal1-27/+0
2020-02-27mptcp: add rmem queue accountingFlorian Westphal1-1/+17
2020-02-27mptcp: update mptcp ack sequence from work queueFlorian Westphal1-69/+165
2020-02-27mptcp: add work queue skeletonPaolo Abeni1-0/+22
2020-02-27mptcp: add and use mptcp_data_ready helperFlorian Westphal1-0/+8
2020-02-17mptcp: Protect subflow socket options before connection completesMat Martineau1-29/+19
2020-02-10mptcp: make the symbol 'mptcp_sk_clone_lock' staticChen Wandun1-1/+1
2020-02-06mptcp: fix use-after-free for ipv6Florian Westphal1-3/+33
2020-02-05mptcp: fix use-after-free on tcp fallbackFlorian Westphal1-70/+6
2020-01-30mptcp: Fix incorrect IPV6 dependency checkGeert Uytterhoeven1-1/+1
2020-01-29mptcp: avoid a lockdep splat when mcast group was joinedFlorian Westphal1-2/+6
2020-01-29mptcp: fix panic on user pointer accessFlorian Westphal1-18/+22
2020-01-29mptcp: defer freeing of cached ext until last momentFlorian Westphal1-2/+4
2020-01-25mptcp: Fix code formattingMat Martineau1-1/+1
2020-01-25mptcp: do not inherit inet proto opsFlorian Westphal1-19/+51
2020-01-24mptcp: cope with later TCP fallbackPaolo Abeni1-17/+102
2020-01-24mptcp: process MP_CAPABLE data optionChristoph Paasch1-7/+9
2020-01-24mptcp: new sysctl to control the activation per NSMatthieu Baerts1-4/+12
2020-01-24mptcp: allow collapsing consecutive sendpages on the same substreamPaolo Abeni1-15/+60
2020-01-24mptcp: recvmsg() can drain data from multiple subflowsPaolo Abeni1-10/+168
2020-01-24mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal1-0/+53
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau1-0/+34
2020-01-24mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau1-2/+114
2020-01-24mptcp: Add setsockopt()/getsockopt() socket operationsPeter Krystad1-0/+58
2020-01-24mptcp: Add shutdown() socket operationPeter Krystad1-0/+66
2020-01-24mptcp: Add key generation and token treePeter Krystad1-0/+16
2020-01-24mptcp: Create SUBFLOW socket for incoming connectionsPeter Krystad1-5/+231
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad1-22/+141
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad1-6/+126
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau1-0/+142