From: Arnd Bergmann Date: Sat, 30 Jan 2010 12:23:03 +0000 (+0000) Subject: net: maintain namespace isolation between vlan and real device X-Git-Tag: v2.6.34-rc1~233^2~431 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a83a00b0735190384a348156837918271034144;p=pandora-kernel.git net: maintain namespace isolation between vlan and real device In the vlan and macvlan drivers, the start_xmit function forwards data to the dev_queue_xmit function for another device, which may potentially belong to a different namespace. To make sure that classification stays within a single namespace, this resets the potentially critical fields. Signed-off-by: Arnd Bergmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed