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:
1513069
)
macvtap: fix network header pointer for VLAN tagged pkts
author
Ivan Vecera
<ivecera@redhat.com>
Thu, 23 Jul 2015 14:37:43 +0000
(16:37 +0200)
committer
David S. Miller
<davem@davemloft.net>
Mon, 27 Jul 2015 21:49:54 +0000
(14:49 -0700)
Network header is set with offset ETH_HLEN but it is not true for VLAN
(multiple-)tagged and results in checksum issues in lower devices.
v2: leave skb->protocol untouched (thx Vlad), comment added
v3: moved after skb_probe_transport_header() call (thx Toshiaki)
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvtap.c
patch
|
blob
|
history
diff --cc
drivers/net/macvtap.c
Simple merge