aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller1-2/+2
2017-05-31i40e: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+1
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller1-3/+3
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-21/+21
2017-04-30i40e: properly spell I40E_VF_STATE_* flagsJacob Keller1-1/+1
2017-04-19i40e: fix CONFIG_BUSY checks in i40e_set_settings functionJacob Keller1-9/+29
2017-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady1-1/+0
2017-04-08i40e: Decrease the scope of rtnl lockMaciej Sosin1-3/+3
2017-03-29i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck1-1/+4
2017-03-29i40e: Clean up handling of private flagsAlexander Duyck1-77/+112
2017-03-27i40e: Drop FCoE code from core driver filesAlexander Duyck1-35/+0
2017-03-23i40e: add support for SCTPv4 FDir filtersJacob Keller1-0/+10
2017-03-23i40e: implement support for flexible word payloadJacob Keller1-12/+487
2017-03-23i40e: add parsing of flexible filter fields from userdefJacob Keller1-1/+109
2017-03-23i40e: partition the ring_cookie to get VF indexJacob Keller1-34/+40
2017-03-23i40e: allow changing input set for ntuple filtersJacob Keller1-3/+145
2017-03-23i40e: check current configured input set when adding ntuple filtersJacob Keller1-15/+102
2017-03-23i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINSJacob Keller1-0/+83
2017-03-20i40e: always remove old filter when adding new FDir filterJacob Keller1-25/+7
2017-03-20i40e: explicitly fail on extended MAC field for ethtool_rx_flow_specJacob Keller1-0/+4
2017-03-20i40e: rework exit flow of i40e_add_fdir_ethtoolJacob Keller1-4/+11
2017-03-20i40e: don't use arrays for (src|dst)_ipJacob Keller1-6/+6
2017-03-17i40e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-111/+153
2017-03-15i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy1-5/+5
2017-03-15i40e: fix ethtool to get EEPROM data from X722 interfaceLihong Yang1-0/+5
2017-02-11i40e: Save more link abilities when using ethtoolHenry Tieman1-0/+3
2017-02-02i40e: add interrupt rate limit verbosityAlan Brady1-3/+10
2017-02-02i40e: refactor macro INTRL_USEC_TO_REGAlan Brady1-1/+1
2016-12-06i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller1-2/+13
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny1-1/+25
2016-12-06i40e: Blink LED on 1G BaseT boardsHenry Tieman1-5/+5
2016-12-02i40e/i40evf: replace for memcpy with single memcpy call in ethtoolJacob Keller1-16/+8
2016-12-02i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy1-6/+10
2016-12-02i40e: fix panic on SPARC while changing num of descTushar Dave1-5/+5
2016-12-02i40e: avoid duplicate private flags definitionsJacob Keller1-25/+17
2016-10-31i40e: removed unreachable codeFilip Sadowski1-18/+0
2016-10-31i40e: Add common function for finding VSI by typeAlexander Duyck1-11/+1
2016-10-28i40e: Clean up handling of msglevel flags and debug parameterAlexander Duyck1-1/+6
2016-10-28i40e: Make struct i40e_stats constJoe Perches1-1/+1
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller1-4/+68
2016-09-24i40e: cleanup ATR auto_disable_flags useJacob Keller1-0/+3
2016-09-22i40e: fix setting user defined RSS hash keyAlan Brady1-5/+7
2016-08-19i40e: use matching format identifiersHeinrich Schuchardt1-13/+13
2016-08-18i40e: Allow RSS Hash set with less than four parametersCarolyn Wyborny1-78/+130
2016-08-18i40e: don't allow reduction of channels below active FD rulesJacob Keller1-0/+24
2016-07-22i40e: add missing link advertise settingStefan Assmann1-0/+1
2016-07-22i40e: Fix to show correct Advertised Link Modes when link is downAvinash Dayanand1-19/+28
2016-06-27i40e: Removing unnecessary code which caused supported link mode bugAvinash Dayanand1-2/+1
2016-06-27i40e: fix missing DA cable checkSerey Kong1-0/+1