commit | f9d7a1187dfefc6b54b53e0ffff4d26c0eff2702 | [log] [tgz] |
---|---|---|
author | Shan Wei <shanwei@cn.fujitsu.com> | Tue Jul 05 20:44:17 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 05 22:34:52 2011 -0700 |
tree | 8d708bcd28dd6c93cc4a9741a870b8805ced607b | |
parent | 7736d33f4262d437c51ed7a28114eacbfca236ff [diff] |
net: Add GSO to vlan_features initialization Just add GSO to vlan_features initialization, and update comments. When we set offload features, vlan_dev_fix_features() will do more check. In vlan_dev_fix_features(), final features is decided by features of real device and vlan_features of real device. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>