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:
fc4eba5
)
dev: move skb_scrub_packet() after eth_type_trans()
author
Nicolas Dichtel
<nicolas.dichtel@6wind.com>
Tue, 13 Aug 2013 15:51:09 +0000
(17:51 +0200)
committer
David S. Miller
<davem@davemloft.net>
Thu, 15 Aug 2013 08:00:20 +0000
(
01:00
-0700)
skb_scrub_packet() was called before eth_type_trans() to let eth_type_trans()
set pkt_type.
In fact, we should force pkt_type to PACKET_HOST, so move the call after
eth_type_trans().
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found