[RESEND NET-NEXT PATCH 00/20] igb update for net-next

From: Jeff Kirsher
Date: Tue Jul 08 2008 - 18:06:27 EST


Here is the a resubmit of patches 8-18 from Davem's latest net-next tree.
Patches had to be updated with the changes made from Patrick McHardy's VLAN
patches.

In addition, 2 additional patches have been added to correct a un-used
variable warning and to improve multiqueue AIM support.

---
Summary:
Alexander Duyck <alexander.h.duyck@xxxxxxxxx>:
igb: update ethtool stats to support multiqueue
igb: add 82576 MAC support
igb: Add support for quad port WOL and feature flags
igb: add page recycling support
igb: add support for in kernel LRO
net: add netif_napi_del function to allow for removal of napistructs
igb: update suspend resume
[new] igb: unused variable warning in igb remove
[new] igb: Improve multiqueue AIM support

Auke Kok <auke-jan.h.kok@xxxxxxxxx>:
igb: reenable CRC stripping in hardware
igb: Increment driver version

Jeb Cramer <cramerj@xxxxxxxxx>:
igb: add DCA support

Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@xxxxxxxxx>:
igb: Introduce multiple TX queues with infrastructure

---
drivers/net/Kconfig | 9
drivers/net/igb/e1000_82575.c | 208 +++++++
drivers/net/igb/e1000_82575.h | 22
drivers/net/igb/e1000_defines.h | 10
drivers/net/igb/e1000_hw.h | 8
drivers/net/igb/e1000_mac.c | 3
drivers/net/igb/e1000_mac.h | 1
drivers/net/igb/e1000_regs.h | 9
drivers/net/igb/igb.h | 53 +
drivers/net/igb/igb_ethtool.c | 205 +++++--
drivers/net/igb/igb_main.c | 1076 ++++++++++++++++++++++++++++------------
include/linux/netdevice.h | 13
12 files changed, 1243 insertions(+), 374 deletions(-)

--
Cheers,
Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/