aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-24i40e: fix condition of WARN_ONCE for stat stringsJacob Keller1-1/+1
2018-08-07i40e: fix i40e_add_queue_stats data pointer updateJacob Keller1-1/+6
2018-08-07i40e: fix warning about shadowed ring parameterJacob Keller1-4/+2
2018-08-07i40e: remove unnecessary i variable causing -Wshadow warningJacob Keller1-1/+0
2018-08-07i40e: convert priority flow control stats to use helpersJacob Keller1-36/+51
2018-08-07i40e: convert VEB TC stats to use an i40e_stats arrayJacob Keller1-40/+43
2018-08-07i40e: add helper to copy statistic values into ethtool bufferJacob Keller1-23/+93
2018-08-07i40e: add helper function for copying strings from stat arraysJacob Keller1-20/+39
2018-05-22i40e: use the more traditional 'i' loop variableJacob Keller1-28/+28
2018-05-22i40e: add function doc headers for ethtool stats functionsJacob Keller1-0/+38
2018-05-22i40e: update data pointer directly when copying to the bufferJacob Keller1-59/+58
2018-05-22i40e: fold prefix strings directly into stat namesJacob Keller1-68/+69
2018-05-22i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller1-2/+4
2018-05-22i40e: split i40e_get_strings() into smaller functionsJacob Keller1-83/+100
2018-05-22i40e: always return all queue stat stringsJacob Keller1-5/+17
2018-05-22i40e: always return VEB stat stringsJacob Keller1-29/+23
2018-05-14i40e: add tx_busy to ethtool statsHarshitha Ramamurthy1-0/+1
2018-05-14i40e: cleanup whitespace for some ethtool stat definitionsJacob Keller1-6/+6
2018-05-14i40e: remove duplicate pfc statsJacob Keller1-4/+0
2018-05-14i40e: calculate ethtool stats size in a separate functionJacob Keller1-10/+18
2018-04-30i40e: Add advertising 10G LR modeJakub Pawlak1-1/+3
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-9/+15
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
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