Skip to content
Commit a79c838f authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'mptcp-simplify-mptcp_accept'



Paolo Abeni says:

====================
mptcp: simplify mptcp_accept()

Currently we allocate the MPTCP master socket at accept time.

The above makes mptcp_accept() quite complex, and requires checks is several
places for NULL MPTCP master socket.

These series simplify the MPTCP accept implementation, moving the master socket
allocation at syn-ack time, so that we drop unneeded checks with the follow-up
patch.

v1 -> v2:
- rebased on top of 2398e399
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 7a1d0e61 dc093db5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment