Files
twx-linux/net
Herbert Xu 540218dd28 SCTP: Always linearise packet on input
I was looking at a RHEL5 bug report involving Xen and SCTP
(https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212550).
It turns out that SCTP wasn't written to handle skb fragments at
all.  The absence of any calls to skb_may_pull is testament to
that.

It just so happens that Xen creates fragmented packets more often
than other scenarios (header & data split when going from domU to
dom0).  That's what caused this bug to show up.

Until someone has the time sits down and audits the entire net/sctp
directory, here is a conservative and safe solution that simply
linearises all packets on input.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
2006-11-29 12:06:04 +01:00
..
2006-02-13 15:38:42 -08:00
2006-01-11 18:42:14 -08:00
2006-03-19 13:20:06 -08:00
2006-08-26 17:35:49 +02:00
2006-03-04 21:06:29 -08:00
2006-08-08 23:23:12 +02:00
2006-11-24 03:03:34 +01:00
2006-02-09 16:59:48 -08:00
2006-08-26 17:35:49 +02:00
2006-01-11 18:42:14 -08:00
2006-01-17 13:03:54 -08:00
2006-03-08 14:14:01 -08:00
2006-01-11 18:42:14 -08:00
2006-01-12 14:06:31 -08:00
2006-01-03 13:11:17 -08:00