All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND NET-NEXT PATCH 00/20] igb update for net-next
@ 2008-07-08 22:06 Jeff Kirsher
  2008-07-08 22:06 ` [RESEND NET-NEXT PATCH 08/20] igb: Introduce multiple TX queues with infrastructure Jeff Kirsher
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Jeff Kirsher @ 2008-07-08 22:06 UTC (permalink / raw)
  To: jeff, davem; +Cc: netdev, linux-kernel, akpm

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@intel.com>:
     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@intel.com>:
     igb: reenable CRC stripping in hardware
     igb: Increment driver version

Jeb Cramer <cramerj@intel.com>:
     igb: add DCA support

Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>:
     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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-07-11  5:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 22:06 [RESEND NET-NEXT PATCH 00/20] igb update for net-next Jeff Kirsher
2008-07-08 22:06 ` [RESEND NET-NEXT PATCH 08/20] igb: Introduce multiple TX queues with infrastructure Jeff Kirsher
2008-07-11  5:22   ` Jeff Garzik
2008-07-08 22:07 ` [RESEND NET-NEXT PATCH 09/20] igb: update ethtool stats to support multiqueue Jeff Kirsher
2008-07-08 22:07 ` [RESEND NET-NEXT PATCH 10/20] igb: add DCA support Jeff Kirsher
2008-07-08 22:08 ` [RESEND NET-NEXT PATCH 11/20] igb: reenable CRC stripping in hardware Jeff Kirsher
2008-07-08 22:09 ` [RESEND NET-NEXT PATCH 12/20] igb: Increment driver version Jeff Kirsher
2008-07-08 22:10 ` [RESEND NET-NEXT PATCH 13/20] igb: add 82576 MAC support Jeff Kirsher
2008-07-08 22:10 ` [RESEND NET-NEXT PATCH 14/20] igb: Add support for quad port WOL and feature flags Jeff Kirsher
2008-07-08 22:11 ` [RESEND NET-NEXT PATCH 15/20] igb: add page recycling support Jeff Kirsher
2008-07-08 22:12 ` [RESEND NET-NEXT PATCH 16/20] igb: add support for in kernel LRO Jeff Kirsher
2008-07-08 22:13 ` [RESEND NET-NEXT PATCH 17/20] net: add netif_napi_del function to allow for removal of napistructs Jeff Kirsher
2008-07-08 22:13 ` [RESEND NET-NEXT PATCH 18/20] igb: update suspend resume Jeff Kirsher
2008-07-08 22:14 ` [NET-NEXT PATCH 19/20] [cosmetic] igb: unused variable warning in igb remove Jeff Kirsher
2008-07-08 22:14 ` [NET-NEXT PATCH 20/20] igb: Improve multiqueue AIM support Jeff Kirsher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.