https://github.com/torvalds/linux
Revision c5c62f1bb0e1fc94ab77ec01e92ccab5cb249742 authored by Ivan Vecera on 23 July 2015, 14:37:43 UTC, committed by David S. Miller on 27 July 2015, 21:49:54 UTC
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>
1 parent 1513069
History
Tip revision: c5c62f1bb0e1fc94ab77ec01e92ccab5cb249742 authored by Ivan Vecera on 23 July 2015, 14:37:43 UTC
macvtap: fix network header pointer for VLAN tagged pkts
Tip revision: c5c62f1
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.2 KB
.mailmap -rw-r--r-- 5.3 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.7 KB
Kbuild -rw-r--r-- 2.6 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 313.1 KB
Makefile -rw-r--r-- 53.1 KB
README -rw-r--r-- 18.2 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top