index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
net
/
ena.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ena] Leave queue base address empty when creating a low latency queue
Michael Brown
2025-10-28
1
-1
/
+4
*
[ena] Limit receive queue size to work around hardware bugs
Michael Brown
2025-10-17
1
-3
/
+3
*
[ena] Add memory barrier after writing to on-device memory
Michael Brown
2025-10-17
1
-0
/
+1
*
[ena] Add support for low latency transmit queues
Michael Brown
2025-10-16
1
-9
/
+163
*
[ena] Record supported device features
Michael Brown
2025-10-16
1
-2
/
+4
*
[ena] Cancel uncompleted transmit buffers on close
Michael Brown
2025-10-16
1
-2
/
+25
*
[ena] Map the on-device memory, if present
Michael Brown
2025-10-15
1
-15
/
+60
*
[ena] Add descriptive messages for any admin queue command failures
Michael Brown
2025-10-15
1
-9
/
+31
*
[ena] Use pci_bar_set() to place device within bridge memory window
Michael Brown
2025-10-14
1
-1
/
+1
*
[ena] Change reported operating system type to "iPXE"
Michael Brown
2024-09-05
1
-2
/
+5
*
[ena] Allocate an unused Asynchronous Event Notification Queue (AENQ)
Alexander Graf
2023-01-18
1
-0
/
+93
*
[ena] Assign memory BAR if left empty by BIOS
Michael Brown
2022-09-19
1
-0
/
+45
*
[ena] Increase receive ring size to 128 entries
Michael Brown
2022-08-26
1
-3
/
+3
*
[ena] Provide a host information page
Michael Brown
2022-08-26
1
-0
/
+58
*
[ena] Specify the unused completion queue MSI-X vector as 0xffffffff
Michael Brown
2022-08-26
1
-0
/
+1
*
[ena] Allow for out-of-order completions
Michael Brown
2022-08-26
1
-18
/
+47
*
[ena] Limit submission queue fill level to completion queue size
Michael Brown
2022-08-26
1
-4
/
+9
*
[ena] Switch to two-phase reset mechanism
Michael Brown
2021-02-13
1
-8
/
+32
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
1
-12
/
+12
*
[pci] Update drivers to use pci_ioremap()
Michael Brown
2020-09-25
1
-1
/
+1
*
[ethernet] Use standard 1500 byte MTU unless explicitly overridden
Michael Brown
2018-07-17
1
-0
/
+1
*
[ena] Fix spurious uninitialised variable warning on older versions of gcc
Michael Brown
2018-01-17
1
-31
/
+7
*
[ena] Add driver for Amazon ENA virtual function NIC
Michael Brown
2018-01-13
1
-0
/
+1039