summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* intel-ethernet: rename i40evf to iavfJesse Brandeburg2018-09-181-1054/+0Star
* i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller2018-09-081-1/+218
* i40evf: update ethtool stats code and use helper functionsJacob Keller2018-08-301-60/+77
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-2/+5
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1Star
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40evf: Alloc queues for ADq on VFAvinash Dayanand2018-02-141-0/+6
* i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck2018-02-121-8/+6Star
* i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck2018-02-121-6/+6
* i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck2018-02-121-7/+5Star
* i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck2018-02-121-12/+12
* i40e/i40evf: Use ring pointers to clean up _set_itr_per_queueAlexander Duyck2018-01-261-14/+14
* i40evf: Enable VF to request an alternate queue allocationAlan Brady2017-10-021-1/+37
* i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller2017-08-251-10/+31
* i40e/i40evf: remove mismatched type warningsJesse Brandeburg2017-07-261-2/+2
* i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck2017-03-291-0/+104
* i40evf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-16/+15Star
* i40e: Add support for 25G devicesCarolyn Wyborny2016-12-071-0/+8
* i40evf: support queue-specific settings for interrupt moderationJacob Keller2016-09-251-45/+161
* i40evf: report link speedMitch Williams2016-08-201-3/+23
* i40evf: refactor receive routineJesse Brandeburg2016-05-061-51/+0Star
* i40evf: Drop packet split receive routineJesse Brandeburg2016-05-061-14/+0Star
* i40evf: RSS Hash Option parametersCarolyn Wyborny2016-05-021-199/+2Star
* i40evf: Allow PF driver to configure RSSMitch Williams2016-04-261-67/+54Star
* 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