From: Michał Mirosław Date: Sun, 3 Apr 2011 05:49:12 +0000 (-0700) Subject: vlan: convert VLAN devices to use ndo_fix_features() X-Git-Tag: v3.0-rc1~377^2~540 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a0427bb688eae86a8bb939b6a74e5aa00aa035a;p=pandora-kernel.git vlan: convert VLAN devices to use ndo_fix_features() Note: get_flags was actually broken, because it should return the flags capped with vlan_features. This is now done implicitly by limiting netdev->hw_features. RX checksumming offload control is (and was) broken, as there was no way before to say whether it's done for tagged packets. Signed-off-by: Michał Mirosław Signed-off-by: David S. Miller --- Reading git-diff-tree failed