| Commit message (Expand) | Author | Age | Files | Lines |
* | e1000e: fix use of pci_enable_pcie_error_reporting | Xiaotian Feng | 2009-08-16 | 1 | -8/+8 |
* | e1000e: WoL does not work on 82577/82578 with manageability enabled | Bruce Allan | 2009-08-16 | 1 | -3/+3 |
* | e1000e: fix potential NVM corruption on ICH9 with 8K bank size | Bruce Allan | 2009-08-10 | 1 | -38/+12 |
* | e1000e: fix acquisition of SW/FW/HW semaphore for ICHx parts | Bruce Allan | 2009-08-10 | 1 | -13/+31 |
* | e1000e: disable K1 at 1000Mbps for 82577/82578 | Bruce Allan | 2009-07-04 | 3 | -7/+110 |
* | e1000e: delay second read of PHY_STATUS register on failure of first read | Bruce Allan | 2009-07-04 | 1 | -1/+6 |
* | e1000e: prevent NVM corruption on sectors larger than 4K | Bruce Allan | 2009-07-04 | 1 | -2/+17 |
* | e1000e: do not write SmartSpeed register bits on parts without support | Bruce Allan | 2009-07-04 | 1 | -4/+15 |
* | e1000e: delay after LCD reset and proper checks for PHY configuration done | Bruce Allan | 2009-07-04 | 2 | -44/+82 |
* | e1000e: PHY loopback broken on 82578 | Bruce Allan | 2009-07-04 | 2 | -0/+7 |
* | e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECT | Mike Mason | 2009-07-01 | 1 | -0/+3 |
* | e1000e: stop unnecessary polling when using msi-x | Andy Gospodarek | 2009-06-19 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 1 | -1/+1 |
|\ |
|
| * | trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati... | Martin Olsson | 2009-06-12 | 1 | -1/+1 |
* | | e1000e: Expose MDI-X status via ethtool change | Chaitanya Lala | 2009-06-09 | 1 | -0/+9 |
* | | e1000e: Call e1000e_config_collision_dist() after TCTL has been set | Simon Horman | 2009-06-09 | 1 | -2/+2 |
* | | e1000e: Fixes possible phy corrupton on 82571 designs. | Dave Graham | 2009-06-09 | 3 | -7/+83 |
* | | net: skb_shared_info optimization | Eric Dumazet | 2009-06-08 | 1 | -2/+2 |
* | | e1000e: bump the version number | Bruce Allan | 2009-06-03 | 1 | -1/+1 |
* | | e1000e: workaround a Tx hang on 82577/82578 | Bruce Allan | 2009-06-03 | 1 | -2/+7 |
* | | e1000e: add support for 82577/82578 GbE LOM parts | Bruce Allan | 2009-06-03 | 10 | -68/+1441 |
* | | e1000e: specify max supported frame size in adapter struct | Bruce Allan | 2009-06-03 | 5 | -20/+31 |
* | | e1000e: correct flow control thresholds | Bruce Allan | 2009-06-03 | 2 | -6/+10 |
* | | e1000e: do not attempt to disable smart powerdown if not supported | Bruce Allan | 2009-06-03 | 1 | -1/+2 |
* | | e1000e: enable CRC stripping by default | Bruce Allan | 2009-06-03 | 1 | -0/+2 |
* | | net: dont update dev->trans_start | Eric Dumazet | 2009-05-29 | 1 | -1/+0 |
* | | igb/e1000e: update PSSR_MDIX value to reflect correct bit | Alexander Duyck | 2009-05-27 | 1 | -1/+1 |
* | | e1000/e1000e/igb/ixgb: don't txhang after link down | Jesse Brandeburg | 2009-05-07 | 1 | -0/+2 |
* | | e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily | Jesse Brandeburg | 2009-04-22 | 1 | -4/+4 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-04-21 | 1 | -4/+4 |
|\| |
|
| * | e1000e: fix bug in restart queue logic | Jesse Brandeburg | 2009-04-17 | 1 | -4/+4 |
* | | e1000e: indicate link down at load | Jesse Brandeburg | 2009-04-20 | 1 | -4/+5 |
|/ |
|
* | NET/e1000e: Fix powering off during shutdown | Rafael J. Wysocki | 2009-04-16 | 1 | -14/+45 |
* | e1000/e1000: fix compile warning | Jesse Brandeburg | 2009-04-15 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -4/+4 |
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 2009-04-07 | 1 | -2/+2 |
* | e1000e: update version number | Jesse Brandeburg | 2009-03-26 | 1 | -1/+1 |
* | e1000e: fix close interrupt race | Jesse Brandeburg | 2009-03-26 | 1 | -6/+10 |
* | e1000e: fix loss of multicast packets | Jesse Brandeburg | 2009-03-26 | 1 | -44/+18 |
* | e1000e: commonize tx cleanup routine to match e1000 & igb | Alexander Duyck | 2009-03-26 | 1 | -11/+8 |
* | e1000e: add support for 82574 device ID 0x10F6 | Bruce Allan | 2009-03-25 | 2 | -0/+2 |
* | e1000e: fixup merge error | Arthur Jones | 2009-03-20 | 1 | -1/+1 |
* | e1000e: allow tx of pre-formatted vlan tagged packets | Arthur Jones | 2009-03-20 | 1 | -1/+8 |
* | e1000e: fix dma error handling issues | Alexander Duyck | 2009-03-20 | 1 | -44/+32 |
* | e1000e: add support for 82583 device id | Alexander Duyck | 2009-03-20 | 5 | -22/+116 |
* | e1000e: fix unmap bug | Jesse Brandeburg | 2009-03-03 | 1 | -34/+28 |
* | e1000e: remove workaround for e1000 hardware | Jesse Brandeburg | 2009-02-19 | 1 | -9/+0 |
* | drivers/net/e1000e: fix sparse warning: Should it be static? | Hannes Eder | 2009-02-18 | 1 | -1/+1 |
* | e1000e: Remove mutex_trylock and associated WARN on failure. | dave graham | 2009-02-15 | 1 | -16/+1 |
* | e1000e: Serdes - attempt autoneg when link restored. | dave graham | 2009-02-11 | 2 | -1/+139 |