From: Ben Greear Date: Thu, 21 Oct 2010 11:06:29 +0000 (-0700) Subject: net/core: Allow tagged VLAN packets to flow through VETH devices. X-Git-Tag: v2.6.37-rc1~147^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2ed817766987fd05e69b7da65d4861b38f1aa2a;p=pandora-kernel.git net/core: Allow tagged VLAN packets to flow through VETH devices. When there are VLANs on a VETH device, the packets being transmitted through the VETH device may be 4 bytes bigger than MTU. A check in dev_forward_skb did not take this into account and so dropped these packets. This patch is needed at least as far back as 2.6.34.7 and should be considered for -stable. Signed-off-by: Ben Greear Signed-off-by: David S. Miller --- Reading git-diff-tree failed