aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c
AgeCommit message (Expand)Author
2018-03-22fm10k: correctly check if interface is removedPhil Turnbull
2016-10-02fm10k: use generic ethtool_op_get_ts_info callbackJacob Keller
2016-08-29fm10k: remove fm10k_get_reta_size from namespaceJacob Keller
2016-07-20fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDINGJacob Keller
2016-06-29fm10k: fix incorrect index calculation in fm10k_write_retaJacob Keller
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller
2016-04-20fm10k: fix possible null pointer deref after kcallocJacob Keller
2016-04-20fm10k: drop 1588 supportJacob Keller
2016-04-20fm10k: remove debug-statistics supportJacob Keller
2016-04-20fm10k: add helper functions to set strings and data for ethtool statsJacob Keller
2016-04-05fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller
2016-04-05fm10k: prevent possibly uninitialized variableBruce Allan
2016-04-05fm10k: add helper functions to set strings and data for ethtool statsJacob Keller
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan
2015-12-13fm10k: cleanup overly long linesBruce Allan
2015-12-13fm10k: whitespace cleanupsBruce Allan
2015-12-05fm10k: use macro for default Tx and Rx ITR valuesJacob Keller
2015-12-05fm10k: introduce ITR_IS_ADAPTIVE macroJacob Keller
2015-12-05fm10k: rename mbx_tx_oversized statistic to mbx_tx_droppedJacob Keller
2015-12-05fm10k: add statistics for actual DWORD count of mbmem mailboxJacob Keller
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-10-13fm10k: use snprintf() instead of sprintf() to avoid buffer overflowJacob Keller
2015-09-22fm10k: add support for extra debug statisticsJacob Keller
2015-06-17fm10k: Fix missing braces after if statementAlexander Duyck
2015-06-17fm10k: use an unsigned int for i in ethtool_get_stringsJacob Keller
2015-04-14fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher
2015-04-14fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher
2015-04-14fm10k: separate PF only stats so that VF does not display themJeff Kirsher
2015-04-14fm10k: use hw->mac.max_queues for statsJeff Kirsher
2015-04-14fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher
2015-04-14fm10k: fix unused warningsJeff Kirsher
2015-04-14fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry
2014-10-01fm10k: using vmalloc requires including linux/vmalloc.hStephen Rothwell
2014-09-23fm10k: Add support for PTPAlexander Duyck
2014-09-23fm10k: Add support for VFAlexander Duyck
2014-09-23fm10k: Add support for multiple queuesAlexander Duyck
2014-09-23fm10k: Add ethtool supportAlexander Duyck