aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: remove read access to debugfs filesJacob Keller2025-09-021-104/+19
* i40e: use libie adminq descriptorsMichal Swiatkowski2025-07-241-23/+23
* i40e: add ability to reset VF for Tx and Rx MDD eventsAleksandr Loktionov2025-01-081-1/+1
* i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov2024-11-041-0/+1
* i40e: Consolidate checks whether given VSI is mainIvan Vecera2024-04-301-1/+1
* i40e: Add helper to access main VSIIvan Vecera2024-04-301-14/+18
* i40e: Remove flags field from i40e_vebIvan Vecera2024-04-301-1/+1
* i40e: Remove VEB recursionIvan Vecera2024-02-161-5/+3
* i40e: Fix broken support for floating VEBsIvan Vecera2024-02-161-10/+19
* i40e: Add helpers to find VSI and VEB by SEID and use themIvan Vecera2024-02-161-33/+5
* i40e: Introduce and use macros for iterating VSIs and VEBsIvan Vecera2024-02-161-24/+30
* i40e: Delete unused and useless i40e_pf fieldsIvan Vecera2023-11-271-3/+0
* i40e: Delete unused i40e_mac_info fieldsIvan Vecera2023-11-151-2/+1
* i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera2023-11-151-2/+2
* i40e: Remove circular header dependencies and fix headersIvan Vecera2023-10-051-1/+2
* i40e: remove i40e_statusJan Sokolowski2023-07-311-2/+2
* i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming2023-07-211-1/+1
* i40e: use int for i40e_statusJan Sokolowski2023-02-091-4/+4
* i40e: Add tx_stopped statJoe Damato2022-04-121-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-111-4/+2
|\
| * i40e: stop disabling VFs due to PF error responsesJacob Keller2022-03-081-4/+2
* | i40e: Remove unused RX realloc statJoe Damato2022-02-031-2/+1
|/
* 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-101-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-261-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