[SCTP]: Clean up stale data during association restart
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 20 Mar 2007 00:01:17 +0000 (17:01 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 20 Mar 2007 07:09:43 +0000 (00:09 -0700)
commit0b58a811461ccf3cf848aba4cc192538fd3b0516
treee8ada90819aabdcc2041a5637c7e6f44446cc36b
parentc577c2b99387b5ff8607d42d6eaff9ec024d4773
[SCTP]: Clean up stale data during association restart

During association restart we may have stale data sitting
on the ULP queue waiting for ordering or reassembly.  This
data may cause severe problems if not cleaned up.  In particular
stale data pending ordering may cause problems with receive
window exhaustion if our peer has decided to restart the
association.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/ulpqueue.h
net/sctp/associola.c
net/sctp/ulpqueue.c