diff options
author | David S. Miller <davem@davemloft.net> | 2021-06-21 14:21:29 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-21 14:21:29 -0700 |
commit | 0d0f2a36e38a08809ebcf5b4786528a7ba03d2e4 (patch) | |
tree | d6fffc3cb4b32b847d684762438b4e4eb7de8679 /drivers/atm | |
parent | d452d48b9f8b1a7f8152d33ef52cfd7fe1735b0a (diff) | |
parent | 5957a8901db44c03540505ccedd95031c21ef2f2 (diff) | |
download | linux-0d0f2a36e38a08809ebcf5b4786528a7ba03d2e4.tar.gz linux-0d0f2a36e38a08809ebcf5b4786528a7ba03d2e4.tar.bz2 linux-0d0f2a36e38a08809ebcf5b4786528a7ba03d2e4.zip |
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>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions