| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Move the Intel wired LAN drivers | Jeff Kirsher | 2011-08-10 | 12 | -25283/+0 |
* | e1000e: minor re-order of #include files | Bruce Allan | 2011-08-04 | 2 | -2/+2 |
* | e1000e: remove unnecessary check for NULL pointer | Bruce Allan | 2011-08-04 | 1 | -2/+1 |
* | intel drivers: repair missing flush operations | Jesse Brandeburg | 2011-08-04 | 5 | -0/+18 |
* | e1000e: use GFP_KERNEL allocations at init time | Jeff Kirsher | 2011-07-12 | 2 | -17/+22 |
* | e1000e: Add Jumbo Frame support to 82583 devices | Carolyn Wyborny | 2011-07-12 | 1 | -3/+2 |
* | e1000e: remove e1000_queue_stats | Eric Dumazet | 2011-07-11 | 1 | -7/+0 |
* | net: e1000e: Use is_multicast_ether_addr helper | Tobias Klauser | 2011-07-04 | 1 | -1/+1 |
* | e1000e: remove unnecessary reads of PCI_CAP_ID_EXP | Jon Mason | 2011-06-27 | 2 | -2/+2 |
* | e1000e: update driver version | Bruce Allan | 2011-06-09 | 1 | -2/+2 |
* | e1000e: Clear host wakeup bit on 82577/8 without touching PHY page 800 | Bruce Allan | 2011-06-09 | 2 | -11/+14 |
* | e1000e: access multiple PHY registers on same page at the same time | Bruce Allan | 2011-06-09 | 5 | -225/+366 |
* | e1000e: do not schedule the Tx queue until ready | Bruce Allan | 2011-06-09 | 1 | -6/+5 |
* | e1000e: log when swflag is cleared unexpectedly on ICH/PCH devices | Bruce Allan | 2011-06-09 | 1 | -3/+8 |
* | e1000e: 82579 intermittently disabled during S0->Sx | Bruce Allan | 2011-06-09 | 3 | -15/+79 |
* | e1000e: disable far-end loopback mode on ESB2 | Bruce Allan | 2011-06-09 | 2 | -0/+9 |
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-06 | 2 | -0/+2 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-05-23 | 1 | -1/+1 |
|\ |
|
| * | PCI/e1000e: Add and use pci_disable_link_state_locked() | Yinghai Lu | 2011-05-21 | 1 | -1/+1 |
* | | Add appropriate <linux/prefetch.h> include for prefetch users | Paul Gortmaker | 2011-05-22 | 1 | -0/+1 |
* | | e1000e: minor comment cleanups | Bruce Allan | 2011-05-14 | 1 | -2/+2 |
* | | net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration | David Decotigny | 2011-04-29 | 1 | -8/+16 |
* | | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 2011-04-29 | 1 | -5/+7 |
* | | ethtool: Use full 32 bit speed range in ethtool's set_settings | David Decotigny | 2011-04-29 | 1 | -1/+2 |
* | | e1000e: implement ethtool set_phys_id | Bruce Allan | 2011-04-27 | 8 | -59/+32 |
* | | e1000e: If ASPM L0s needs to be disabled, do it prior to enabling device | Bruce Allan | 2011-04-13 | 3 | -11/+30 |
* | | e1000e: fix stats locking in e1000_watchdog_task | Flavio Leitner | 2011-04-13 | 1 | -1/+1 |
* | | e1000e: convert to new VLAN model | Jeff Kirsher | 2011-04-13 | 3 | -81/+119 |
* | | e1000e: PCIe link speed in GT/s, not GB/s | Bruce Allan | 2011-04-13 | 1 | -1/+1 |
* | | e1000e: convert short duration msleep() to usleep_range() | Bruce Allan | 2011-04-13 | 7 | -35/+33 |
|/ |
|
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-03-16 | 8 | -112/+180 |
|\ |
|
| * | e1000e: bump version number | Bruce Allan | 2011-03-11 | 1 | -1/+1 |
| * | e1000e: do not suggest the driver supports Wake-on-ARP | Bruce Allan | 2011-03-11 | 1 | -9/+3 |
| * | e1000e: disable jumbo frames on 82579 when MACsec enabled in EEPROM | Bruce Allan | 2011-03-11 | 2 | -1/+8 |
| * | e1000e: do not toggle LANPHYPC value bit when PHY reset is blocked | Bruce Allan | 2011-03-11 | 1 | -4/+4 |
| * | e1000e: extend EEE LPI timer to prevent dropped link | Bruce Allan | 2011-03-11 | 1 | -5/+24 |
| * | e1000e: extend timeout for ethtool link test diagnostic | Bruce Allan | 2011-03-11 | 1 | -3/+6 |
| * | e1000e: magic number cleanup - ETH_ALEN | Bruce Allan | 2011-03-11 | 1 | -3/+2 |
| * | e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb() | Bruce Allan | 2011-03-11 | 1 | -2/+2 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-03-03 | 1 | -1/+2 |
| |\ |
|
| * | | net: use pci_dev->revision, again | Sergei Shtylyov | 2011-02-28 | 1 | -4/+2 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-02-19 | 1 | -10/+42 |
| |\ \ |
|
| * | | | e1000e: return appropriate errors for 'ethtool -r' | Bruce Allan | 2011-02-11 | 1 | -2/+9 |
| * | | | e1000e: use correct pointer when memcpy'ing a 2-dimensional array | Bruce Allan | 2011-02-11 | 1 | -1/+1 |
| * | | | e1000e: replace unbounded sprintf with snprintf | Bruce Allan | 2011-02-11 | 1 | -2/+6 |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-02-08 | 1 | -1/+0 |
| |\ \ \ |
|
| * | | | | e1000e: Use kmemdup rather than duplicating its implementation | Bruce Allan | 2011-01-24 | 1 | -9/+2 |
| * | | | | e1000e: reduce scope of some variables, remove unnecessary ones | Bruce Allan | 2011-01-24 | 5 | -33/+31 |
| * | | | | e1000e: convert to stats64 | Jeff Kirsher | 2011-01-24 | 3 | -34/+80 |