summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e.h
AgeCommit message (Expand)AuthorFilesLines
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-15i40e: Consolidate hardware capabilitiesIvan Vecera1-25/+2
2023-11-15i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera1-79/+86
2023-11-15i40e: Remove _t suffix from enum type namesIvan Vecera1-2/+2
2023-11-15i40e: Remove unused flagsIvan Vecera1-29/+28
2023-11-15i40e: 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-09i40e: 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-02-01i40e: 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-29i40e: 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
2021-02-11i40e: VLAN field for flow directorPrzemyslaw Patynowski1-0/+2
2021-02-11i40e: Add flow director support for IPv6Przemyslaw Patynowski1-1/+8
2021-02-11i40e: Add init and default config of software based DCBArkadiusz Kubalewski1-1/+14
2020-12-17i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch1-0/+3
2020-11-24i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch1-0/+1
2020-09-28i40e: convert to new udp_tunnel infrastructureJakub Kicinski1-3/+3
2020-09-14i40e: use 16B HW descriptors instead of 32BBjörn Töpel1-1/+1
2020-07-02i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski1-0/+22