aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
AgeCommit message (Expand)AuthorFilesLines
2006-06-11[PATCH] e1000: prevent statistics from getting garbled during resetLinas Vepstas1-1/+7
2006-06-08Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik1-1/+113
2006-06-08Merge branch 'upstream-fixes' into upstreamJeff Garzik2-9/+8
2006-06-08e1000: add PCI Error RecoveryAuke Kok1-1/+113
2006-06-08e1000: remove risky prefetch on next_skb->dataAuke Kok1-6/+2
2006-06-08e1000: fix ethtool test irq alloc as "probe"Auke Kok1-1/+4
2006-05-26e1000: add shutdown handler back to fix WOLAuke Kok1-1/+9
2006-05-26[PATCH] e1000: endian fixesAlexey Dobriyan1-2/+2
2006-05-23e1000: bump version to 7.0.38-k4Auke Kok1-1/+1
2006-05-23e1000: remove changelog in driverAuke Kok1-39/+0
2006-05-23e1000: Fix date string in MakefileAuke Kok1-1/+1
2006-05-23e1000: remove leading and trailing whitespace.Auke Kok4-81/+81
2006-05-23e1000: remove backslash r debug printfsAuke Kok1-12/+12
2006-05-23e1000: add shutdown handler back to fix WOLAuke Kok1-1/+9
2006-04-25e1000: Update truesize with the length of the packet for packet splitAuke Kok1-0/+1
2006-04-18e1000: fix mismerge skb_put.Auke Kok1-2/+1
2006-04-18e1000: fix mispatch for media type detect.Auke Kok1-1/+1
2006-04-14e1000: Version bump, contact fix, year string changeAuke Kok8-9/+17
2006-04-14e1000: implement more efficient tx queue lockingAuke Kok1-6/+8
2006-04-14e1000: Buffer optimizations for small MTUAuke Kok2-37/+52
2006-04-14e1000: Dead variable cleanupAuke Kok1-2/+1
2006-04-14e1000: Update truesize with the length of the packet for packet splitAuke Kok1-0/+1
2006-04-14e1000: Made an adapter struct variable into a local (txb2b)Auke Kok2-6/+5
2006-04-14e1000: De-inline functions to benefit from compiler smartnessAuke Kok1-15/+15
2006-04-14e1000: Esb2 wol link cycle bug and uninitialized registersAuke Kok1-1/+3
2006-04-14e1000: Remove PM warning DPRINTKs breaking 2.4.x kernelsAuke Kok1-32/+10
2006-04-02BUG_ON() Conversion in drivers/net/Eric Sesterhenn1-2/+1
2006-03-20[NET]: dev_put/dev_hold cleanupStephen Hemminger1-1/+1
2006-03-16Merge branch 'upstream-fixes'Jeff Garzik1-4/+4
2006-03-16[PATCH] e1000 endianness bugsDavid S. Miller1-4/+4
2006-03-11[PATCH] drivers/net/e1000/: proper prototypesAdrian Bunk3-27/+22
2006-03-11Merge branch 'e1000-upstream' of git://198.78.49.142/linux-2.6Jeff Garzik1-3/+3
2006-03-11Merge branch 'upstream-fixes'Jeff Garzik1-1/+1
2006-03-11[PATCH] Wrong return value corrupts free object in e1000 driverDavid S. Miller1-1/+1
2006-03-08e1000: Fix mii-tool access to setting speed and duplexJeff Kirsher1-3/+3
2006-03-02e1000: Added driver comments and whitespace changes. Modified long lines of ...Jeff Kirsher4-82/+60
2006-03-02e1000: Added a performance enhancement - prefetchJeff Kirsher1-3/+15
2006-03-02e1000: Add copybreak when using packet splitJeff Kirsher1-0/+30
2006-03-02e1000: Fixed the following issues with ESB2 (requires ESB2 support):Jeff Kirsher3-14/+65
2006-03-02e1000: Add support for new hardware (ESB2)Jeff Kirsher4-16/+964
2006-03-02e1000: Add performance enahancement by balancing TX and RXJeff Kirsher1-0/+8
2006-03-02e1000: Add enabled Jumbo frame support for 82573LJeff Kirsher2-1/+20
2006-03-02e1000: Add 82573 controller support to TSO fixJeff Kirsher1-11/+19
2006-03-02e1000: Fix filling skb descriptors while using packet splitJeff Kirsher1-5/+2
2006-03-02e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher4-11/+66
2006-03-02e1000: Fix Quadport Wake on LANJeff Kirsher3-1/+41
2006-03-02e1000: Fix RSS if enabled in mid-connectionJeff Kirsher2-1/+30
2006-03-02e1000: Fix 82543 issue when reading eepromJeff Kirsher1-1/+7
2006-03-02e1000: Fix dhcp issue when the skb structure fields are not filled properlyJeff Kirsher1-1/+1
2006-03-02e1000: Fix AMT losing connectivity when switching VLAN in passive modeJeff Kirsher1-1/+2
2006-03-02e1000: Fix unecessary delay for 82573 controllersJeff Kirsher1-6/+0
2006-03-02e1000: Fix lock up while setting ring parametersJeff Kirsher1-3/+3
2006-03-02e1000: Fix dead countersJeff Kirsher1-1/+0
2006-03-02e1000: Remove Multiqueue code until we have support for MSI-X in our hardwareJeff Kirsher3-292/+4
2006-02-28[PATCH] e1000: revert to single descriptor for legacy receive pathJeff Kirsher2-76/+46
2006-01-18[PATCH] e1000: fix compile warningJesse Brandeburg1-1/+1
2006-01-18[PATCH] e1000: fix receive breakageJesse Brandeburg1-11/+26
2006-01-18[PATCH] e1000: Added driver commentsJesse Brandeburg1-5/+67
2006-01-18[PATCH] e1000: Fix whitespaceJesse Brandeburg6-441/+443
2006-01-18[PATCH] e1000: Added functions declarationsJesse Brandeburg1-0/+3
2006-01-18[PATCH] e1000: Added functions to save and restore configJesse Brandeburg1-2/+58
2006-01-18[PATCH] e1000: Added RX buffer enhancementsJesse Brandeburg1-59/+78
2006-01-18[PATCH] e1000: Added disable packet split capabilityJesse Brandeburg1-2/+2
2006-01-17[PATCH] e1000: Removed unused variables and initialized variablesJeff Kirsher2-2/+2
2006-01-17[PATCH] e1000: Cleaned up code and removed hard coded numbersJeff Kirsher1-13/+21
2006-01-17[PATCH] e1000: Added copy break codeJeff Kirsher1-12/+47
2006-01-17[PATCH] e1000: Added variable to handle return values for pci_enable_* functionsJeff Kirsher1-11/+33
2006-01-17[PATCH] e1000: Added PCIe bus informationJeff Kirsher1-0/+20
2006-01-17[PATCH] e1000: Added firmware version reporting for 8257{1|2|3} controllersJeff Kirsher1-1/+20
2006-01-17[PATCH] e1000: Added hardware support for PCI express, 82546GB, and 82571 FiberJeff Kirsher4-2/+36
2006-01-17[PATCH] e1000: Added cleaned_count to RX buffer allocationJeff Kirsher2-26/+51
2006-01-17[PATCH] e1000: Added interrupt auto mask supportJeff Kirsher1-6/+25
2006-01-17[PATCH] e1000: Fix Netpoll issueJeff Kirsher1-0/+3
2006-01-17[PATCH] e1000: Fixed frame size logicJeff Kirsher1-2/+2
2006-01-17[PATCH] e1000: Fix VLAN supportJeff Kirsher1-1/+5
2006-01-17[PATCH] e1000: Fix __pskb_pull_tailJeff Kirsher1-8/+7
2006-01-17[PATCH] e1000: Fix collision distanceJeff Kirsher3-13/+29
2006-01-17[PATCH] e1000: Fix bit 22 (TXDCTL) for 82571 & 82572 controllersJeff Kirsher1-1/+0
2006-01-17[PATCH] e1000: Fix desc. clean upJeff Kirsher1-2/+3
2006-01-17[PATCH] e1000: Fix TX timeout logicJeff Kirsher1-10/+6
2006-01-17[PATCH] e1000: Fix Desc. Rings and Jumbo FramesJeff Kirsher1-47/+61
2006-01-17[PATCH] e1000: Fix TX queue length based on link speedJeff Kirsher2-0/+16
2006-01-17[PATCH] e1000: Fix flow control water marksJeff Kirsher2-15/+8
2006-01-17[PATCH] e1000: Fix EEPROM read logicJeff Kirsher1-8/+10
2006-01-17[PATCH] e1000: Fix PHY reset when blockedJeff Kirsher1-0/+5
2006-01-17[PATCH] e1000: Fix loopback logicJeff Kirsher1-24/+46
2006-01-17[PATCH] e1000: Fix mulitple queuesJeff Kirsher3-18/+120
2006-01-17[PATCH] e1000: Fix adapter structure and prepare for multique fixJeff Kirsher5-39/+55
2006-01-17[PATCH] e1000: Fix LED functionality for 82573Jeff Kirsher1-7/+15
2006-01-17[PATCH] Fix e1000 statsJeff Kirsher3-4/+8
2006-01-17[PATCH] e1000: Fix PHY config for 82573 controllerJeff Kirsher1-0/+6
2006-01-17[PATCH] e1000: Fix ASF/AMT for 8257{1|2|3} controllersJeff Kirsher2-70/+107
2006-01-17[PATCH] e1000: Fix SoL/IDER link and loopbackJeff Kirsher3-85/+65
2006-01-17[PATCH] e1000: General FixesJeff Kirsher2-7/+15
2006-01-17[PATCH] e1000: Fix TSOJeff Kirsher1-19/+18
2006-01-17[PATCH] e1000: Fix jumbo frame performanceJeff Kirsher1-2/+2
2006-01-09[PATCH] e1000: Fix invalid memory referenceKenji Kaneshige1-3/+7
2005-12-13e1000: Fixes for 8357xJeff Kirsher5-84/+150
2005-12-03Merge branch 'master'Jeff Garzik1-13/+1
2005-12-01[PATCH] e1000: fix for dhcp issueJesse Brandeburg1-13/+1
2005-11-18[PATCH] e1000: zero-out pointers in e1000_free_desc_ringsJohn W. Linville1-2/+10
2005-11-18[PATCH] e1000: avoid leak when e1000_setup_loopback_test failsJohn W. Linville1-1/+3
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