summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Cloud filter mode for set_switch_config commandAmritha Nambiar2017-10-311-1/+1
* i40e: convert i40e_set_link_ksettings to new APIAlan Brady2017-10-171-36/+57
* i40e: rename 'change' variable to 'autoneg_changed'Alan Brady2017-10-171-6/+6
* i40e: convert i40e_get_settings_link_up to new APIAlan Brady2017-10-171-62/+125
* i40e: convert i40e_phy_type_to_ethtool to new APIAlan Brady2017-10-171-64/+140
* i40e: Add new PHY types for 25G AOC and ACC supportSudheer Mogilappagari2017-10-171-0/+2
* i40e: group autoneg PHY types togetherAlan Brady2017-10-171-44/+41
* i40e: fix whitespace issues in i40e_ethtool.cAlan Brady2017-10-171-26/+18
* i40e: fix comment typoAlan Brady2017-10-171-2/+2
* i40e: fix i40e_phy_type_to_ethtool function headerAlan Brady2017-10-171-1/+1
* i40e: fix clearing link masks in i40e_get_link_ksettingsAlan Brady2017-10-171-8/+6
* i40e: add function header for i40e_get_rxfhAlan Brady2017-10-171-0/+10
* i40e: remove ifdef SPEED_25000Alan Brady2017-10-171-5/+0
* i40e: rename 'cmd' variables in ethtool interfaceAlan Brady2017-10-171-71/+74
* i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar2017-10-131-1/+7
* i40e/i40evf: organize and re-number feature flagsJacob Keller2017-10-061-3/+3
* i40e: do not enter PHY debug mode while setting LEDs behaviourMariusz Stachura2017-10-061-2/+5
* i40e: add private flag to control source pruningMitch Williams2017-10-061-2/+5
* i40e: Add support for 'ethtool -m'Filip Sadowski2017-10-021-0/+154
* i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady2017-08-251-22/+43
* i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller2017-08-251-18/+39
* i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-251-17/+17
* i40e/i40evf: remove mismatched type warningsJesse Brandeburg2017-07-261-3/+3
* i40e: Add message for unsupported MFP modeCarolyn Wyborny2017-06-201-0/+6
* i40e: add support for XDP_TX actionBjörn Töpel2017-06-201-9/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+2
|\
| * i40e: fix handling of HW ATR evictionJacob Keller2017-06-121-2/+2
* | i40e: add statistic indicating number of skipped Tx timestampsJacob Keller2017-05-311-0/+1
|/
* i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller2017-04-301-3/+3
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-301-21/+21
* i40e: properly spell I40E_VF_STATE_* flagsJacob Keller2017-04-301-1/+1
* i40e: fix CONFIG_BUSY checks in i40e_set_settings functionJacob Keller2017-04-191-9/+29
* i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady2017-04-081-1/+0
* i40e: Decrease the scope of rtnl lockMaciej Sosin2017-04-081-3/+3
* i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck2017-03-291-1/+4
* i40e: Clean up handling of private flagsAlexander Duyck2017-03-291-77/+112
* i40e: Drop FCoE code from core driver filesAlexander Duyck2017-03-271-35/+0
* i40e: add support for SCTPv4 FDir filtersJacob Keller2017-03-231-0/+10
* i40e: implement support for flexible word payloadJacob Keller2017-03-231-12/+487
* i40e: add parsing of flexible filter fields from userdefJacob Keller2017-03-231-1/+109
* i40e: partition the ring_cookie to get VF indexJacob Keller2017-03-231-34/+40
* i40e: allow changing input set for ntuple filtersJacob Keller2017-03-231-3/+145
* i40e: check current configured input set when adding ntuple filtersJacob Keller2017-03-231-15/+102
* i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINSJacob Keller2017-03-231-0/+83
* i40e: always remove old filter when adding new FDir filterJacob Keller2017-03-201-25/+7
* i40e: explicitly fail on extended MAC field for ethtool_rx_flow_specJacob Keller2017-03-201-0/+4
* i40e: rework exit flow of i40e_add_fdir_ethtoolJacob Keller2017-03-201-4/+11
* i40e: don't use arrays for (src|dst)_ipJacob Keller2017-03-201-6/+6
* i40e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-171-111/+153
* i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy2017-03-151-5/+5
OpenPOWER on IntegriCloud