]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch 'mptcp-Miscellaneous-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Feb 2021 02:30:55 +0000 (18:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Feb 2021 02:30:55 +0000 (18:30 -0800)
commit9c899aa6ac6ba1e28feac82871d44af0b0e7e05c
tree9f2d7cd1390816aa185fa6c8e42446c3fa2e117b
parent4c0d2e96ba055bd8911bb8287def4f8ebbad15b6
parentd09d818ec2ed31bce94fdcfcc4700233e01f8498
Merge branch 'mptcp-Miscellaneous-fixes'

Mat Martineau says:

====================
mptcp: Miscellaneous fixes

Here are some MPTCP fixes for the -net tree, addressing various issues
we have seen thanks to syzkaller and other testing:

Patch 1 correctly propagates errors at connection time and for TCP
fallback connections.

Patch 2 sets the expected poll() events on SEND_SHUTDOWN.

Patch 3 fixes a retranmit crash and unneeded retransmissions.

Patch 4 fixes possible uninitialized data on the error path during
socket creation.

Patch 5 addresses a problem with MPTCP window updates.

Patch 6 fixes a case where MPTCP retransmission can get stuck.
====================

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