Skip to content
Commit 2a38b775 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller
Browse files

[PPP] generic: Fix receive path data clobbering & non-linear handling



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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7b797d5b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment