aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
AgeCommit message (Expand)AuthorFilesLines
2005-11-05[PATCH] drivers/net/e1000/: possible cleanupsAdrian Bunk4-89/+87
2005-10-28[PATCH] e1000: Fixes e1000_suspend warning when CONFIG_PM is not enabledAshutosh Naik1-1/+1
2005-10-28[PATCH] e1000: use vmalloc_node()Ravikiran G Thirumalai1-2/+3
2005-10-28[PATCH] e1000: remove warning about e1000_suspendMartin J. Bligh1-1/+1
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl1-5/+2
2005-10-20[PATCH] e1000: Driver version, white space, comments, device id & otherMallikarjuna R Chilakala1-4/+9
2005-10-18[PATCH] e1000 build fixAndrew Morton1-1/+1
2005-10-18[PATCH] e1000_intr build fixAndrew Morton1-1/+1
2005-10-04e1000: fix warningsJeff Garzik1-6/+9
2005-10-04e1000: Flush shadow RAMMallikarjuna R Chilakala2-2/+5
2005-10-04e1000: Added msleep_interruptible delayMallikarjuna R Chilakala1-0/+1
2005-10-04e1000: Fixes for packet split related issuesMallikarjuna R Chilakala3-38/+60
2005-10-04e1000: Enable custom configuration bits for 82571/2 controllersMallikarjuna R Chilakala1-0/+23
2005-10-04e1000: implementation of the multi-queue featureMallikarjuna R Chilakala1-3/+188
2005-10-04e1000: multi-queue defines/modification to data structuresMallikarjuna R Chilakala4-243/+564
2005-10-04e1000: Support for 82571 and 82572 controllersMallikarjuna R Chilakala4-54/+372
2005-09-21Merge /spare/repo/linux-2.6/Jeff Garzik1-1/+0
2005-09-14[PATCH] e1000: support ETHTOOL_GPERMADDRJohn W. Linville2-1/+3
2005-09-14[PATCH] e1000: correct rx_dropped countingJohn W. Linville1-1/+0
2005-09-05[PATCH] (2/7) iomem annotations (e1000)viro@ftp.linux.org.uk1-1/+1
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek1-8/+6
2005-08-19[PATCH] e1000 printk warning fix 2Andrew Morton1-2/+2
2005-08-11[NETPOLL]: e1000 netpoll tweakMatt Mackall1-0/+1
2005-07-28[PATCH] e1000: no need for reboot notifierTony Luck1-28/+1
2005-06-27[PATCH] e1000: Driver version, white space, comments & otherMalli Chilakala2-7/+9
2005-06-27[PATCH] e1000: Included proposals to false late collisions due to H/W latenciesMalli Chilakala2-5/+15
2005-06-27[PATCH] e1000: Ethtool set speed/duplex validates parameters for consistencyMalli Chilakala1-0/+7
2005-06-27[PATCH] e1000: Enable ethtool phys_id feature for 82573 controllersMalli Chilakala1-9/+18
2005-06-27[PATCH] e1000: Fixed VLAN tag processing error for big-endian architecturesMalli Chilakala1-6/+6
2005-06-27[PATCH] e1000: Ethtool cleanup patch from Stephen HemmingerMalli Chilakala1-5/+16
2005-06-27[PATCH] e1000: Fixed the loopback test failure for 82573 based adaptersMalli Chilakala1-0/+1
2005-06-27[PATCH] e1000: Fixed register and loopback test failures with 82573 controllersMalli Chilakala1-6/+26
2005-06-27[PATCH] e1000: Cleanup debug message printed when Tx Unit hang is detectedMalli Chilakala2-3/+3
2005-06-27[PATCH] e1000: Use netdev_priv() to get to netdev->privMalli Chilakala2-45/+45
2005-06-27[PATCH] e1000: Use correct WOL settings for 82544 adaptersMalli Chilakala1-1/+1
2005-06-27[PATCH] e1000: Synchronize phy access between stats update and MII_IOCTLMalli Chilakala1-10/+26
2005-06-23e1000: fix spinlock bugMitch Williams1-0/+1
2005-05-12[PATCH] e1000:Driver version,white space,comments,device idMalli Chilakala7-135/+106
2005-05-12[PATCH] e1000:Adjust flow control watermarks for Jumbo FramesMalli Chilakala1-2/+15
2005-05-12[PATCH] e1000:Fix Packet Buffer Allocation logic for 82547_rev_2Malli Chilakala1-0/+1
2005-05-12[PATCH] e1000:82573 specific code & packet split codeMalli Chilakala5-523/+2882
2005-05-12[PATCH] e1000: Modified e1000_clean: exit pollMalli Chilakala1-3/+2
2005-05-12[PATCH] e1000:Removed redundant statement in e1000_clean_tx_irqMalli Chilakala1-1/+0
2005-05-12[PATCH] e1000: Implement a workaround for 82546 errata 10Malli Chilakala1-0/+16
2005-05-12[PATCH] e1000: e1000 stops working after resumeMalli Chilakala1-2/+1
2005-05-12[PATCH] e1000:Fix computation of netdev stats from controller stats countersMalli Chilakala1-3/+3
2005-05-12[PATCH] e1000: Dump information on Tx ringMalli Chilakala1-3/+30
2005-05-12[PATCH] e1000: Delay clean-up of last Tx packetMalli Chilakala1-16/+27
2005-05-12[PATCH] e1000: Fix kernel panic with 82541 LOMMalli Chilakala1-0/+1
2005-05-12[PATCH] e1000: Enable polling before enabling interruptsMalli Chilakala1-1/+2
2005-05-12[PATCH] e1000: MSI support for PCI-e adaptersMalli Chilakala2-0/+18
2005-05-12[PATCH] e1000: Fix msec-delay definition to use msleepMalli Chilakala1-1/+6
2005-05-12[PATCH] e1000: made loopback test robustMalli Chilakala1-23/+58
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds9-0/+13864