summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-21ixgbe: remove unnecessary break after returnFabian Frederick1-2/+0
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-04ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov1-7/+0
2014-05-23ixgbe: add /* fallthrough */ comment to case statementsJacob Keller1-0/+4
2014-05-23ixgbe: add space between operands to &Jacob Keller1-1/+1
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller1-16/+9
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller1-26/+26
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-03-13ixgbe: add Linux NICS mailing list to contact infoJacob Keller1-0/+1
2014-03-03ixgbe: Fix up some ethtool results when adapter is removedMark Rustad1-1/+8
2014-01-15ixgbe: Additional adapter removal checksMark Rustad1-0/+22
2014-01-15ixgbe: Make ethtool register test use accessorsMark Rustad1-51/+47
2013-10-24ixgbe: fix rx-usecs range checks for BQLEmil Tantilov1-3/+3
2013-10-01ixgbe: remove marketing names from busy poll codeJacob Keller1-14/+14
2013-10-01ixgbe: ethtool DCB registers dump for 82599 and x540Leonardo Potenza1-15/+60
2013-09-13ixgbe: fix ethtool reporting of supported links for SFP modulesEmil Tantilov1-0/+7
2013-09-13ixgbe: limit setting speed to only one at a time for QSFP modulesEmil Tantilov1-0/+13
2013-09-13ixgbe: fix ethtool loopback diagnostic with DCB enabledEmil Tantilov1-0/+5
2013-08-29ixgbe: add 1Gbps support for QSFP+Emil Tantilov1-3/+0
2013-08-29ixgbe: fix SFF data dumps of SFP+ modules from an offsetEmil Tantilov1-5/+4
2013-08-29ixgbe: fix link test when connected to 1Gbps link partnerEmil Tantilov1-17/+10
2013-08-29ixgbe: fix incorrect limit value in ring transverseDon Skidmore1-1/+1
2013-07-31ixgbe: rename LL_EXTENDED_STATS to use queue instead of qJacob Keller1-6/+6
2013-07-31ixgbe: fix SFF data dumps of SFP+ modulesEmil Tantilov1-55/+18
2013-07-31ixgbe: fix fc autoneg ethtool reporting.Don Skidmore1-4/+5
2013-06-11ixgbe: add extra stats for ndo_ll_pollEliezer Tamir1-0/+40
2013-04-26ixgbe: add mac type to the version in ethtool_regsEmil Tantilov1-1/+2
2013-04-26ixgbe: fix register access during ethtool loopback testEmil Tantilov1-12/+14
2013-04-25ixgbe: add SFP+ LX module supportDon Skidmore1-6/+4
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-9/+9
2013-02-16ixgbe: fix Tx timeouts with BQLEmil Tantilov1-6/+27
2013-02-16ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume1-0/+114
2013-02-16ixgbe: Add support for set_channels ethtool operationAlexander Duyck1-0/+38
2013-02-16ixgbe: Add support for displaying the number of Tx/Rx channelsAlexander Duyck1-0/+72
2013-02-05ixgbe: update date to 2013Don Skidmore1-1/+1
2013-02-05ixgbe: fix return values and memcpy parameters to eliminate Smatch warningsJosh Hay1-2/+4
2013-02-05ixgbe: fix potential null dereferenceJosh Hay1-0/+3
2013-02-01ixgbe: autoneg variable refactoringJosh Hay1-3/+3
2013-01-24ixgbe: add missing supported filters to get_ts_infoJacob Keller1-0/+8
2013-01-24ixgbe: ethtool ixgbe_diag_test cleanupJacob Keller1-12/+26
2012-11-22ixgbe: ethtool correctly identify autoneg settingJacob Keller1-0/+5
2012-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings1-2/+0
2012-11-01ixgbe: PTP get_ts_info missing software supportJacob Keller1-0/+3
2012-10-23ixgbe: Fix possible memory leak in ixgbe_set_ringparamAlexander Duyck1-52/+50
2012-10-03ixgbe: fix PTP ethtool timestamping functionJacob Keller1-4/+1
2012-07-19ixgbe: Retire RSS enabled and capable flagsAlexander Duyck1-4/+0
2012-07-11ixgbe: count q_vectors instead of MSI-X vectorsAlexander Duyck1-7/+1
2012-06-20ixgbe: clean up ixgbe_get_settings ethtool functionJacob Keller1-85/+62