aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-1863/+0
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg1-0/+6
2011-06-21e1000: convert to ndo_fix_featuresMichał Mirosław1-69/+0
2011-05-07e1000: convert to set_phys_idJeff Kirsher1-34/+16
2011-04-29net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny1-1/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-07-26e1000: use netif_<level> instead of netdev_<level>Emil Tantilov1-13/+14
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-05-05e1000/e1000e: implement a simple interrupt moderationJesse Brandeburg1-3/+5
2010-04-27e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov1-16/+15
2010-04-27e1000: use DMA API instead of PCI DMA functionsNick Nunley1-20/+26
2010-02-03e1000: Report link status in ethtool when interface is downNick Nunley1-1/+18
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-2/+2
2009-10-13e1000: Fix erroneous display of stats by ethtool -SAjit Khaparde1-5/+22
2009-10-07e1000: Use the instance of net_device_stats from net_device.Ajit Khaparde1-5/+7
2009-09-26e1000: test link state conclusivelyJesse Brandeburg1-2/+2
2009-09-26e1000: drop dead pcie code from e1000Jesse Brandeburg1-166/+32
2009-07-06e1000: allow ethtool coalesece to adjust interrupts per secondJesse Brandeburg1-1/+50
2008-11-16e1000: Use device_set_wakeup_enable\"Rafael J. Wysocki\1-2/+6
2008-07-22e1000: Move assignments in tests before testJoe Perches1-20/+29
2008-07-22e1000: Remove spaces after casts and function namesJoe Perches1-8/+8
2008-07-22e1000: Move extern function definitions to e1000.hJoe Perches1-13/+0
2008-07-22e1000: Use hw, er32, and ew32Joe Perches1-144/+169
2008-07-22e1000: neaten function declarationsJoe Perches1-107/+68
2008-06-27e1000: only enable TSO6 via ethtool when using correct hardwareAndy Gospodarek1-1/+1
2008-04-16e1000: convert uint16_t style integers to u16Joe Perches1-80/+80
2008-03-26e1000: Convert boolean_t to boolJoe Perches1-8/+9
2008-02-11replace code with FIELD_SIZEOFJulia Lawall1-1/+1
2008-01-28[netdrvr] checkpatch cleanupsJeff Garzik1-1/+1
2008-01-28[E1000]: Convert regtest macro's to functionsJoe Perches1-29/+55
2008-01-28netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz1-1/+1
2007-12-07e1000: fix memcpy in e1000_get_stringsRoel Kluin1-1/+1
2007-10-30e1000: sparse warnings fixesStephen Hemminger1-17/+12
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-12/+10
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-2/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-2/+1
2007-09-27e1000: Add device IDs of blade version of the 82571 quad portAuke Kok1-0/+1
2007-08-14e1000: Add device IDs of new 82571 board variantsAuke Kok1-0/+2
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-04-28e1000: ROUND_UP macro cleanup in drivers/net/e1000Milind Arun Choudhary1-3/+3
2007-04-28e1000: Use kcalloc()Yan Burman1-14/+12
2007-04-28e1000: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+1
2007-02-17e1000: allow ethtool to see link status when downKok, Auke1-1/+1
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven1-6/+0
2006-12-26e1000: 3 new driver stats for managability testingJeff Garzik1-0/+3
2006-12-02e1000: add queue restart counterJesse Brandeburg1-0/+1
2006-12-02e1000: New hardware supportAuke Kok1-0/+1
2006-12-02e1000: FIX: enable hw TSO for IPV6Auke Kok1-0/+7
2006-12-02e1000: whitespace changes, comments, typosAuke Kok1-13/+14
2006-10-24e1000: FIX: 82542 doesn't support WoLAuke Kok1-0/+1
2006-10-24e1000: FIX: don't poke at manageability registers for incompatible adaptersJesse Brandeburg1-1/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-09-27e1000: possible memory leak in e1000_set_ringparamVasily Averin1-21/+17
2006-09-27e1000: driver state fixes (race fix)Auke Kok1-3/+3
2006-09-27e1000: allow ethtool to pass arbitrary speed advertismentJeff Kirsher1-7/+3
2006-09-27e1000: add multicast stats countersMitch Williams1-14/+18
2006-09-27e1000: remove unused code and make symbols staticNicholas Nunley1-0/+15
2006-09-27e1000: rename flow control symbolsJeff Kirsher1-7/+7
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok1-18/+17
2006-09-19e1000, ixgb: Remove pointless wrappersJeff Garzik1-10/+10
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-08-31e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express deviceJesse Brandeburg1-0/+1
2006-08-31e1000: unify WoL capability detection codeJesse Brandeburg1-75/+91
2006-08-28e1000: Whitespace cleanup, cosmetic changesAuke Kok1-27/+25
2006-08-16e1000: explicit locking for two ethtool path functionsJesse Brandeburg1-10/+23
2006-08-16e1000: Explicitly power up the PHY during loopback testing.Jesse Brandeburg1-0/+7
2006-07-05Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik1-56/+85
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-27e1000: integrate ich8 support into driverAuke Kok1-22/+58
2006-06-27e1000: fix adapter led blinking inconsistencyAuke Kok1-14/+1
2006-06-27e1000: rework driver hardware reset lockingAuke Kok1-20/+26
2006-06-27e1000: fix loopback ethtool testAuke Kok1-1/+1
2006-06-08Merge branch 'upstream-fixes' into upstreamJeff Garzik1-3/+6
2006-06-08e1000: fix ethtool test irq alloc as "probe"Auke Kok1-1/+4
2006-05-23e1000: remove leading and trailing whitespace.Auke Kok1-22/+22
2006-04-14e1000: Version bump, contact fix, year string changeAuke Kok1-1/+2
2006-03-11[PATCH] drivers/net/e1000/: proper prototypesAdrian Bunk1-13/+0
2006-03-02e1000: Fixed the following issues with ESB2 (requires ESB2 support):Jeff Kirsher1-1/+9
2006-03-02e1000: Add support for new hardware (ESB2)Jeff Kirsher1-0/+3
2006-03-02e1000: Fix network problems when forced at 100Mb/s and to fix TSO when forced...Jeff Kirsher1-0/+3
2006-03-02e1000: Fix Quadport Wake on LANJeff Kirsher1-1/+30
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 Kirsher1-43/+0
2006-01-18[PATCH] e1000: Fix whitespaceJesse Brandeburg1-154/+153
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 Kirsher1-0/+2
2006-01-17[PATCH] e1000: Fixed frame size logicJeff Kirsher1-2/+2
2006-01-17[PATCH] e1000: Fix desc. clean upJeff Kirsher1-2/+3
2006-01-17[PATCH] e1000: Fix loopback logicJeff Kirsher1-24/+46
2006-01-17[PATCH] e1000: Fix mulitple queuesJeff Kirsher1-8/+57
2006-01-17[PATCH] e1000: Fix adapter structure and prepare for multique fixJeff Kirsher1-4/+4
2006-01-17[PATCH] e1000: Fix LED functionality for 82573Jeff Kirsher1-7/+15
2006-01-17[PATCH] Fix e1000 statsJeff Kirsher1-0/+2
2006-01-17[PATCH] e1000: Fix SoL/IDER link and loopbackJeff Kirsher1-80/+48
2005-12-13e1000: Fixes for 8357xJeff Kirsher1-23/+72
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 Bunk1-1/+1
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl1-5/+2
2005-10-04e1000: Flush shadow RAMMallikarjuna R Chilakala1-2/+4
2005-10-04e1000: Added msleep_interruptible delayMallikarjuna R Chilakala1-0/+1
2005-10-04e1000: Fixes for packet split related issuesMallikarjuna R Chilakala1-1/+2
2005-10-04e1000: multi-queue defines/modification to data structuresMallikarjuna R Chilakala1-24/+51
2005-10-04e1000: Support for 82571 and 82572 controllersMallikarjuna R Chilakala1-1/+8
2005-09-14[PATCH] e1000: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+1
2005-06-27[PATCH] e1000: Enable ethtool phys_id feature for 82573 controllersMalli Chilakala1-9/+18
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: Use netdev_priv() to get to netdev->privMalli Chilakala1-25/+25
2005-05-12[PATCH] e1000:Driver version,white space,comments,device idMalli Chilakala1-13/+11
2005-05-12[PATCH] e1000: made loopback test robustMalli Chilakala1-23/+58
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1673