| Commit message (Expand) | Author | Age | Files | Lines |
* | e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574 | Bruce Allan | 2011-01-10 | 2 | -0/+57 |
* | e1000e: power off PHY after reset when interface is down | Bruce Allan | 2011-01-10 | 3 | -35/+53 |
* | e1000e: use either_crc_le() rather than re-write it | Bruce Allan | 2011-01-10 | 2 | -18/+2 |
* | e1000e: properly bounds-check string functions | Bruce Allan | 2011-01-10 | 2 | -7/+11 |
* | e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy | Bruce Allan | 2011-01-10 | 3 | -53/+44 |
* | e1000e: cleanup variables set but not used | Bruce Allan | 2011-01-10 | 4 | -11/+21 |
* | e1000e: checkpatch warnings - braces | Bruce Allan | 2010-12-25 | 4 | -21/+12 |
* | e1000e: checkpatch error - open braces | Bruce Allan | 2010-12-25 | 3 | -15/+15 |
* | e1000e: checkpatch error - trailing statements | Bruce Allan | 2010-12-25 | 1 | -2/+2 |
* | e1000e: checkpatch error - macro panethesis | Bruce Allan | 2010-12-25 | 2 | -56/+60 |
* | net: Fix drivers advertising HW_CSUM feature to use csum_start | Michał Mirosław | 2010-12-16 | 1 | -1/+1 |
* | drivers/net: don't use flush_scheduled_work() | Tejun Heo | 2010-12-12 | 1 | -3/+3 |
* | e1000e: increment the driver version | Bruce Allan | 2010-12-11 | 1 | -1/+1 |
* | e1000e: static analysis tools complain of a possible null ptr p dereference | Bruce Allan | 2010-12-11 | 1 | -0/+3 |
* | e1000e: minor error message corrections | Bruce Allan | 2010-12-11 | 2 | -2/+2 |
* | e1000e: prevent null ptr dereference in e1000_tx_queue() | Bruce Allan | 2010-12-11 | 1 | -2/+2 |
* | e1000e: support new PBA format from EEPROM | Bruce Allan | 2010-12-11 | 4 | -28/+130 |
* | e1000e: 82579 PHY incorrectly identified during init | Bruce Allan | 2010-12-11 | 2 | -5/+25 |
* | e1000e: 82577/8/9 mis-configured OEM bits during S0->Sx | Bruce Allan | 2010-12-11 | 1 | -1/+1 |
* | e1000e: 82571 Serdes can fail to get link | Bruce Allan | 2010-12-11 | 1 | -8/+27 |
* | e1000e: 82577/8 must acquire h/w semaphore before workaround | Bruce Allan | 2010-12-11 | 1 | -0/+7 |
* | e1000e: 82574/82583 performance improvement | Bruce Allan | 2010-12-11 | 1 | -2/+2 |
* | e1000e: 82571-based mezzanine card can fail ethtool link test | Bruce Allan | 2010-12-11 | 1 | -1/+6 |
* | e1000e: fix double initialization in blink path | Holger Eitzenberger | 2010-12-11 | 3 | -2/+3 |
* | Intel Wired LAN drivers: Use static const | Jeff Kirsher | 2010-12-11 | 1 | -5/+6 |
* | netdev: Use default implementation of ethtool_ops::get_link where possible | Ben Hutchings | 2010-12-11 | 1 | -15/+1 |
* | drivers/net: use vzalloc() | Eric Dumazet | 2010-11-28 | 1 | -4/+2 |
* | e1000e: add netpoll support for MSI/MSI-X IRQ modes | Dongdong Deng | 2010-11-17 | 1 | -4/+45 |
* | e1000e: 82574 intermittently fails to initialize with manageability f/w | Bruce Allan | 2010-11-17 | 1 | -19/+120 |
* | e1000e: 82571 SerDes link handle null code word from partner | Bruce Allan | 2010-11-17 | 2 | -1/+4 |
* | drivers/net/e1000e: Remove unnecessary semicolons | Joe Perches | 2010-11-15 | 1 | -1/+1 |
* | e1000e: Add check for reset flags before displaying reset message | Carolyn Wyborny | 2010-10-28 | 1 | -2/+5 |
* | e1000e: reset PHY after errors detected | Carolyn Wyborny | 2010-10-28 | 3 | -0/+63 |
* | vlan: Don't check for vlan group before vlan_tx_tag_present. | Jesse Gross | 2010-10-21 | 1 | -1/+1 |
* | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. | Jesse Gross | 2010-10-21 | 1 | -1/+1 |
* | e1000e: Fix for offline diag test failure at first call | Carolyn Wyborny | 2010-10-18 | 1 | -11/+8 |
* | e1000e: 82579 performance improvements | Bruce Allan | 2010-10-01 | 3 | -7/+46 |
* | e1000e: use hardware writeback batching | Jesse Brandeburg | 2010-10-01 | 6 | -4/+88 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-09-27 | 3 | -43/+184 |
|\ |
|
| * | e1000e: 82579 do not gate auto config of PHY by hardware during nominal use | Bruce Allan | 2010-09-23 | 1 | -9/+68 |
| * | e1000e: 82579 jumbo frame workaround causing CRC errors | Bruce Allan | 2010-09-23 | 2 | -21/+20 |
| * | e1000e: 82579 unaccounted missed packets | Bruce Allan | 2010-09-23 | 2 | -0/+49 |
| * | e1000e: 82566DC fails to get link | Bruce Allan | 2010-09-23 | 1 | -2/+5 |
| * | e1000e: 82579 SMBus address and LEDs incorrect after device reset | Bruce Allan | 2010-09-23 | 1 | -3/+3 |
| * | e1000e: 82577/8/9 issues with device in Sx | Bruce Allan | 2010-09-23 | 1 | -8/+39 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-08-24 | 3 | -13/+32 |
| |\ |
|
* | | | drivers/net: return operator cleanup | Eric Dumazet | 2010-09-27 | 2 | -3/+3 |
* | | | e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags | Yi Zou | 2010-09-23 | 1 | -1/+3 |
* | | | e1000e: Simplify MSI interrupt testing | Jean Delvare | 2010-09-14 | 1 | -25/+4 |
* | | | drivers/net: avoid some skb->ip_summed initializations | Eric Dumazet | 2010-09-03 | 1 | -1/+2 |