| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2011-12-15 | 2.9 kB | |
| e1000e-1.9.5.tar.gz | 2011-12-15 | 253.1 kB | |
| Totals: 2 Items | 256.1 kB | 1 | |
ChangeLog for e1000e-1.9.5 ========================== * Fix compile issues on Fedora 15 kernel * Cleanup whitespace and other checkpatch warnings/errors * conditionally restart autoneg on 82577/8/9 when setting LPLU state * Upstream: e1000e: Convert printks to pr_<level> (commit ef456f85) * Upstream: Sweep the last of the active .get_drvinfo floors under ethernet/ (commit 612a94d6) * increase Rx PBA to prevent dropping received packets on 82566/82567 * Upstream: net: introduce and use netdev_features_t for device features sets commit (c8f44aff) * ICHx/PCHx LOMs should use LPLU setting in NVM when going to Sx * update workaround for 82579 intermittently disabled during S0->Sx * Upstream: drivers/net: Add module.h to drivers who were implicitly using it (commit 9d9779e723a5d23b94abbe5bb7d1197921f6f3dd) * Fix build warnings with CFLAGS_EXTRA=-DE1000E_NO_NAPI * disable Early Receive DMA on ICH LOMs * Upstream: net: add skb frag size accessors (commit 9e903e085262ffbf1fc44a17ac06058aca03524a) * Upstream: intel: convert to SKB paged frag API (commit 877749bf3f2f7a517ae74cd2c2fa4eed7aa9b51d) * Upstream: PM QoS: Move and rename the implementation files (commit e8db0be1245de16a6cc6365506abc392c3c212d4) * Upstream: e1000e: convert to stats64 (commit 67fd4fcb78a7ced369a6bd8a131ec8c65ebd2bbb) * Upstream: net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero (commit 8b0c11679fd37522d8d34a76101319a085d80912) * Upstream: e1000e: fix skb truesize underestimation (commit 98a045d7e4a59db0865a59eea2140fe36bc7c220) * Upstream: e1000e: convert to real ndo_set_rx_mode (commit ef9b965a1c4ebd0f0ee961dbc328e1222dc8f487) * 82574/82583 Tx hang workaround * use hardware default values for Transmit Control register * Upstream: e1000e: locking bug introduced by commit 67fd4fcb (commit a90b412cb8c7ccc1689f9ea130883d00a1f0a5bb) * remove custom setting of TIPG for 8000es2lan * use default settings for Tx Inter Packet Gap timer * workaround WoL failures on some ICH8 LOMs * 82579: workaround for link drop issue * always set transmit descriptor control registers the same * re-factor ethtool get/set ring parameter * pass pointer to ring struct instead of adapter struct * default IntMode based on kernel config & available hardware support * convert head, tail and itr_register offsets to __iomem pointers * remove MSI-X code not wrapped with CONFIG_E1000E_SEPARATE_TX_HANDLER to sync with upstream driver * re-enable alternate MAC address for all devices which support it * Upstream: e1000e: convert to netdev features/hw_features API (commit dc221294719ae0f28cc260cc37edd439161088a9) * cleanup Rx checksum offload code * Upstream: net: remove use of ndo_set_multicast_list in drivers (commit afc4b13df143122f99a0eb10bfefb216c2806de0) * workaround Rx crc errors with jumbo frame stress on 82578 * add Receive Packet Steering (RPS) support