aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* e1000: ROUND_UP macro cleanup in drivers/net/e1000Milind Arun Choudhary2007-04-281-3/+3
* e1000: Use kcalloc()Yan Burman2007-04-281-14/+12
* e1000: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-04-281-1/+1
* e1000: allow ethtool to see link status when downKok, Auke2007-02-171-1/+1
* remove NETIF_F_TSO ifdeferyArjan van de Ven2007-02-051-6/+0
* e1000: 3 new driver stats for managability testingJeff Garzik2006-12-261-0/+3
* e1000: add queue restart counterJesse Brandeburg2006-12-021-0/+1
* e1000: New hardware supportAuke Kok2006-12-021-0/+1
* e1000: FIX: enable hw TSO for IPV6Auke Kok2006-12-021-0/+7
* e1000: whitespace changes, comments, typosAuke Kok2006-12-021-13/+14
* e1000: FIX: 82542 doesn't support WoLAuke Kok2006-10-241-0/+1
* e1000: FIX: don't poke at manageability registers for incompatible adaptersJesse Brandeburg2006-10-241-1/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1
* e1000: possible memory leak in e1000_set_ringparamVasily Averin2006-09-271-21/+17
* e1000: driver state fixes (race fix)Auke Kok2006-09-271-3/+3
* e1000: allow ethtool to pass arbitrary speed advertismentJeff Kirsher2006-09-271-7/+3
* e1000: add multicast stats countersMitch Williams2006-09-271-14/+18
* e1000: remove unused code and make symbols staticNicholas Nunley2006-09-271-0/+15
* e1000: rename flow control symbolsJeff Kirsher2006-09-271-7/+7
* e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok2006-09-271-18/+17
* e1000, ixgb: Remove pointless wrappersJeff Garzik2006-09-191-10/+10
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express deviceJesse Brandeburg2006-08-311-0/+1
* e1000: unify WoL capability detection codeJesse Brandeburg2006-08-311-75/+91
* e1000: Whitespace cleanup, cosmetic changesAuke Kok2006-08-281-27/+25
* e1000: explicit locking for two ethtool path functionsJesse Brandeburg2006-08-161-10/+23
* e1000: Explicitly power up the PHY during loopback testing.Jesse Brandeburg2006-08-161-0/+7
* Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik2006-07-051-56/+85
|\
| * e1000: integrate ich8 support into driverAuke Kok2006-06-271-22/+58
| * e1000: fix adapter led blinking inconsistencyAuke Kok2006-06-271-14/+1
| * e1000: rework driver hardware reset lockingAuke Kok2006-06-271-20/+26
| * e1000: fix loopback ethtool testAuke Kok2006-06-271-1/+1
* | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-3/+3
|/
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-06-081-3/+6
|\
| * e1000: fix ethtool test irq alloc as "probe"Auke Kok2006-06-081-1/+4
* | e1000: remove leading and trailing whitespace.Auke Kok2006-05-231-22/+22
* | e1000: Version bump, contact fix, year string changeAuke Kok2006-04-141-1/+2
|/
* [PATCH] drivers/net/e1000/: proper prototypesAdrian Bunk2006-03-111-13/+0
* e1000: Fixed the following issues with ESB2 (requires ESB2 support):Jeff Kirsher2006-03-021-1/+9
* e1000: Add support for new hardware (ESB2)Jeff Kirsher2006-03-021-0/+3
* e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher2006-03-021-0/+3
* e1000: Fix Quadport Wake on LANJeff Kirsher2006-03-021-1/+30
* e1000: Fix lock up while setting ring parametersJeff Kirsher2006-03-021-3/+3
* e1000: Fix dead countersJeff Kirsher2006-03-021-1/+0
* e1000: Remove Multiqueue code until we have support for MSI-X in our hardwareJeff Kirsher2006-03-021-43/+0
* [PATCH] e1000: Fix whitespaceJesse Brandeburg2006-01-181-154/+153
* [PATCH] e1000: Added firmware version reporting for 8257{1|2|3} controllersJeff Kirsher2006-01-171-1/+20
* [PATCH] e1000: Added hardware support for PCI express, 82546GB, and 82571 FiberJeff Kirsher2006-01-171-0/+2
* [PATCH] e1000: Fixed frame size logicJeff Kirsher2006-01-171-2/+2
* [PATCH] e1000: Fix desc. clean upJeff Kirsher2006-01-171-2/+3