aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-29i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck1-0/+104
2017-03-20i40evf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+15
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny1-0/+8
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller1-45/+161
2016-08-19i40evf: report link speedMitch Williams1-3/+23
2016-05-05i40evf: refactor receive routineJesse Brandeburg1-51/+0
2016-05-05i40evf: Drop packet split receive routineJesse Brandeburg1-14/+0
2016-05-01i40evf: RSS Hash Option parametersCarolyn Wyborny1-199/+2
2016-04-26i40evf: Allow PF driver to configure RSSMitch Williams1-67/+54
2016-02-17i40evf: support packet split receiveMitch Williams1-1/+66
2016-02-03i40e/i40evf: Fix for UDP/TCP RSS for X722Anjali Singhai Jain1-4/+25
2016-02-03i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtoolAnjali Singhai Jain1-32/+8
2015-12-01i40evf: allocate ring structs dynamicallyMitch Williams1-4/+4
2015-12-01i40evf: allocate queue vectors dynamicallyMitch Williams1-1/+1
2015-12-01i40evf: add new fields to store user configuration of RSSHelin Zhang1-13/+18
2015-12-01i40evf: create a generic get RSS functionHelin Zhang1-13/+22
2015-12-01i40evf: create a generic config RSS functionHelin Zhang1-10/+19
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg1-22/+22
2015-06-26i40evf: fix panic during MTU changeMitch Williams1-2/+4
2015-03-27i40evf: add FW version to ethtool infoMitch Williams1-1/+1
2015-03-05i40e/i40evf: Clean up some formatting and other thingsJesse Brandeburg1-1/+0
2015-03-03i40evf: ethtool RSS fixesMitch Williams1-6/+8
2015-02-24i40evf: allow enabling of debug prints via ethtoolAshish Shah1-2/+4
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+15
2014-11-20i40evf: make checkpatch happyMitch Williams1-4/+6
2014-11-20i40evf: update header commentsMitch Williams1-2/+2
2014-11-11i40evf: don't use more queues than CPUsMitch Williams1-8/+8
2014-08-02i40evf: fix scan warning on sprintfJesse Brandeburg1-1/+1
2014-06-19i40evf: fix off-by-oneMitch Williams1-2/+2
2014-06-05i40e/i40evf: remove rx_errors and rx_missedShannon Nelson1-2/+0
2014-06-05i40evf: fix crash when changing ring sizesMitch Williams1-11/+7
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-nextDavid S. Miller1-6/+9
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-6/+9
2014-05-21i40e/i40evf: control auto ITR through ethtoolMitch Williams1-36/+29
2014-05-21i40evf: make ethtool_ops constMitch Williams1-1/+1
2014-05-21i40evf: don't lie to ethtoolMitch Williams1-1/+1
2014-05-21i40evf: Use macro param for ethtool statsMitch Williams1-5/+7
2014-05-21i40evf: Fix the headers and update copyright year.Jesse Brandeburg1-0/+3
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-28i40evf: support ethtool RSS optionsMitch A Williams1-0/+316
2014-02-21i40evf: store ring size in ring structsMitch Williams1-5/+8
2013-12-31i40evf: core ethtool functionalityGreg Rose1-0/+390