[PPP] generic: Fix receive path data clobbering & non-linear handling
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 16 Sep 2007 23:22:13 +0000 (16:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 Sep 2007 23:22:13 +0000 (16:22 -0700)
This patch adds missing pskb_may_pull calls to deal with non-linear
packets that may arrive from pppoe or pppol2tp.

It also copies cloned packets before writing over them.

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

No differences found