aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-2/+2
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher1-2/+0
2020-03-12net: fm10k: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-08-04fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller1-4/+2
2019-08-01fm10k: reduce the scope of qv local variableJacob Keller1-2/+2
2019-08-01fm10k: reduce scope of *p local variableJacob Keller1-3/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-05-09fm10k: warn if the stat size is unknownJacob Keller1-0/+2
2018-05-09fm10k: use macro to avoid passing the array and size separatelyJacob Keller1-27/+21
2018-05-09fm10k: use variadic arguments to fm10k_add_stat_stringsJacob Keller1-26/+27
2018-05-09fm10k: reduce duplicate fm10k_stat macro codeJacob Keller1-14/+15
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-19/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-04-05fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller1-2/+2
2017-04-05fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller1-21/+41
2017-04-05fm10k: correctly check if interface is removedPhil Turnbull1-1/+1
2017-01-08fm10k: remove extraneous variable definition in fm10k_ethtool.cJacob Keller1-12/+9
2016-10-02fm10k: use generic ethtool_op_get_ts_info callbackJacob Keller1-0/+1
2016-08-29fm10k: remove fm10k_get_reta_size from namespaceJacob Keller1-1/+1
2016-07-20fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDINGJacob Keller1-0/+2
2016-06-29fm10k: fix incorrect index calculation in fm10k_write_retaJacob Keller1-2/+3
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller1-1/+1
2016-04-20fm10k: fix possible null pointer deref after kcallocJacob Keller1-6/+20
2016-04-20fm10k: drop 1588 supportJacob Keller1-29/+1
2016-04-20fm10k: remove debug-statistics supportJacob Keller1-71/+1
2016-04-20fm10k: add helper functions to set strings and data for ethtool statsJacob Keller1-25/+34
2016-04-05fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller1-15/+22
2016-04-05fm10k: prevent possibly uninitialized variableBruce Allan1-1/+1
2016-04-05fm10k: add helper functions to set strings and data for ethtool statsJacob Keller1-81/+83
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan1-11/+9
2015-12-13fm10k: cleanup overly long linesBruce Allan1-4/+8
2015-12-13fm10k: whitespace cleanupsBruce Allan1-2/+2
2015-12-05fm10k: use macro for default Tx and Rx ITR valuesJacob Keller1-2/+2
2015-12-05fm10k: introduce ITR_IS_ADAPTIVE macroJacob Keller1-4/+2
2015-12-05fm10k: rename mbx_tx_oversized statistic to mbx_tx_droppedJacob Keller1-1/+1
2015-12-05fm10k: add statistics for actual DWORD count of mbmem mailboxJacob Keller1-0/+2
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-4/+0
2015-10-13fm10k: use snprintf() instead of sprintf() to avoid buffer overflowJacob Keller1-4/+4
2015-09-22fm10k: add support for extra debug statisticsJacob Keller1-35/+181
2015-06-17fm10k: Fix missing braces after if statementAlexander Duyck1-1/+2
2015-06-17fm10k: use an unsigned int for i in ethtool_get_stringsJacob Keller1-1/+1
2015-04-14fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher1-1/+1
2015-04-14fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher1-0/+2
2015-04-14fm10k: separate PF only stats so that VF does not display themJeff Kirsher1-14/+37
2015-04-14fm10k: use hw->mac.max_queues for statsJeff Kirsher1-7/+11
2015-04-14fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher1-2/+3