aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18intel-ethernet: rename i40evf to iavfJesse Brandeburg1-1054/+0
2018-09-08i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller1-1/+218
2018-08-30i40evf: update ethtool stats code and use helper functionsJacob Keller1-60/+77
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-2/+5
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-02-14i40evf: Alloc queues for ADq on VFAvinash Dayanand1-0/+6
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck1-8/+6
2018-02-12i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck1-6/+6
2018-02-12i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck1-7/+5
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-12/+12
2018-01-26i40e/i40evf: Use ring pointers to clean up _set_itr_per_queueAlexander Duyck1-14/+14
2017-10-02i40evf: Enable VF to request an alternate queue allocationAlan Brady1-1/+37
2017-08-25i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller1-10/+31
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg1-2/+2
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