aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/options.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-15mptcp: drop unneeded checksPaolo Abeni1-12/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+17
2020-03-05mptcp: always include dack if possible.Paolo Abeni1-2/+17
2020-03-03mptcp: Only send DATA_FIN with final mappingMat Martineau1-5/+6
2020-03-03mptcp: Use per-subflow storage for DATA_FIN sequence numberMat Martineau1-3/+2
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