summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-1/+1
* fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher2015-04-151-0/+2
* fm10k: separate PF only stats so that VF does not display themJeff Kirsher2015-04-151-14/+37
* fm10k: use hw->mac.max_queues for statsJeff Kirsher2015-04-151-7/+11
* fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher2015-04-151-2/+3
* fm10k: fix unused warningsJeff Kirsher2015-04-151-6/+6
* fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher2015-04-141-2/+1Star
* fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick2015-03-031-1/+1
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-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