summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16i40e: Remove VEB recursionIvan Vecera1-5/+3
2024-02-16i40e: Fix broken support for floating VEBsIvan Vecera1-10/+19
2024-02-16i40e: Add helpers to find VSI and VEB by SEID and use themIvan Vecera1-33/+5
2024-02-16i40e: Introduce and use macros for iterating VSIs and VEBsIvan Vecera1-24/+30
2023-11-27i40e: Delete unused and useless i40e_pf fieldsIvan Vecera1-3/+0
2023-11-15i40e: Delete unused i40e_mac_info fieldsIvan Vecera1-2/+1
2023-11-15i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera1-2/+2
2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera1-1/+2
2023-08-01i40e: remove i40e_statusJan Sokolowski1-2/+2
2023-07-21i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming1-1/+1
2023-02-09i40e: use int for i40e_statusJan Sokolowski1-4/+4
2022-04-12i40e: Add tx_stopped statJoe Damato1-2/+3
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+2
2022-03-09i40e: stop disabling VFs due to PF error responsesJacob Keller1-4/+2
2022-02-04i40e: Remove unused RX realloc statJoe Damato1-2/+1
2022-01-20i40e: fix unsigned stat widthsJoe Damato1-1/+1
2021-12-06i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski1-0/+8
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-04-08i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski1-0/+3
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-2/+2
2020-09-14i40e: use 16B HW descriptors instead of 32BBjörn Töpel1-6/+4
2020-07-02i40e: introduce new dump desc XDP commandCiara Loftus1-11/+48
2020-07-02i40e: add XDP ring statistics to dump VSI debug outputCiara Loftus1-0/+41
2020-06-26i40e: remove unused definesJesse Brandeburg1-1/+0
2019-09-09i40e: Remove EMPR traces from debugfs facilityMauro S. M. Rodrigues1-4/+0
2019-08-11i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+4
2019-06-26i40e: Fix descriptor count manipulationMaciej Fijalkowski1-2/+3
2019-06-05i40e: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan1-2/+2
2019-05-04i40e: Further implementation of LLDPAleksandr Loktionov1-2/+2
2019-01-22i40e: remove debugfs tx_timeout supportLihong Yang1-25/+1
2018-10-03i40e: Remove unnecessary print statementNathan Chancellor1-2/+0
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-4/+4
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-02-13i40e: don't leak memory addressesMitch Williams1-34/+6
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-6/+6
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+5
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-2/+2
2017-10-13i40e: Add macro for PF reset bitAmritha Nambiar1-2/+1
2017-10-06i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg1-4/+4
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-5/+8
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-2/+2
2017-04-20i40e: dump VF information in debugfsMitch Williams1-0/+51
2017-03-28i40e: Drop FCoE code from core driver filesAlexander Duyck1-19/+0
2017-02-19i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller1-2/+3
2016-12-07i40e: use unsigned printf format specifier for active_filters countJacob Keller1-1/+1
2016-11-01i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller1-2/+2
2016-11-01i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller1-85/+3
2016-10-29i40e: Clean up handling of msglevel flags and debug parameterAlexander Duyck1-19/+0
2016-09-25i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck1-80/+0