summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fm10k: use hw->mac.max_queues for statsJeff Kirsher2015-04-141-7/+11
* fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher2015-04-141-2/+3
* fm10k: fix unused warningsJeff Kirsher2015-04-141-6/+6
* fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher2015-04-141-2/+1
* fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick2015-03-031-1/+1
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-081-2/+10
* fm10k: using vmalloc requires including linux/vmalloc.hStephen Rothwell2014-10-011-0/+2
* fm10k: Add support for PTPAlexander Duyck2014-09-231-0/+30
* fm10k: Add support for VFAlexander Duyck2014-09-231-0/+114
* fm10k: Add support for multiple queuesAlexander Duyck2014-09-231-0/+57
* fm10k: Add ethtool supportAlexander Duyck2014-09-231-0/+868