aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-13i40e: limit WoL and link settings to partition 1Shannon Nelson1-1/+42
2014-12-09i40e: better error messages for NVM update issuesShannon Nelson1-19/+33
2014-12-09i40e: clear NVM update state on ethtool testShannon Nelson1-0/+3
2014-12-06i40e: fix netdev_stat macro definitionShannon Nelson1-1/+2
2014-12-06i40e: don't enable PTP support on more than one PF per portJacob Keller1-0/+4
2014-11-20i40e: trigger SW INT with no ITR waitShannon Nelson1-1/+4
2014-11-18i40e: Prevent link flow control settings when PFC is enabledNeerav Parikh1-2/+12
2014-11-11i40e: clean up throttle rate codeJesse Brandeburg1-7/+4
2014-11-03i40e: avoid disable of interrupt when changing ITRJesse Brandeburg1-2/+0
2014-10-23i40e: Add 10GBaseT supportMitch Williams1-5/+28
2014-09-04i40e: Tell OS link is going down when calling set_phy_configCatherine Sullivan1-3/+18
2014-09-04i40e: Allow user to change link settings if link is downCatherine Sullivan1-1/+2
2014-09-04i40e: Add dual speed module supportCatherine Sullivan1-20/+11
2014-08-27i40e: Add a FD flush counter to ethtoolAnjali Singhai Jain1-0/+9
2014-08-26i40e: ATR policy change to flush the table to clean stale ATR rulesAnjali Singhai Jain1-0/+6
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2014-08-02i40e: Adds FCoE related code to i40e core driverVasu Dev1-0/+35
2014-07-24i40e: Give link more time after setting flow controlCatherine Sullivan1-3/+7
2014-07-24i40e/i40evf: Add nvmupdate supportShannon Nelson1-2/+59
2014-07-02i40e: Implement set_settings for ethtoolCatherine Sullivan1-0/+158
2014-07-02i40e: Add set_pauseparam to ethtoolCatherine Sullivan1-0/+76
2014-07-02i40e: move nway resetJesse Brandeburg1-19/+19
2014-07-02i40e: Finish implementation of ethtool get settingsJesse Brandeburg1-23/+127
2014-06-24i40e: Add ablitity to enable/disable link from set_link_restart_anCatherine Sullivan1-1/+2
2014-06-24i40e: Fix ethtool coalesce settingsCarolyn Wyborny1-5/+23
2014-06-11i40e: Fix a bug in ethtool for FD drop packet filter actionAnjali Singhai Jain1-2/+7
2014-06-11i40e/i40evf: Add Flow director stats to PF statsAnjali Singhai Jain1-1/+4
2014-06-11i40e: Change the notion of src and dst for FD_SB in ethtoolAnjali Singhai Jain1-8/+15
2014-06-09i40e/i40evf: add PPRS bit to error bits and fix bug in Rx checksumJesse Brandeburg1-0/+1
2014-06-06i40e: add xcast stats for portShannon Nelson1-0/+6
2014-06-06i40e: add vsi x-cast statsShannon Nelson1-2/+5
2014-06-06i40e: add VEB stats to ethtoolShannon Nelson1-43/+84
2014-06-05i40e: add missing VSI statisticsShannon Nelson1-0/+18
2014-06-05i40e/i40evf: remove rx_errors and rx_missedShannon Nelson1-1/+0
2014-05-29i40e: Report cmd->data in ETHTOOL_GRXCLSRLCNT instead of ETHTOOL_GRXCLSRULEAnjali Singhai Jain1-6/+3
2014-05-29i40e/i40evf: Remove reserved PCTYPE definesKevin Scott1-16/+8
2014-05-29i40e: Tx/Rx rings declarationAkeem G Abodunrin1-2/+2
2014-05-21i40e: remove Tx work for ptpJesse Brandeburg1-1/+0
2014-05-21i40e: remove hardcode of stats struct size in ethtoolShannon Nelson1-2/+3
2014-05-21i40e/i40evf: control auto ITR through ethtoolMitch Williams1-34/+23
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-22i40e: Tweak for-loop in i40e_ethtool.cCatherine Sullivan1-3/+5
2014-04-21i40e: Fix an issue with displaying IPv4 FD filtersAnjali Singhai Jain1-0/+6
2014-03-31i40e: Remove casts of pointer to same typeJoe Perches1-2/+2
2014-03-28i40e: Add functionality for FD SB to drop packetsAnjali Singhai Jain1-1/+6
2014-03-28i40e: Cleanup in FDIR SB ethtool codeAnjali Singhai Jain1-19/+13
2014-03-21i40e/i40evf: Add EEE LPI statsAnjali Singhai Jain1-0/+5
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-03-14i40e: Add code to handle FD table full conditionAnjali Singhai Jain1-1/+9
2014-03-14i40e: Fix a bug in the update logic for FDIR SB filter.Anjali Singhai Jain1-5/+22