summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: use the more traditional 'i' loop variableJacob Keller2018-05-221-28/+28
* i40e: add function doc headers for ethtool stats functionsJacob Keller2018-05-221-0/+38
* i40e: update data pointer directly when copying to the bufferJacob Keller2018-05-221-59/+58
* i40e: fold prefix strings directly into stat namesJacob Keller2018-05-221-68/+69
* i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller2018-05-221-2/+4
* i40e: split i40e_get_strings() into smaller functionsJacob Keller2018-05-221-83/+100
* i40e: always return all queue stat stringsJacob Keller2018-05-221-5/+17
* i40e: always return VEB stat stringsJacob Keller2018-05-221-29/+23
* i40e: add tx_busy to ethtool statsHarshitha Ramamurthy2018-05-141-0/+1
* i40e: cleanup whitespace for some ethtool stat definitionsJacob Keller2018-05-141-6/+6
* i40e: remove duplicate pfc statsJacob Keller2018-05-141-4/+0
* i40e: calculate ethtool stats size in a separate functionJacob Keller2018-05-141-10/+18
* i40e: Add advertising 10G LR modeJakub Pawlak2018-04-301-1/+3
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-9/+15
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1
* 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