Re: [PATCH net v2] macvtap: fix network header pointer for VLAN tagged pkts

2015-07-21 Thread Toshiaki Makita
On 15/07/21 (火) 16:18, Ivan Vecera wrote: > 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 > > Signed-off-by: Ivan Vecera > --- > drivers

[PATCH net v2] macvtap: fix network header pointer for VLAN tagged pkts

2015-07-21 Thread Ivan Vecera
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 Signed-off-by: Ivan Vecera --- drivers/net/macvtap.c | 7 +++ 1 file changed, 7 insertions(+)