sctp: fix association hangs due to reneging packets below the cumulative TSN ACK...
authorLee A. Roberts <lee.roberts@hp.com>
Thu, 28 Feb 2013 04:37:28 +0000 (04:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Feb 2013 20:34:26 +0000 (15:34 -0500)
commite67f85ecd83de66d4f25f2e0f90bb0d01a52ddd8
tree9d9fbfbefad6f9aecfa0200d52c26b7aa5115c3b
parent70fc69bc5a54d9776ace7c99d46eb533f8fb6e89
sctp: fix association hangs due to reneging packets below the cumulative TSN ACK point

In sctp_ulpq_renege_list(), do not renege packets below the
cumulative TSN ACK point.

Signed-off-by: Lee A. Roberts <lee.roberts@hp.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
net/sctp/ulpqueue.c