summaryrefslogtreecommitdiffstats
path: root/net/mptcp/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* mptcp: add dummy icsk_sync_mss()Paolo Abeni2020-02-261-0/+6
* mptcp: Protect subflow socket options before connection completesMat Martineau2020-02-161-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