Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102887
b: refs/heads/master
c: 48f29ff
h: refs/heads/master
i:
  102885: f5ad344
  102883: eb5189f
  102879: 40c9101
v: v3
  • Loading branch information
Jeff Kirsher authored and Jeff Garzik committed Jun 12, 2008
1 parent 835e0a7 commit fd1ae12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad31c402b41a25cfc6c8369b8412d6c133ccafbe
refs/heads/master: 48f29ffc509748f5b82d7690561e98f851241a19
7 changes: 6 additions & 1 deletion trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,13 @@ static int __devinit igb_probe(struct pci_dev *pdev,
NETIF_F_HW_VLAN_FILTER;

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;

Expand Down

0 comments on commit fd1ae12

Please sign in to comment.