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
| ||
|
Message-ID: <20070710174504.9615.10053.stgit@localhost.localdomain> Date: Tue, 10 Jul 2007 10:45:20 -0700 From: Ayyappan.Veeraiyan@...el.com To: netdev@...r.kernel.org, jeff@...zik.org Cc: ayyappan.veeraiyan@...el.com, arjan@...ux.intel.com, akpm@...ux-foundation.org, auke-jan.h.kok@...el.com, hch@...radead.org, shemminger@...ux-foundation.org, nhorman@...driver.com, inaky@...ux.intel.com, mb@...sch.de Subject: [PATCH 0/1] ixgbe: Support for Intel(R) 10GbE PCI Express adapters - Take #2 This patch adds support for the Intel(R) 82598 based PCI Express 10GbE adapters. Please find the full driver as a patch to latest linus-2.6 tree here: git-pull git://lost.foo-projects.org/~aveerani/git/linux-2.6 ixgbe Changes from the last submission... 1. Suspend, resume support is added 2. PCI error recovery support 3. Bit fields usage is removed and replaced with #defines. 4. typedef boolean_t is replaced with bool. 5. Ethtool functionality for eeprom and regiters dump and adapter identification. 6. RxDescriptor, TxDescriptors and XsumRx parameters are removed from the module param list. They can be handled via ethtool. 7. NAPI mode uses sigle Rx queue and so fake netdev usage is removed. 8. Non-NAPI mode is added. 9. LLTX is not used and tx_lock usage in xmit_frame is cleand up. 10. Performance and bug fixes. thanks, Ayyappan - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists