aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26i40e: stop using cmpxchg flow in i40e_set_priv_flags()Jacob Keller1-14/+5
2018-03-26i40e: move AUTO_DISABLED flags into the state fieldJacob Keller1-2/+2
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-03-19i40e: Prevent setting link speed on I40E_DEV_ID_25G_BPatryk Małek1-0/+1
2018-03-19i40e: Prevent setting link speed on KX_X722Patryk Małek1-1/+2
2018-03-19i40e: Properly check allowed advertisement capabilitiesJan Sokolowski1-9/+7
2018-02-26i40e: link_down_on_close private flag supportMariusz Stachura1-0/+2
2018-02-13i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman1-10/+2
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck1-6/+7
2018-02-12i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck1-6/+6
2018-02-12i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck1-6/+6
2018-02-12i40e: use changed_flags to check I40E_FLAG_DISABLE_FW_LLDPAlan Brady1-7/+15
2018-02-12i40e: Warn when setting link-down-on-close while in MFPPaweł Jabłoński1-0/+6
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-16/+16
2018-01-26i40e: fix reported mask for ntuple filtersJacob Keller1-4/+4
2018-01-26i40e: disallow programming multiple filters with same criteriaJacob Keller1-0/+87
2018-01-26i40e: program fragmented IPv4 filter input setJacob Keller1-0/+10
2018-01-26i40e: Implement an ethtool private flag to stop LLDP in FWDave Ertman1-1/+46
2018-01-26i40e: change flags to use 64 bitsAlice Michael1-2/+2
2018-01-26i40e/i40evf: Use ring pointers to clean up _set_itr_per_queueAlexander Duyck1-10/+12
2018-01-26i40e: Fix for adding multiple ethtool filters on the same locationPatryk Małek1-6/+6
2018-01-10i40e: display priority_xon and priority_xoff statsAlice Michael1-0/+4
2018-01-05i40e: setup xdp_rxq_infoJesper Dangaard Brouer1-0/+2
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 to READ_ONCE()/WRITE_ONCE()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-13i40e: 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-25i40e: prevent changing ITR if adaptive-rx/tx enabledAlan Brady1-22/+43
2017-08-25i40e/i40evf: use cmpxchg64 when updating private flags in ethtoolJacob Keller1-18/+39
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller1-17/+17
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg1-3/+3
2017-06-20i40e: Add message for unsupported MFP modeCarolyn Wyborny1-0/+6
2017-06-20i40e: add support for XDP_TX actionBjörn Töpel1-9/+33