Merge branch 'sctp-transmit-errs'
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Sep 2016 02:02:40 +0000 (22:02 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Sep 2016 02:02:40 +0000 (22:02 -0400)
commit829ff34868075ad57822783718de64acff4df303
treeac2f30f99428c982ffecfd5f40e94407ae2f704d
parentfd9527f404d51e50f40dac0d9a69f2eff3dac33e
parent41001faf95faaff7c4f4f93c6bb544ee227ad0cc
Merge branch 'sctp-transmit-errs'

Xin Long says:

====================
sctp: fix the transmit err process

This patchset is to improve the transmit err process and also fix some
issues.

After this patchset, once the chunks are enqueued successfully, even
if the chunks fail to send out, no matter because of nodst or nomem,
no err retruns back to users any more. Instead, they are taken care
of by retransmit.

v1->v2:
  - add more details to the changelog in patch 1/6
  - add Fixes: tag in patch 2/6, 3/6
  - also revert 69b5777f2e57 in patch 3/6
====================

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