summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: limit WoL and link settings to partition 1Shannon Nelson2015-01-131-1/+42
* i40e: better error messages for NVM update issuesShannon Nelson2014-12-091-19/+33
* i40e: clear NVM update state on ethtool testShannon Nelson2014-12-091-0/+3
* i40e: fix netdev_stat macro definitionShannon Nelson2014-12-061-1/+2
* i40e: don't enable PTP support on more than one PF per portJacob Keller2014-12-061-0/+4
* i40e: trigger SW INT with no ITR waitShannon Nelson2014-11-201-1/+4
* i40e: Prevent link flow control settings when PFC is enabledNeerav Parikh2014-11-181-2/+12
* i40e: clean up throttle rate codeJesse Brandeburg2014-11-111-7/+4
* i40e: avoid disable of interrupt when changing ITRJesse Brandeburg2014-11-031-2/+0
* i40e: Add 10GBaseT supportMitch Williams2014-10-231-5/+28
* i40e: Tell OS link is going down when calling set_phy_configCatherine Sullivan2014-09-041-3/+18
* i40e: Allow user to change link settings if link is downCatherine Sullivan2014-09-041-1/+2
* i40e: Add dual speed module supportCatherine Sullivan2014-09-041-20/+11
* i40e: Add a FD flush counter to ethtoolAnjali Singhai Jain2014-08-271-0/+9
* i40e: ATR policy change to flush the table to clean stale ATR rulesAnjali Singhai Jain2014-08-261-0/+6
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-061-1/+1
* i40e: Adds FCoE related code to i40e core driverVasu Dev2014-08-021-0/+35
* i40e: Give link more time after setting flow controlCatherine Sullivan2014-07-241-3/+7
* i40e/i40evf: Add nvmupdate supportShannon Nelson2014-07-241-2/+59
* i40e: Implement set_settings for ethtoolCatherine Sullivan2014-07-021-0/+158
* i40e: Add set_pauseparam to ethtoolCatherine Sullivan2014-07-021-0/+76
* i40e: move nway resetJesse Brandeburg2014-07-021-19/+19
* i40e: Finish implementation of ethtool get settingsJesse Brandeburg2014-07-021-23/+127
* i40e: Add ablitity to enable/disable link from set_link_restart_anCatherine Sullivan2014-06-241-1/+2
* i40e: Fix ethtool coalesce settingsCarolyn Wyborny2014-06-241-5/+23
* i40e: Fix a bug in ethtool for FD drop packet filter actionAnjali Singhai Jain2014-06-111-2/+7
* i40e/i40evf: Add Flow director stats to PF statsAnjali Singhai Jain2014-06-111-1/+4
* i40e: Change the notion of src and dst for FD_SB in ethtoolAnjali Singhai Jain2014-06-111-8/+15
* i40e/i40evf: add PPRS bit to error bits and fix bug in Rx checksumJesse Brandeburg2014-06-091-0/+1
* i40e: add xcast stats for portShannon Nelson2014-06-061-0/+6
* i40e: add vsi x-cast statsShannon Nelson2014-06-061-2/+5
* i40e: add VEB stats to ethtoolShannon Nelson2014-06-061-43/+84
* i40e: add missing VSI statisticsShannon Nelson2014-06-051-0/+18
* i40e/i40evf: remove rx_errors and rx_missedShannon Nelson2014-06-051-1/+0
* i40e: Report cmd->data in ETHTOOL_GRXCLSRLCNT instead of ETHTOOL_GRXCLSRULEAnjali Singhai Jain2014-05-291-6/+3
* i40e/i40evf: Remove reserved PCTYPE definesKevin Scott2014-05-291-16/+8
* i40e: Tx/Rx rings declarationAkeem G Abodunrin2014-05-291-2/+2
* i40e: remove Tx work for ptpJesse Brandeburg2014-05-211-1/+0
* i40e: remove hardcode of stats struct size in ethtoolShannon Nelson2014-05-211-2/+3
* i40e/i40evf: control auto ITR through ethtoolMitch Williams2014-05-211-34/+23
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* i40e: Tweak for-loop in i40e_ethtool.cCatherine Sullivan2014-04-221-3/+5
* i40e: Fix an issue with displaying IPv4 FD filtersAnjali Singhai Jain2014-04-211-0/+6
* i40e: Remove casts of pointer to same typeJoe Perches2014-03-311-2/+2
* i40e: Add functionality for FD SB to drop packetsAnjali Singhai Jain2014-03-281-1/+6
* i40e: Cleanup in FDIR SB ethtool codeAnjali Singhai Jain2014-03-281-19/+13
* i40e/i40evf: Add EEE LPI statsAnjali Singhai Jain2014-03-211-0/+5
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
* i40e: Add code to handle FD table full conditionAnjali Singhai Jain2014-03-141-1/+9
* i40e: Fix a bug in the update logic for FDIR SB filter.Anjali Singhai Jain2014-03-141-5/+22