summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-12/+14
* fm10k: replace deprecated strncpy with strscpyJustin Stitt2023-10-181-4/+4
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-2/+2
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-2/+0
* net: fm10k: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+2
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller2019-08-041-4/+2
* fm10k: reduce the scope of qv local variableJacob Keller2019-08-011-2/+2
* fm10k: reduce scope of *p local variableJacob Keller2019-08-011-3/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* fm10k: warn if the stat size is unknownJacob Keller2018-05-091-0/+2
* fm10k: use macro to avoid passing the array and size separatelyJacob Keller2018-05-091-27/+21
* fm10k: use variadic arguments to fm10k_add_stat_stringsJacob Keller2018-05-091-26/+27
* fm10k: reduce duplicate fm10k_stat macro codeJacob Keller2018-05-091-14/+15
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-19/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller2017-04-051-2/+2
* fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller2017-04-051-21/+41
* fm10k: correctly check if interface is removedPhil Turnbull2017-04-051-1/+1
* fm10k: remove extraneous variable definition in fm10k_ethtool.cJacob Keller2017-01-081-12/+9
* fm10k: use generic ethtool_op_get_ts_info callbackJacob Keller2016-10-021-0/+1
* fm10k: remove fm10k_get_reta_size from namespaceJacob Keller2016-08-291-1/+1
* fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDINGJacob Keller2016-07-201-0/+2
* fm10k: fix incorrect index calculation in fm10k_write_retaJacob Keller2016-06-291-2/+3
* fm10k: consistently use Intel(R) for driver namesJacob Keller2016-04-201-1/+1
* fm10k: fix possible null pointer deref after kcallocJacob Keller2016-04-201-6/+20
* fm10k: drop 1588 supportJacob Keller2016-04-201-29/+1
* fm10k: remove debug-statistics supportJacob Keller2016-04-201-71/+1
* fm10k: add helper functions to set strings and data for ethtool statsJacob Keller2016-04-201-25/+34
* fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller2016-04-051-15/+22
* fm10k: prevent possibly uninitialized variableBruce Allan2016-04-051-1/+1
* fm10k: add helper functions to set strings and data for ethtool statsJacob Keller2016-04-051-81/+83
* fm10k: cleanup remaining right-bit-shifted 1Bruce Allan2016-04-051-11/+9
* fm10k: cleanup overly long linesBruce Allan2015-12-131-4/+8
* fm10k: whitespace cleanupsBruce Allan2015-12-131-2/+2
* fm10k: use macro for default Tx and Rx ITR valuesJacob Keller2015-12-051-2/+2
* fm10k: introduce ITR_IS_ADAPTIVE macroJacob Keller2015-12-051-4/+2
* fm10k: rename mbx_tx_oversized statistic to mbx_tx_droppedJacob Keller2015-12-051-1/+1
* fm10k: add statistics for actual DWORD count of mbmem mailboxJacob Keller2015-12-051-0/+2
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-4/+0
* fm10k: use snprintf() instead of sprintf() to avoid buffer overflowJacob Keller2015-10-131-4/+4
* fm10k: add support for extra debug statisticsJacob Keller2015-09-221-35/+181
* fm10k: Fix missing braces after if statementAlexander Duyck2015-06-171-1/+2
* fm10k: use an unsigned int for i in ethtool_get_stringsJacob Keller2015-06-171-1/+1
* fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher2015-04-141-1/+1
* fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher2015-04-141-0/+2
* fm10k: separate PF only stats so that VF does not display themJeff Kirsher2015-04-141-14/+37