summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/ena.c
Commit message (Expand)AuthorAgeFilesLines
* [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