aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/subflow.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven1-3/+3
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal1-1/+4
2020-01-29mptcp: Fix build with PROC_FS disabled.David S. Miller1-0/+2
2020-01-25mptcp: Fix code formattingMat Martineau1-2/+2
2020-01-24mptcp: process MP_CAPABLE data optionChristoph Paasch1-5/+35
2020-01-24mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch1-2/+12
2020-01-24mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal1-0/+3
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau1-3/+380
2020-01-24mptcp: Add key generation and token treePeter Krystad1-7/+62
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad1-1/+267
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad1-0/+119