Change the NETIF_F_VLAN flags to a bitmask of supported features, as discussed with Herbert. Tested by adding + netdev->vlan_features |= NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_SG | \ + NETIF_F_ALL_CSUM; + to e1000.