e1000 driver update

Signed-off-by: Jeff Kirsher <[EMAIL PROTECTED]>
Signed-off-by: John Ronciak <[EMAIL PROTECTED]>
Signed-off-by: Jesse Brandeburg <[EMAIL PROTECTED]>


1. Fixes for 8257x
   - TSO workaround
   - Fixes eeprom version reporting
   - Fix loopback test
   - Fix for WOL
2. Performance Enhancements
   - aggressive prefetch of rx_desc and skb->data just like we do for 10gig
   - align the prefetches to a dword to help speed them up
   - copybreak for packets < 256 bytes, ideally we would like to
modify ethtool to allow this value to be changed, helps small MTU,
many reassemblies case
   - Fix RX buffer size changes
   - Fixed Jumbo frames and memory allocation
3. New features and devices
   - Print bus speed, width, and MAC when loading
   - Added device support for fiber adapter
4. Multiple Fixes
   - Fix RX fifo errors and statistics counting
   - Fix for SoL/IDER sessions
   - Fix flow control watermarks
   - Fix DPRINTK statement
5. Fix compilation warnings
   - Handle return values from functions
6. Comments/Doc/Driver Version
7. Whitespace Fix
   - Remove trailing whitespaces
   - Improve readability
8. Multique Fixes
   - Added ethtool stats for multiple queues
   - Added printout for an indication that mutliqueue is enabled/disabled
   - Fixed receive issue where tasks were not being assigned a cpu


--
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

Reply via email to