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:
db7bf6d
)
[PPP] pppoe: Fill in header directly in __pppoe_xmit
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sun, 16 Sep 2007 23:20:21 +0000
(16:20 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 16 Sep 2007 23:20:21 +0000
(16:20 -0700)
This patch removes the hdr variable (which is copied into the skb)
and instead sets the header directly in the skb.
It also uses __skb_push instead of skb_push since we've just checked
using skb_cow for enough head room.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found