OSDN Git Service

Merge branch 'mptcp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Feb 2022 12:28:01 +0000 (12:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Feb 2022 12:28:01 +0000 (12:28 +0000)
commit90141edcd53d145e870bca24d0ce0daaa7157e02
treee753c9aa09a5c5f2bb2559fa97d064bbe78323e1
parent3a14d0888eb4b0045884126acc69abfb7b87814d
parente35f885b357d47e04380a2056d1b2cc3e6f4f24b
Merge branch 'mptcp-fixes'

Mat Martineau says:

====================
mptcp: Fix address advertisement races and stabilize tests

Patches 1, 2, and 7 modify two self tests to give consistent, accurate
results by fixing timing issues and accounting for syncookie behavior.

Paches 3-6 fix two races in overlapping address advertisement send and
receive. Associated self tests are updated, including addition of two
MIBs to enable testing and tracking dropped address events.
====================

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