aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e.h
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-20i40e: Fix issue when maximum queues is exceededJedrzej Jagielski1-1/+0
2021-11-17i40e: Fix ping is lost after configuring ADq on VFEryk Rybak1-0/+1
2021-11-17i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski1-0/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-07-21i40e: add support for PTP external synchronization clockPiotr Kwapulinski1-0/+78
2021-05-28i40e: Register auxiliary devices to provide RDMAShiraz Saleem1-0/+2
2021-05-07i40e: Remove LLDP frame filtersArkadiusz Kubalewski1-1/+0
2021-04-23i40e: use minimal admin queue for kdumpCoiby Xu1-0/+2
2021-03-25i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak1-0/+1