]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/e1000e/netdev.c
e1000e: allow VLAN devices to use TSO and TCP CSUM offload
[linux-2.6-omap-h63xx.git] / drivers / net / e1000e / netdev.c
index cab1835173cd9bb7096f82647a5f59ae13eaba18..ccb8ca2cbb2bc0c2696cf0ffebe71434ad8357d1 100644 (file)
@@ -4343,6 +4343,11 @@ static int __devinit e1000_probe(struct pci_dev *pdev,
        netdev->features |= NETIF_F_TSO;
        netdev->features |= NETIF_F_TSO6;
 
+       netdev->vlan_features |= NETIF_F_TSO;
+       netdev->vlan_features |= NETIF_F_TSO6;
+       netdev->vlan_features |= NETIF_F_HW_CSUM;
+       netdev->vlan_features |= NETIF_F_SG;
+
        if (pci_using_dac)
                netdev->features |= NETIF_F_HIGHDMA;