]> 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)
commit38b563c4cc3518ed8f29643dd41e2613ce69caf8
tree9b1c645495f76394384e82ea30edb6ed29a55937
parenta491a9b0756136ce9bffea22681e71a51375aaf6
parent4cd9e3ba9c3eecd13da6f9a6d2f46d5ff7d118c8
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>