aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* ixgb: convert to set_phys_idJeff Kirsher2011-05-041-34/+12
* 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-1/+2
* ixgb: convert to new VLAN modelEmil Tantilov2011-03-111-0/+39
* drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* ixgb: Fix erroneous display of stats by ethtool -SAjit Khaparde2009-10-131-5/+22
* ixgb: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-071-22/+24
* ixgb: update copyright dates and versionsJesse Brandeburg2008-07-111-1/+1
* ixgb: trivial fix space after forJesse Brandeburg2008-07-111-8/+6
* ixgb: whitespace fixupsJesse Brandeburg2008-07-111-18/+18
* ixgb: format all if( to be if (Jesse Brandeburg2008-07-111-34/+34
* ixgb: convert uint16_t style integers to u16Joe Perches2008-04-161-25/+25
* ixgb: move externs out of .c filesAuke Kok2008-03-261-9/+0
* ixgb: convert boolean_t to boolJoe Perches2008-03-261-5/+5
* ixgb: add RNBC counter - no buffer count - to ethtool statsAuke Kok2008-02-241-0/+1
* replace code with FIELD_SIZEOFJulia Lawall2008-02-111-1/+1
* ixgb: fix sparse warningsStephen Hemminger2007-10-301-5/+2
* ixgb: endiannessAl Viro2007-10-101-2/+2
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-101-3/+8
* [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
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0
* ixgb: ROUND_UP macro cleanup in drivers/net/ixgbMilind Arun Choudhary2007-04-281-2/+2
* remove NETIF_F_TSO ifdeferyArjan van de Ven2007-02-051-6/+0
* ixgb: Maybe stop TX if not enough free descriptorsJesse Brandeburg2007-01-061-0/+1
* e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok2006-09-271-18/+18
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)Jesse Brandeburg2006-08-311-5/+1
* ixgb: update version, datesAuke Kok2006-05-261-1/+1
* ixgb: replace netdev->priv with netdev_priv()Auke Kok2006-05-261-2/+2
* ixgb: add tx timeout counterAuke Kok2006-05-231-0/+1
* ixgb: use DPRINTK and msglvl, and ethtool to control itAuke Kok2006-05-231-0/+15
* ixgb: remove hardcoded numberAuke Kok2006-05-231-1/+3
* ixgb: remove duplicate code setting duplex and speedAuke Kok2006-05-231-21/+14
* [PATCH] drivers/net/ixgb/: make some code staticAdrian Bunk2005-11-051-1/+1
* [PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan2005-09-141-4/+3
* [PATCH] ixgb: support ETHTOOL_GPERMADDRJohn W. Linville2005-09-141-0/+1
* [PATCH] ixgb: Driver version, white space, commentsMalli Chilakala2005-08-111-1/+2
* [PATCH] ixgb: Ethtool cleanup patch from Stephen HemmingerMalli Chilakala2005-08-111-1/+1
* [PATCH] ixgb: Fix data output by ethtool -dMalli Chilakala2005-08-111-1/+2
* [PATCH] ixgb: Use netdev_priv() instead of netdev->privMalli Chilakala2005-08-111-14/+16
* [PATCH] ixgb: Fix unnecessary link state messagesMalli Chilakala2005-08-111-0/+21
* [PATCH] ixgb: Support for ethtool -dMalli Chilakala2005-05-121-1/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+704