| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Move the Intel wired LAN drivers | Jeff Kirsher | 2011-08-11 | 1 | -6312/+0 |
* | e1000e: minor re-order of #include files | Bruce Allan | 2011-08-04 | 1 | -1/+1 |
* | e1000e: use GFP_KERNEL allocations at init time | Jeff Kirsher | 2011-07-13 | 1 | -16/+21 |
* | e1000e: remove unnecessary reads of PCI_CAP_ID_EXP | Jon Mason | 2011-06-28 | 1 | -1/+1 |
* | e1000e: update driver version | Bruce Allan | 2011-06-10 | 1 | -2/+2 |
* | e1000e: access multiple PHY registers on same page at the same time | Bruce Allan | 2011-06-10 | 1 | -68/+43 |
* | e1000e: do not schedule the Tx queue until ready | Bruce Allan | 2011-06-10 | 1 | -6/+5 |
* | e1000e: 82579 intermittently disabled during S0->Sx | Bruce Allan | 2011-06-10 | 1 | -1/+4 |
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-07 | 1 | -0/+1 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-05-24 | 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-23 | 1 | -0/+1 |
* | | e1000e: implement ethtool set_phys_id | Bruce Allan | 2011-04-27 | 1 | -2/+0 |
* | | e1000e: If ASPM L0s needs to be disabled, do it prior to enabling device | Bruce Allan | 2011-04-14 | 1 | -5/+24 |
* | | e1000e: fix stats locking in e1000_watchdog_task | Flavio Leitner | 2011-04-14 | 1 | -1/+1 |
* | | e1000e: convert to new VLAN model | Jeff Kirsher | 2011-04-14 | 1 | -80/+90 |
* | | e1000e: PCIe link speed in GT/s, not GB/s | Bruce Allan | 2011-04-14 | 1 | -1/+1 |
* | | e1000e: convert short duration msleep() to usleep_range() | Bruce Allan | 2011-04-14 | 1 | -4/+4 |
|/ |
|
* | 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-17 | 1 | -42/+87 |
|\ |
|
| * | e1000e: bump version number | Bruce Allan | 2011-03-11 | 1 | -1/+1 |
| * | 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-04 | 1 | -1/+2 |
| |\ |
|
| * \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-02-20 | 1 | -10/+42 |
| |\ \ |
|
| * | | | 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-09 | 1 | -1/+0 |
| |\ \ \ |
|
| * | | | | e1000e: reduce scope of some variables, remove unnecessary ones | Bruce Allan | 2011-01-24 | 1 | -23/+22 |
| * | | | | e1000e: convert to stats64 | Jeff Kirsher | 2011-01-24 | 1 | -15/+57 |
* | | | | | PM: Remove CONFIG_PM_OPS | Rafael J. Wysocki | 2011-03-15 | 1 | -4/+4 |
| |_|_|/
|/| | | |
|
* | | | | e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead | Bruce Allan | 2011-03-02 | 1 | -1/+2 |
| |_|/
|/| | |
|
* | | | e1000e: flush all writebacks before unload | Jesse Brandeburg | 2011-02-17 | 1 | -10/+21 |
* | | | e1000e: check down flag in tasks | Jesse Brandeburg | 2011-02-17 | 1 | -0/+21 |
| |/
|/| |
|
* | | e1000e: tx_timeout should not increment for non-hang events | Jesse Brandeburg | 2011-02-08 | 1 | -1/+0 |
|/ |
|
* | e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs | Bruce Allan | 2011-01-14 | 1 | -109/+112 |
* | e1000e: update Copyright for 2011 | Bruce Allan | 2011-01-14 | 1 | -2/+2 |
* | e1000e: power off PHY after reset when interface is down | Bruce Allan | 2011-01-10 | 1 | -20/+26 |
* | e1000e: properly bounds-check string functions | Bruce Allan | 2011-01-10 | 1 | -2/+2 |
* | e1000e: cleanup variables set but not used | Bruce Allan | 2011-01-10 | 1 | -0/+3 |
* | e1000e: checkpatch warnings - braces | Bruce Allan | 2010-12-25 | 1 | -12/+7 |
* | e1000e: checkpatch error - macro panethesis | Bruce Allan | 2010-12-25 | 1 | -1/+1 |
* | 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: minor error message corrections | Bruce Allan | 2010-12-11 | 1 | -1/+1 |
* | 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 | 1 | -4/+8 |
* | e1000e: fix double initialization in blink path | Holger Eitzenberger | 2010-12-11 | 1 | -0/+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 |
* | drivers/net/e1000e: Remove unnecessary semicolons | Joe Perches | 2010-11-15 | 1 | -1/+1 |