]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge branch 'sctp-prsctp-chunk-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 1 Dec 2017 20:06:31 +0000 (15:06 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Dec 2017 20:06:31 +0000 (15:06 -0500)
commitb484d8a53e31f3773ca5f24c00fc25ef97ace03d
tree9b1c645495f76394384e82ea30edb6ed29a55937
parent6fef90c6b3f6a2b52018e66c0886944ea0c03fcc
parent779edd7348878a7376c0e3d0f96485c30b5f1b7d
Merge branch 'sctp-prsctp-chunk-fixes'

Xin Long says:

====================
sctp: a couple of fixes for chunks abandoned in prsctp

Now when abandoning chunks in prsctp, it doesn't consider for frags in
one msg, which would cause peer can never receive the whole frags for
one msg to get them reassembled, these pieces of this msg will stay in
the reasm queue forever and block the following chunks' receiving.

This patchset is to fix them in patch 2 and 3, and also fix another
issue for prsctp in patch 1.
====================

Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>