summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: fix unsigned stat widthsJoe Damato2022-01-201-1/+1
* i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski2021-12-061-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-0/+3
|\
| * i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski2021-04-081-0/+3
* | intel: clean up mismatched header commentsJesse Brandeburg2021-03-231-2/+2
|/
* i40e: use 16B HW descriptors instead of 32BBjörn Töpel2020-09-141-6/+4
* i40e: introduce new dump desc XDP commandCiara Loftus2020-07-011-11/+48
* i40e: add XDP ring statistics to dump VSI debug outputCiara Loftus2020-07-011-0/+41
* i40e: remove unused definesJesse Brandeburg2020-06-251-1/+0
* i40e: Remove EMPR traces from debugfs facilityMauro S. M. Rodrigues2019-09-091-4/+0
* i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-18/+4
* i40e: Fix descriptor count manipulationMaciej Fijalkowski2019-06-261-2/+3
* i40e: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-051-2/+2
* i40e: Further implementation of LLDPAleksandr Loktionov2019-05-031-2/+2
* i40e: remove debugfs tx_timeout supportLihong Yang2019-01-221-25/+1
* i40e: Remove unnecessary print statementNathan Chancellor2018-10-031-2/+0
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-4/+4
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40e: don't leak memory addressesMitch Williams2018-02-131-34/+6
* i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck2018-02-121-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-6/+5
|\
| * i40e: Add macro for PF reset bitAmritha Nambiar2017-10-131-2/+1
| * i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg2017-10-061-4/+4
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-301-5/+8
* i40e: separate PF and VSI state flagsJacob Keller2017-04-301-2/+2
* i40e: dump VF information in debugfsMitch Williams2017-04-191-0/+51
* i40e: Drop FCoE code from core driver filesAlexander Duyck2017-03-271-19/+0
* i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller2017-02-181-2/+3
* i40e: use unsigned printf format specifier for active_filters countJacob Keller2016-12-061-1/+1
* i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller2016-10-311-2/+2
* i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller2016-10-311-85/+3
* i40e: Clean up handling of msglevel flags and debug parameterAlexander Duyck2016-10-281-19/+0
* i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck2016-09-241-80/+0
* i40e: fix "dump port" command when NPAR enabledAlan Brady2016-09-221-1/+6
* i40e: refactor Rx filter handlingMitch Williams2016-07-221-2/+14
* i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg2016-05-051-15/+1
* i40e: Refactor receive routineJesse Brandeburg2016-05-051-5/+4
* i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg2016-05-051-6/+2
* i40e: Drop packet split receive routineJesse Brandeburg2016-05-051-2/+2
* i40e: remove redundant check on vsi->active_vlansColin King2016-04-051-3/+2
* i40e: queue-specific settings for interrupt moderationKan Liang2016-02-191-5/+10
* i40e: Removal of code which relies on BASE VEB SEIDKiran Patil2016-02-171-13/+3
* i40e: drop unused debugfs file "dump"Jesse Brandeburg2016-02-171-250/+0
* i40e: properly show packet split status in debugfsMitch Williams2016-02-171-3/+3
* i40e/i40evf: use pages correctly in RxMitch Williams2016-02-171-0/+5
* i40e: dump descriptor indexes in hexJesse Brandeburg2016-02-171-7/+7
* i40e: avoid large memcpy by assigning structJacob Keller2016-02-171-3/+5
* i40e: add netdev info to VSI dumpShannon Nelson2016-02-161-8/+16