]> git.baikalelectronics.ru Git - 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)
commit19f455f628e5ecc595a124555e7e3e5b805da6e1
tree9b1c645495f76394384e82ea30edb6ed29a55937
parent936725f738ea945430801db765c4cc20494ddc17
parent6adaebaeb04ee442535b361ff502c6e7ed1c8171
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>