aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/options.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-05mptcp: always include dack if possible.Paolo Abeni1-2/+17
2020-01-24mptcp: process MP_CAPABLE data optionChristoph Paasch1-12/+44
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch1-32/+130
2020-01-24mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni1-2/+7
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau1-0/+107
2020-01-24mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau1-4/+151
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad1-0/+100
2020-01-24mptcp: Handle MPTCP TCP optionsPeter Krystad1-0/+97