summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-291/+614
2017-10-31i40e: Cloud filter mode for set_switch_config commandAmritha Nambiar1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-17i40e: convert i40e_set_link_ksettings to new APIAlan Brady1-36/+57
2017-10-17i40e: rename 'change' variable to 'autoneg_changed'Alan Brady1-6/+6
2017-10-17i40e: convert i40e_get_settings_link_up to new APIAlan Brady1-62/+125
2017-10-17i40e: convert i40e_phy_type_to_ethtool to new APIAlan Brady1-64/+140
2017-10-17i40e: Add new PHY types for 25G AOC and ACC supportSudheer Mogilappagari1-0/+2
2017-10-17i40e: group autoneg PHY types togetherAlan Brady1-44/+41
2017-10-17i40e: fix whitespace issues in i40e_ethtool.cAlan Brady1-26/+18
2017-10-17i40e: fix comment typoAlan Brady1-2/+2
2017-10-17i40e: fix i40e_phy_type_to_ethtool function headerAlan Brady1-1/+1
2017-10-17i40e: fix clearing link masks in i40e_get_link_ksettingsAlan Brady1-8/+6
2017-10-17i40e: add function header for i40e_get_rxfhAlan Brady1-0/+10
2017-10-17i40e: remove ifdef SPEED_25000Alan Brady1-5/+0
2017-10-17i40e: rename 'cmd' variables in ethtool interfaceAlan Brady1-71/+74
2017-10-14i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar1-1/+7
2017-10-06i40e/i40evf: organize and re-number feature flagsJacob Keller1-3/+3
2017-10-06i40e: do not enter PHY debug mode while setting LEDs behaviourMariusz Stachura1-2/+5
2017-10-06i40e: add private flag to control source pruningMitch Williams1-2/+5
2017-10-02i40e: Add support for 'ethtool -m'Filip Sadowski1-0/+154
2017-08-26i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady1-22/+43
2017-08-26i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller1-18/+39
2017-08-26i40e: separate hw_features from runtime changing flagsJacob Keller1-17/+17
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg1-3/+3
2017-06-21i40e: Add message for unsupported MFP modeCarolyn Wyborny1-0/+6
2017-06-21i40e: add support for XDP_TX actionBjörn Töpel1-9/+33
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-13i40e: 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-20i40e: 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-28i40e: Drop FCoE code from core driver filesAlexander Duyck1-35/+0
2017-03-24i40e: add support for SCTPv4 FDir filtersJacob Keller1-0/+10
2017-03-24i40e: implement support for flexible word payloadJacob Keller1-12/+487
2017-03-24i40e: add parsing of flexible filter fields from userdefJacob Keller1-1/+109
2017-03-24i40e: partition the ring_cookie to get VF indexJacob Keller1-34/+40
2017-03-24i40e: allow changing input set for ntuple filtersJacob Keller1-3/+145
2017-03-24i40e: check current configured input set when adding ntuple filtersJacob Keller1-15/+102
2017-03-24i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINSJacob Keller1-0/+83
2017-03-21i40e: always remove old filter when adding new FDir filterJacob Keller1-25/+7
2017-03-21i40e: explicitly fail on extended MAC field for ethtool_rx_flow_specJacob Keller1-0/+4
2017-03-21i40e: rework exit flow of i40e_add_fdir_ethtoolJacob Keller1-4/+11
2017-03-21i40e: don't use arrays for (src|dst)_ipJacob Keller1-6/+6