lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 08 Jul 2008 15:06:12 -0700
From:	Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To:	jeff@...zik.org, davem@...emloft.net
Cc:	netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
	akpm@...ux-foundation.org
Subject: [RESEND NET-NEXT PATCH 00/20] igb update for net-next

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

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

Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@...el.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ