summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-21ixgbe: Fix reporting of 100Mb capabilityTony Nguyen1-1/+1
2016-09-23ixgbe: Limit reporting of redirection table if SR-IOV is enabledAlexander Duyck1-1/+5
2016-09-23ixgbe: Allow setting multiple queues when SR-IOV is enabledAlexander Duyck1-2/+2
2016-09-23ixgbe: Indicate support for pause frames in all casesMark Rustad1-0/+19
2016-08-21ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-1/+3
2016-07-22ixgbevf: Correct parameter sent to LED functionDon Skidmore1-2/+2
2016-06-29ixgbe: Correct reporting of timestamping for x550Tony Nguyen1-2/+6
2016-05-04ixgbe: Revise populating few registers and macro definitionsPreethi Banala1-12/+6
2016-05-04ixgbe: Return 64 bit stats valuesPreethi Banala1-3/+6
2016-04-25ixgbe: use BIT() macroJacob Keller1-7/+7
2016-04-08ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-1/+8
2016-03-30ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-2/+2
2016-02-17net: ixgbe: add support for tc_u32 offloadJohn Fastabend1-3/+3
2016-01-08ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov1-5/+2
2015-12-30ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-13/+42
2015-12-30ixgbe: add support for QSFP PHY types in ixgbe_get_settings()Emil Tantilov1-0/+4
2015-12-12ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov1-4/+0
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-09-16ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck1-1/+1
2015-09-02ixgbe: Add support for reporting 2.5G link speedMark Rustad1-0/+7
2015-09-02ixgbe: support for ethtool set_rxfhTom Barbette1-0/+47
2015-07-18ixgbe: only report generic filters in get_ts_infoJacob Keller1-8/+0
2015-06-10ixgbe: add define for X557 PHY IDDon Skidmore1-0/+1
2015-06-10ixgbe: add array of MAC type dependent valuesDon Skidmore1-3/+3
2015-05-28ixgbe: Allow flow director to use entire queue spaceJohn Fastabend1-10/+24
2015-05-04ixgbe: Use a signed type to hold error codesMark Rustad1-5/+5
2015-04-11ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov1-0/+42
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches1-2/+2
2015-03-13ixgbe: add new wrapper for X550 supportDon Skidmore1-6/+7
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore1-4/+5
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore1-5/+32
2014-10-30ixgbe: fix race when setting advertised speedEmil Tantilov1-0/+4
2014-10-02ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov1-2/+1
2014-09-12ixgbe: Resolve warnings produced in W=2 buildsMark Rustad1-2/+2
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
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