aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000/e1000_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* e1000: convert to set_phys_idJeff Kirsher2011-05-071-34/+16
* net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny2011-04-291-1/+1
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-2/+2
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-2/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* e1000: use netif_<level> instead of netdev_<level>Emil Tantilov2010-07-261-13/+14
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0
* e1000/e1000e: implement a simple interrupt moderationJesse Brandeburg2010-05-051-3/+5
* e1000: Use netdev_<level>, pr_<level> and dev_<level>Emil Tantilov2010-04-271-16/+15
* e1000: use DMA API instead of PCI DMA functionsNick Nunley2010-04-271-20/+26
* e1000: Report link status in ethtool when interface is downNick Nunley2010-02-031-1/+18
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-2/+2
* e1000: Fix erroneous display of stats by ethtool -SAjit Khaparde2009-10-131-5/+22
* e1000: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-071-5/+7
* e1000: test link state conclusivelyJesse Brandeburg2009-09-261-2/+2
* e1000: drop dead pcie code from e1000Jesse Brandeburg2009-09-261-166/+32
* e1000: allow ethtool coalesece to adjust interrupts per secondJesse Brandeburg2009-07-061-1/+50
* e1000: Use device_set_wakeup_enable\"Rafael J. Wysocki\2008-11-161-2/+6
* e1000: Move assignments in tests before testJoe Perches2008-07-221-20/+29
* e1000: Remove spaces after casts and function namesJoe Perches2008-07-221-8/+8
* e1000: Move extern function definitions to e1000.hJoe Perches2008-07-221-13/+0
* e1000: Use hw, er32, and ew32Joe Perches2008-07-221-144/+169
* e1000: neaten function declarationsJoe Perches2008-07-221-107/+68
* e1000: only enable TSO6 via ethtool when using correct hardwareAndy Gospodarek2008-06-271-1/+1
* e1000: convert uint16_t style integers to u16Joe Perches2008-04-161-80/+80
* e1000: Convert boolean_t to boolJoe Perches2008-03-261-8/+9
* replace code with FIELD_SIZEOFJulia Lawall2008-02-111-1/+1
* [netdrvr] checkpatch cleanupsJeff Garzik2008-01-281-1/+1
* [E1000]: Convert regtest macro's to functionsJoe Perches2008-01-281-29/+55
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-281-1/+1
* e1000: fix memcpy in e1000_get_stringsRoel Kluin2007-12-071-1/+1
* e1000: sparse warnings fixesStephen Hemminger2007-10-301-17/+12
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-101-12/+10
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-2/+0
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-2/+1
* e1000: Add device IDs of blade version of the 82571 quad portAuke Kok2007-09-271-0/+1
* e1000: Add device IDs of new 82571 board variantsAuke Kok2007-08-141-0/+2
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0
* 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