e1000 driver update Below is a list of the e1000 patches. Several of the patches are relatedto each other. For instance patches 9 and 10 are mutliqueue patches. Patches 5, 6, 8, 19, and 28 are patches related to PCI express hardware.
I have ordered the patches so that the first 24 patches are fixes and the remaining patches are adding of new features or hardware support (except for the last two which are patches to fix the comments and whitespace). Signed-off-by: Jeff Kirsher <[EMAIL PROTECTED]> Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]> Signed-off-by: John Ronciak <[EMAIL PROTECTED]> ---- 01. Fix jumbo frame performance 02. Fix TSO 03. General Fixes 04. Fix SoL/IDER link and loopback 05. Fix ASF/AMT for 8257{1|2|3} controllers 06. Fix PHY config for 82573 controller 07. Fix e1000 stats 08. Fix LED functionality for 82573 09. Fix adapter structure and prepare for multiqueue fix 10. Fix mulitple queues 11. Fix loopback logic 12. Fix PHY reset when blocked 13. Fix EEPROM read logic 14. Fix flow control water marks 15. Fix TX queue length based on link speed 16. Fix Desc. Rings and Jumbo Frames 17. Fix TX timeout logic 18. Fix desc. clean up 19. Fix bit 22 (TXDCTL) for 82571 & 82572 controllers 20. Fix collision distance 21. Fix __pskb_pull_tail 22. Fix VLAN support 23. Fixed frame size logic 24. Fix Netpoll issue 25. Added interrupt auto mask support 26. Added cleaned_count to RX buffer allocation 27. Added hardware support for PCI express, 82546GB, and 82571 Fiber 28. Added firmware version reporting for 8257{1|2|3} controllers 29. Added PCIe bus information 30. Added variable to handle return values for pci_enable_* functions 31. Added copy break code 32. Added disable packet split capability 33. Cleaned up code and removed hard coded numbers 34. Removed unused variables and initialized variables 35. Added RX buffer enhancements 36. Added functions to save and restore config 37. Added functions 38. Fix whitespace 39. Added driver comments Cheers, Jeff - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html