Merge branch 'mptcp-fix-subflow-s-local_id-remote_id-issues'
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 Sep 2020 19:29:15 +0000 (12:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Sep 2020 19:29:15 +0000 (12:29 -0700)
commitd697f42a9fa29af0604f895a2290e9e2928c4b62
tree8d693c1946328722ec80c145f6eb3941fd69124b
parenta4b5cc9e10803ecba64a7d54c0f47e4564b4a980
parent2ff0e566faa4e92cba8138c5b396d6ba96a215f1
Merge branch 'mptcp-fix-subflow-s-local_id-remote_id-issues'

Geliang Tang says:

====================
mptcp: fix subflow's local_id/remote_id issues

v2:
 - add Fixes tags;
 - simply with 'return addresses_equal';
 - use 'reversed Xmas tree' way.
====================

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