]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9ff0c6f7aa2cc9b66c6585491f964b00e4e6c3f2
tree8d693c1946328722ec80c145f6eb3941fd69124b
parent2c7f153ada650175bb6ca76bf08e2bb3f41cb82e
parent4ce91f8d1f13503be84e296aa712c904bfc51ba6
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>