aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/protocol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-18mptcp: fix bogus socket flag valuesFlorian Westphal1-2/+2
2020-01-24mptcp: cope with later TCP fallbackPaolo Abeni1-0/+1
2020-01-24mptcp: process MP_CAPABLE data optionChristoph Paasch1-3/+7
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch1-2/+4
2020-01-24mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni1-2/+2
2020-01-24mptcp: new sysctl to control the activation per NSMatthieu Baerts1-0/+3
2020-01-24mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal1-0/+1
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau1-1/+63
2020-01-24mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau1-0/+20
2020-01-24mptcp: Add key generation and token treePeter Krystad1-0/+32
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad1-1/+39
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad1-0/+26
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad1-0/+29
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau1-0/+22