summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* i40evf: support packet split receiveMitch Williams2016-02-181-1/+66
* i40e/i40evf: Fix for UDP/TCP RSS for X722Anjali Singhai Jain2016-02-041-4/+25
* i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtoolAnjali Singhai Jain2016-02-041-32/+8Star
* i40evf: allocate ring structs dynamicallyMitch Williams2015-12-021-4/+4
* i40evf: allocate queue vectors dynamicallyMitch Williams2015-12-021-1/+1
* i40evf: add new fields to store user configuration of RSSHelin Zhang2015-12-021-13/+18
* i40evf: create a generic get RSS functionHelin Zhang2015-12-021-13/+22
* i40evf: create a generic config RSS functionHelin Zhang2015-12-021-10/+19
* i40e: use BIT and BIT_ULL macrosJesse Brandeburg2015-07-231-22/+22
* i40evf: fix panic during MTU changeMitch Williams2015-06-261-2/+4
* i40evf: add FW version to ethtool infoMitch Williams2015-03-271-1/+1
* i40e/i40evf: Clean up some formatting and other thingsJesse Brandeburg2015-03-051-1/+0Star
* i40evf: ethtool RSS fixesMitch Williams2015-03-031-6/+8
* i40evf: allow enabling of debug prints via ethtoolAshish Shah2015-02-251-2/+4
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-2/+15
* i40evf: make checkpatch happyMitch Williams2014-11-201-4/+6
* i40evf: update header commentsMitch Williams2014-11-201-2/+2
* i40evf: don't use more queues than CPUsMitch Williams2014-11-111-8/+8
* i40evf: fix scan warning on sprintfJesse Brandeburg2014-08-031-1/+1
* i40evf: fix off-by-oneMitch Williams2014-06-201-2/+2
* i40e/i40evf: remove rx_errors and rx_missedShannon Nelson2014-06-051-2/+0Star
* i40evf: fix crash when changing ring sizesMitch Williams2014-06-051-11/+7Star
* Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-031-6/+9
|\
| * ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-6/+9
* | i40e/i40evf: control auto ITR through ethtoolMitch Williams2014-05-211-36/+29Star
* | i40evf: make ethtool_ops constMitch Williams2014-05-211-1/+1
* | i40evf: don't lie to ethtoolMitch Williams2014-05-211-1/+1
* | i40evf: Use macro param for ethtool statsMitch Williams2014-05-211-5/+7
* | i40evf: Fix the headers and update copyright year.Jesse Brandeburg2014-05-211-0/+3
|/
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* i40evf: support ethtool RSS optionsMitch A Williams2014-04-281-0/+316
* i40evf: store ring size in ring structsMitch Williams2014-02-211-5/+8
* i40evf: core ethtool functionalityGreg Rose2014-01-011-0/+390