Merge branch 'mptcp-sdeq-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 21 Jun 2021 21:21:29 +0000 (14:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jun 2021 21:21:29 +0000 (14:21 -0700)
commit0d0f2a36e38a08809ebcf5b4786528a7ba03d2e4
treed6fffc3cb4b32b847d684762438b4e4eb7de8679
parentd452d48b9f8b1a7f8152d33ef52cfd7fe1735b0a
parent5957a8901db44c03540505ccedd95031c21ef2f2
Merge branch 'mptcp-sdeq-fixes'

Mat Martineau says:

====================
mptcp: 32-bit sequence number improvements

MPTCP-level sequence numbers are 64 bits, but RFC 8684 allows use of
32-bit sequence numbers in the DSS option to save header space. Those
32-bit numbers are the least significant bits of the full 64-bit
sequence number, so the receiver must infer the correct upper 32 bits.

These two patches improve the logic for determining the full 64-bit
sequence numbers when the 32-bit truncated version has wrapped around.
====================

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