summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: stop using cmpxchg flow in i40e_set_priv_flags()Jacob Keller2018-03-261-14/+5
* i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-261-2/+2
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40e: Prevent setting link speed on I40E_DEV_ID_25G_BPatryk Małek2018-03-191-0/+1
* i40e: Prevent setting link speed on KX_X722Patryk Małek2018-03-191-1/+2
* i40e: Properly check allowed advertisement capabilitiesJan Sokolowski2018-03-191-9/+7
* i40e: link_down_on_close private flag supportMariusz Stachura2018-02-261-0/+2
* i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman2018-02-131-10/+2
* i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck2018-02-121-6/+7
* i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck2018-02-121-6/+6
* i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck2018-02-121-6/+6
* i40e: use changed_flags to check I40E_FLAG_DISABLE_FW_LLDPAlan Brady2018-02-121-7/+15
* i40e: Warn when setting link-down-on-close while in MFPPaweł Jabłoński2018-02-121-0/+6
* i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck2018-02-121-16/+16
* i40e: fix reported mask for ntuple filtersJacob Keller2018-01-261-4/+4
* i40e: disallow programming multiple filters with same criteriaJacob Keller2018-01-261-0/+87
* i40e: program fragmented IPv4 filter input setJacob Keller2018-01-261-0/+10
* i40e: Implement an ethtool private flag to stop LLDP in FWDave Ertman2018-01-261-1/+46
* i40e: change flags to use 64 bitsAlice Michael2018-01-261-2/+2
* i40e/i40evf: Use ring pointers to clean up _set_itr_per_queueAlexander Duyck2018-01-261-10/+12
* i40e: Fix for adding multiple ethtool filters on the same locationPatryk Małek2018-01-261-6/+6
* i40e: display priority_xon and priority_xoff statsAlice Michael2018-01-101-0/+4
* i40e: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-291/+614
|\
| * 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
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* 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
OpenPOWER on IntegriCloud