gro: Fix handling of headers that extend over the tail
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 27 Apr 2009 12:44:29 +0000 (05:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2009 12:44:29 +0000 (05:44 -0700)
The skb_gro_* code fails to handle the case where a header starts
in the linear area but ends in the frags area.  Since the goal
of skb_gro_* is to optimise the case of completely non-linear
packets, we can simply bail out if we have anything in the linear
area.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found