Files
kernel_amazon_mt8127-common/include/linux
Herbert Xu 17dd759c67 gro: Only reset frag0 when skb can be pulled
Currently skb_gro_header_slow unconditionally resets frag0 and
frag0_len.  However, when we can't pull on the skb this leaves
the GRO fields in an inconsistent state.

This patch fixes this by only resetting those fields after the
pskb_may_pull test.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-07-27 06:16:28 -07:00
..
2011-07-20 20:47:43 -04:00
2011-07-23 20:44:25 +02:00
2011-07-20 01:44:12 -04:00
2011-07-05 23:42:17 -07:00
2011-05-29 13:03:09 +01:00
2011-06-28 10:48:34 +02:00
2011-07-01 10:37:15 +02:00
2011-07-06 01:56:38 -07:00
2011-07-21 13:47:54 -07:00
2011-06-14 11:30:22 +02:00
2011-05-29 11:32:28 -07:00
2011-07-05 15:26:58 -04:00
2011-07-25 14:27:32 -04:00
2011-07-23 07:56:59 +01:00
2011-06-07 10:02:35 +02:00
2011-07-05 15:26:58 -04:00
2011-06-27 18:00:12 -07:00
2011-06-15 20:03:59 -07:00
2011-06-27 20:30:08 +02:00
2011-06-07 09:05:42 -07:00
2011-05-30 11:14:16 +09:30