summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/ena.c
Commit message (Expand)AuthorAgeFilesLines
* [ena] Leave queue base address empty when creating a low latency queueMichael Brown2025-10-281-1/+4
* [ena] Limit receive queue size to work around hardware bugsMichael Brown2025-10-171-3/+3
* [ena] Add memory barrier after writing to on-device memoryMichael Brown2025-10-171-0/+1
* [ena] Add support for low latency transmit queuesMichael Brown2025-10-161-9/+163
* [ena] Record supported device featuresMichael Brown2025-10-161-2/+4
* [ena] Cancel uncompleted transmit buffers on closeMichael Brown2025-10-161-2/+25
* [ena] Map the on-device memory, if presentMichael Brown2025-10-151-15/+60
* [ena] Add descriptive messages for any admin queue command failuresMichael Brown2025-10-151-9/+31
* [ena] Use pci_bar_set() to place device within bridge memory windowMichael Brown2025-10-141-1/+1
* [ena] Change reported operating system type to "iPXE"Michael Brown2024-09-051-2/+5
* [ena] Allocate an unused Asynchronous Event Notification Queue (AENQ)Alexander Graf2023-01-181-0/+93
* [ena] Assign memory BAR if left empty by BIOSMichael Brown2022-09-191-0/+45
* [ena] Increase receive ring size to 128 entriesMichael Brown2022-08-261-3/+3
* [ena] Provide a host information pageMichael Brown2022-08-261-0/+58
* [ena] Specify the unused completion queue MSI-X vector as 0xffffffffMichael Brown2022-08-261-0/+1
* [ena] Allow for out-of-order completionsMichael Brown2022-08-261-18/+47
* [ena] Limit submission queue fill level to completion queue sizeMichael Brown2022-08-261-4/+9
* [ena] Switch to two-phase reset mechanismMichael Brown2021-02-131-8/+32
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-051-12/+12
* [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-251-1/+1
* [ethernet] Use standard 1500 byte MTU unless explicitly overriddenMichael Brown2018-07-171-0/+1
* [ena] Fix spurious uninitialised variable warning on older versions of gccMichael Brown2018-01-171-31/+7Star
* [ena] Add driver for Amazon ENA virtual function NICMichael Brown2018-01-131-0/+1039