summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-14fm10k: fix unused warningsJeff Kirsher1-6/+6
2015-04-14fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher1-2/+1
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick1-1/+1
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+10
2014-10-01fm10k: using vmalloc requires including linux/vmalloc.hStephen Rothwell1-0/+2
2014-09-23fm10k: Add support for PTPAlexander Duyck1-0/+30
2014-09-23fm10k: Add support for VFAlexander Duyck1-0/+114
2014-09-23fm10k: Add support for multiple queuesAlexander Duyck1-0/+57
2014-09-23fm10k: Add ethtool supportAlexander Duyck1-0/+868