Merge branch 'mptcp-Improve-DATA_FIN-transmission'
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 Mar 2020 01:01:43 +0000 (17:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Mar 2020 01:01:43 +0000 (17:01 -0800)
commita29b56c45114bedfd4d016495b93b35c3468bd72
tree65ee8ebdaaab8b8de5e14e8212ecf0a34c235990
parent0a303214f8cb8e2043a03f7b727dba620e07e68d
parent6d37a0b857c34e63764b127728b58444ac9e3f25
Merge branch 'mptcp-Improve-DATA_FIN-transmission'

Mat Martineau says:

====================
mptcp: Improve DATA_FIN transmission

MPTCP's DATA_FIN flag is sent in a DSS option when closing the
MPTCP-level connection. This patch series prepares for correct DATA_FIN
handling across multiple subflows (where individual subflows may
disconnect without closing the entire MPTCP connection) by changing the
way the MPTCP-level socket requests a DATA_FIN on a subflow and
propagates the necessary data for the TCP option.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>