summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)Author
2019-08-04ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues
2017-11-21ixgbe: Fix reporting of 100Mb capabilityTony Nguyen
2016-09-23ixgbe: Limit reporting of redirection table if SR-IOV is enabledAlexander Duyck
2016-09-23ixgbe: Allow setting multiple queues when SR-IOV is enabledAlexander Duyck
2016-09-23ixgbe: Indicate support for pause frames in all casesMark Rustad
2016-08-20ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth
2016-07-22ixgbevf: Correct parameter sent to LED functionDon Skidmore
2016-06-29ixgbe: Correct reporting of timestamping for x550Tony Nguyen
2016-05-04ixgbe: Revise populating few registers and macro definitionsPreethi Banala
2016-05-04ixgbe: Return 64 bit stats valuesPreethi Banala
2016-04-25ixgbe: use BIT() macroJacob Keller
2016-04-07ixgbe: Add support for x550em_a 10G MAC typeMark Rustad
2016-03-29ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2016-02-17net: ixgbe: add support for tc_u32 offloadJohn Fastabend
2016-01-08ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov
2015-12-29ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth
2015-12-29ixgbe: add support for QSFP PHY types in ixgbe_get_settings()Emil Tantilov
2015-12-12ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-15ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck
2015-09-01ixgbe: Add support for reporting 2.5G link speedMark Rustad
2015-09-01ixgbe: support for ethtool set_rxfhTom Barbette
2015-07-17ixgbe: only report generic filters in get_ts_infoJacob Keller
2015-06-09ixgbe: add define for X557 PHY IDDon Skidmore
2015-06-09ixgbe: add array of MAC type dependent valuesDon Skidmore
2015-05-28ixgbe: Allow flow director to use entire queue spaceJohn Fastabend
2015-05-04ixgbe: Use a signed type to hold error codesMark Rustad
2015-04-10ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches
2015-03-13ixgbe: add new wrapper for X550 supportDon Skidmore
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore
2014-10-30ixgbe: fix race when setting advertised speedEmil Tantilov
2014-10-02ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov
2014-09-12ixgbe: Resolve warnings produced in W=2 buildsMark Rustad
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-07-20ixgbe: remove unnecessary break after returnFabian Frederick
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-06-03ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov
2014-05-23ixgbe: add /* fallthrough */ comment to case statementsJacob Keller
2014-05-23ixgbe: add space between operands to &Jacob Keller
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-12ixgbe: add Linux NICS mailing list to contact infoJacob Keller
2014-03-02ixgbe: Fix up some ethtool results when adapter is removedMark Rustad
2014-01-14ixgbe: Additional adapter removal checksMark Rustad
2014-01-14ixgbe: Make ethtool register test use accessorsMark Rustad
2013-10-24ixgbe: fix rx-usecs range checks for BQLEmil Tantilov