aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-13ixgb: Fix erroneous display of stats by ethtool -SAjit Khaparde1-5/+22
2009-10-07ixgb: Use the instance of net_device_stats from net_device.Ajit Khaparde1-22/+24
2008-07-11ixgb: update copyright dates and versionsJesse Brandeburg1-1/+1
2008-07-11ixgb: trivial fix space after forJesse Brandeburg1-8/+6
2008-07-11ixgb: whitespace fixupsJesse Brandeburg1-18/+18
2008-07-11ixgb: format all if( to be if (Jesse Brandeburg1-34/+34
2008-04-16ixgb: convert uint16_t style integers to u16Joe Perches1-25/+25
2008-03-26ixgb: move externs out of .c filesAuke Kok1-9/+0
2008-03-26ixgb: convert boolean_t to boolJoe Perches1-5/+5
2008-02-24ixgb: add RNBC counter - no buffer count - to ethtool statsAuke Kok1-0/+1
2008-02-11replace code with FIELD_SIZEOFJulia Lawall1-1/+1
2007-10-30ixgb: fix sparse warningsStephen Hemminger1-5/+2
2007-10-10ixgb: endiannessAl Viro1-2/+2
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
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-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-04-28ixgb: ROUND_UP macro cleanup in drivers/net/ixgbMilind Arun Choudhary1-2/+2
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven1-6/+0
2007-01-06ixgb: Maybe stop TX if not enough free descriptorsJesse Brandeburg1-0/+1
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok1-18/+18
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-08-31ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)Jesse Brandeburg1-5/+1
2006-05-26ixgb: update version, datesAuke Kok1-1/+1
2006-05-26ixgb: replace netdev->priv with netdev_priv()Auke Kok1-2/+2
2006-05-23ixgb: add tx timeout counterAuke Kok1-0/+1
2006-05-23ixgb: use DPRINTK and msglvl, and ethtool to control itAuke Kok1-0/+15
2006-05-23ixgb: remove hardcoded numberAuke Kok1-1/+3
2006-05-23ixgb: remove duplicate code setting duplex and speedAuke Kok1-21/+14
2005-11-05[PATCH] drivers/net/ixgb/: make some code staticAdrian Bunk1-1/+1
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+3
2005-09-14[PATCH] ixgb: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+1
2005-08-11[PATCH] ixgb: Driver version, white space, commentsMalli Chilakala1-1/+2
2005-08-11[PATCH] ixgb: Ethtool cleanup patch from Stephen HemmingerMalli Chilakala1-1/+1
2005-08-11[PATCH] ixgb: Fix data output by ethtool -dMalli Chilakala1-1/+2
2005-08-11[PATCH] ixgb: Use netdev_priv() instead of netdev->privMalli Chilakala1-14/+16
2005-08-11[PATCH] ixgb: Fix unnecessary link state messagesMalli Chilakala1-0/+21
2005-05-12[PATCH] ixgb: Support for ethtool -dMalli Chilakala1-1/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+704