Merge branch 'mptcp-another-set-of-miscellaneous-mptcp-fixes'
authorJakub Kicinski <kuba@kernel.org>
Tue, 15 Dec 2020 01:30:08 +0000 (17:30 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Dec 2020 01:30:09 +0000 (17:30 -0800)
commitebf322822cc93259316480266afeb889dd65522a
tree32ff1828e3dc23a2dadba291d8ad3ba41f131722
parentefc36d3c344a36fe73cda93c55763058629e0f2c
parent15e6ca974b14c2dc4221738ef81b23ef694c9160
Merge branch 'mptcp-another-set-of-miscellaneous-mptcp-fixes'

Mat Martineau says:

====================
mptcp: Another set of miscellaneous MPTCP fixes

This is another collection of MPTCP fixes and enhancements that we have
tested in the MPTCP tree:

Patch 1 cleans up cgroup attachment for in-kernel subflow sockets.

Patches 2 and 3 make sure that deletion of advertised addresses by an
MPTCP path manager when flushing all addresses behaves similarly to the
remove-single-address operation, and adds related tests.

Patches 4 and 8 do some minor cleanup.

Patches 5-7 add MPTCP_FASTCLOSE functionality. Note that patch 6 adds MPTCP
option parsing to tcp_reset().

Patch 9 optimizes skb size for outgoing MPTCP packets.
====================

Link: https://lore.kernel.org/r/20201210222506.222251-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>