git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b797d5
)
[PPP] generic: Fix receive path data clobbering & non-linear handling
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 16 Sep 2007 23:22:13 +0000
(16:22 -0700)
committer
David 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