aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-18i40e: improve VF MAC filters accountingLukasz Czapnik1-1/+2
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann1-1/+1
2025-07-03i40e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-3/+6
2025-06-09i40e: add link_down_events statisticDawid Osuchowski1-0/+1
2025-01-07i40e: add ability to reset VF for Tx and Rx MDD eventsAleksandr Loktionov1-1/+3
2025-01-06i40e: Remove unused i40e_commit_partition_bw_settingDr. David Alan Gilbert1-1/+0
2025-01-06i40e: Remove unused i40e_del_filterDr. David Alan Gilbert1-1/+0
2025-01-06i40e: Remove unused i40e_get_cur_guaranteed_fd_countDr. David Alan Gilbert1-1/+0
2024-11-04i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov1-0/+1
2024-08-30i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cardsAleksandr Loktionov1-0/+1
2024-07-11i40e: correct i40e_addr_to_hkey() name in kdocSimon Horman1-1/+1
2024-04-30i40e: Add helper to access main VEBIvan Vecera1-0/+11
2024-04-30i40e: Add helper to access main VSIIvan Vecera1-0/+11
2024-04-30i40e: Refactor argument of several client notification functionsIvan Vecera1-2/+2
2024-04-30i40e: Remove flags field from i40e_vebIvan Vecera1-2/+1
2024-03-26i40e: Enforce software interrupt during busy-poll exitIvan Vecera1-0/+1
2024-02-16i40e: Remove VEB recursionIvan Vecera1-1/+0
2024-02-16i40e: Add helpers to find VSI and VEB by SEID and use themIvan Vecera1-0/+36
2024-02-16i40e: Introduce and use macros for iterating VSIs and VEBsIvan Vecera1-5/+51
2023-11-27i40e: Delete unused and useless i40e_pf fieldsIvan Vecera1-16/+0
2023-11-14i40e: Consolidate hardware capabilitiesIvan Vecera1-25/+2
2023-11-14i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera1-79/+86
2023-11-14i40e: Remove _t suffix from enum type namesIvan Vecera1-2/+2
2023-11-14i40e: Remove unused flagsIvan Vecera1-29/+28
2023-11-14i40e: increase max descriptors for XL710Justin Bronder1-0/+1
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-10-20i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera1-1/+1
2023-10-15i40e: Split and refactor i40e_nvm_version_str()Ivan Vecera1-38/+95
2023-10-15i40e: Add initial devlink supportIvan Vecera1-0/+3
2023-10-05i40e: Move DDP specific macros and structures to i40e_ddp.cIvan Vecera1-24/+0
2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera1-35/+8
2023-10-05i40e: Remove back pointer from i40e_hw structureIvan Vecera1-0/+11
2023-03-08i40e: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-02-09net/i40e: Replace 0-length array with flexible arrayKees Cook1-1/+1
2023-02-09i40e: use int for i40e_statusJan Sokolowski1-3/+3
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-0/+1
2022-11-02i40e: Store the irq number in i40e_q_vectorJoe Damato1-0/+1
2022-09-06i40e: add description and modify interrupts configuration procedureJaroslaw Gawin1-0/+14
2022-07-22i40e: Refactor tc mqprio checksPrzemyslaw Patynowski1-0/+14
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+16
2022-06-30i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki1-0/+16
2022-06-07i40e: Add VF VLAN pruningMateusz Palczewski1-0/+1
2022-04-12i40e: Add tx_stopped statJoe Damato1-0/+1
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato1-0/+1
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato1-0/+1
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato1-0/+1
2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato1-0/+1
2022-01-31i40e: Fix reset path while removing the driverKaren Sornek1-0/+1
2022-01-20i40e: fix unsigned stat widthsJoe Damato1-4/+4