netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sctp: regression bug fixes
@ 2009-01-22 22:36 Vlad Yasevich
  2009-01-22 22:36 ` [PATCH 1/4] sctp: Fix crc32c calculations on big-endian arhes Vlad Yasevich
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Vlad Yasevich @ 2009-01-22 22:36 UTC (permalink / raw)
  To: netdev; +Cc: linux-sctp, davem

David

This is a set of bug fixes that address various regressions reported to
the sctp list as well and to me privately.

Here is the list:
    1) SCTP checksum produced wrong result on big endian arch.
    2) Sometimes SCTP connection would hang withtout transmitting anything.
       Sometimes it would fail to retrnasmit after the second loss.
    3) The accept code raced with input processing resulting in locking the
       wrong socket.

Please apply and push to stable.

Thank you
-vlad

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-01-23 22:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22 22:36 [PATCH] sctp: regression bug fixes Vlad Yasevich
2009-01-22 22:36 ` [PATCH 1/4] sctp: Fix crc32c calculations on big-endian arhes Vlad Yasevich
2009-01-23  5:19   ` Herbert Xu
2009-01-23  5:28     ` Herbert Xu
2009-01-23  9:24       ` Herbert Xu
2009-01-23 14:52         ` Vlad Yasevich
2009-01-23 22:17           ` Herbert Xu
2009-01-22 22:36 ` [PATCH 2/4] sctp: Correctly start rtx timer on new packet transmissions Vlad Yasevich
2009-01-22 22:36 ` [PATCH 3/4] sctp: Properly timestamp outgoing data chunks for rtx purposes Vlad Yasevich
2009-01-22 22:36 ` [PATCH 4/4] sctp: Fix another socket race during accept/peeloff Vlad Yasevich
2009-01-22 22:53 ` [PATCH] sctp: regression bug fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).