| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [PATCH] e1000: Fix collision distance | Jeff Kirsher | 2006-01-17 | 3 | -13/+29 |
* | [PATCH] e1000: Fix bit 22 (TXDCTL) for 82571 & 82572 controllers | Jeff Kirsher | 2006-01-17 | 1 | -1/+0 |
* | [PATCH] e1000: Fix desc. clean up | Jeff Kirsher | 2006-01-17 | 1 | -2/+3 |
* | [PATCH] e1000: Fix TX timeout logic | Jeff Kirsher | 2006-01-17 | 1 | -10/+6 |
* | [PATCH] e1000: Fix Desc. Rings and Jumbo Frames | Jeff Kirsher | 2006-01-17 | 1 | -47/+61 |
* | [PATCH] e1000: Fix TX queue length based on link speed | Jeff Kirsher | 2006-01-17 | 2 | -0/+16 |
* | [PATCH] e1000: Fix flow control water marks | Jeff Kirsher | 2006-01-17 | 2 | -15/+8 |
* | [PATCH] e1000: Fix EEPROM read logic | Jeff Kirsher | 2006-01-17 | 1 | -8/+10 |
* | [PATCH] e1000: Fix PHY reset when blocked | Jeff Kirsher | 2006-01-17 | 1 | -0/+5 |
* | [PATCH] e1000: Fix loopback logic | Jeff Kirsher | 2006-01-17 | 1 | -24/+46 |
* | [PATCH] e1000: Fix mulitple queues | Jeff Kirsher | 2006-01-17 | 3 | -18/+120 |
* | [PATCH] e1000: Fix adapter structure and prepare for multique fix | Jeff Kirsher | 2006-01-17 | 5 | -39/+55 |
* | [PATCH] e1000: Fix LED functionality for 82573 | Jeff Kirsher | 2006-01-17 | 1 | -7/+15 |
* | [PATCH] Fix e1000 stats | Jeff Kirsher | 2006-01-17 | 3 | -4/+8 |
* | [PATCH] e1000: Fix PHY config for 82573 controller | Jeff Kirsher | 2006-01-17 | 1 | -0/+6 |
* | [PATCH] e1000: Fix ASF/AMT for 8257{1|2|3} controllers | Jeff Kirsher | 2006-01-17 | 2 | -70/+107 |
* | [PATCH] e1000: Fix SoL/IDER link and loopback | Jeff Kirsher | 2006-01-17 | 3 | -85/+65 |
* | [PATCH] e1000: General Fixes | Jeff Kirsher | 2006-01-17 | 2 | -7/+15 |
* | [PATCH] e1000: Fix TSO | Jeff Kirsher | 2006-01-17 | 1 | -19/+18 |
* | [PATCH] e1000: Fix jumbo frame performance | Jeff Kirsher | 2006-01-17 | 1 | -2/+2 |
* | [PATCH] e1000: Fix invalid memory reference | Kenji Kaneshige | 2006-01-09 | 1 | -3/+7 |
* | e1000: Fixes for 8357x | Jeff Kirsher | 2005-12-13 | 5 | -84/+150 |
* | Merge branch 'master' | Jeff Garzik | 2005-12-03 | 1 | -13/+1 |
|\ |
|
| * | [PATCH] e1000: fix for dhcp issue | Jesse Brandeburg | 2005-12-01 | 1 | -13/+1 |
* | | [PATCH] e1000: zero-out pointers in e1000_free_desc_rings | John W. Linville | 2005-11-18 | 1 | -2/+10 |
* | | [PATCH] e1000: avoid leak when e1000_setup_loopback_test fails | John W. Linville | 2005-11-18 | 1 | -1/+3 |
|/ |
|
* | [PATCH] drivers/net/e1000/: possible cleanups | Adrian Bunk | 2005-11-05 | 4 | -89/+87 |
* | [PATCH] e1000: Fixes e1000_suspend warning when CONFIG_PM is not enabled | Ashutosh Naik | 2005-10-28 | 1 | -1/+1 |
* | [PATCH] e1000: use vmalloc_node() | Ravikiran G Thirumalai | 2005-10-28 | 1 | -2/+3 |
* | [PATCH] e1000: remove warning about e1000_suspend | Martin J. Bligh | 2005-10-28 | 1 | -1/+1 |
* | drivers/net: Remove pointless checks for NULL prior to calling kfree() | Jesper Juhl | 2005-10-28 | 1 | -5/+2 |
* | [PATCH] e1000: Driver version, white space, comments, device id & other | Mallikarjuna R Chilakala | 2005-10-20 | 1 | -4/+9 |
* | [PATCH] e1000 build fix | Andrew Morton | 2005-10-18 | 1 | -1/+1 |
* | [PATCH] e1000_intr build fix | Andrew Morton | 2005-10-18 | 1 | -1/+1 |
* | e1000: fix warnings | Jeff Garzik | 2005-10-04 | 1 | -6/+9 |
* | e1000: Flush shadow RAM | Mallikarjuna R Chilakala | 2005-10-04 | 2 | -2/+5 |
* | e1000: Added msleep_interruptible delay | Mallikarjuna R Chilakala | 2005-10-04 | 1 | -0/+1 |
* | e1000: Fixes for packet split related issues | Mallikarjuna R Chilakala | 2005-10-04 | 3 | -38/+60 |
* | e1000: Enable custom configuration bits for 82571/2 controllers | Mallikarjuna R Chilakala | 2005-10-04 | 1 | -0/+23 |
* | e1000: implementation of the multi-queue feature | Mallikarjuna R Chilakala | 2005-10-04 | 1 | -3/+188 |
* | e1000: multi-queue defines/modification to data structures | Mallikarjuna R Chilakala | 2005-10-04 | 4 | -243/+564 |
* | e1000: Support for 82571 and 82572 controllers | Mallikarjuna R Chilakala | 2005-10-04 | 4 | -54/+372 |
* | Merge /spare/repo/linux-2.6/ | Jeff Garzik | 2005-09-21 | 1 | -1/+0 |
|\ |
|
| * | [PATCH] e1000: correct rx_dropped counting | John W. Linville | 2005-09-14 | 1 | -1/+0 |
* | | [PATCH] e1000: support ETHTOOL_GPERMADDR | John W. Linville | 2005-09-14 | 2 | -1/+3 |
|/ |
|
* | [PATCH] (2/7) iomem annotations (e1000) | viro@ftp.linux.org.uk | 2005-09-05 | 1 | -1/+1 |
* | [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion | Pavel Machek | 2005-09-05 | 1 | -8/+6 |
* | [PATCH] e1000 printk warning fix 2 | Andrew Morton | 2005-08-19 | 1 | -2/+2 |
* | [NETPOLL]: e1000 netpoll tweak | Matt Mackall | 2005-08-11 | 1 | -0/+1 |
* | [PATCH] e1000: no need for reboot notifier | Tony Luck | 2005-07-28 | 1 | -28/+1 |