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
/
gve.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gve] Rearm interrupts unconditionally on every poll
Michael Brown
2025-10-10
1
-6
/
+7
*
[gve] Use raw DMA addresses in descriptors in DQO-QPL mode
Michael Brown
2025-10-10
1
-1
/
+1
*
[gve] Report only packet completions for the transmit ring
Michael Brown
2025-10-09
1
-2
/
+1
*
[gve] Use dummy interrupt to trigger completion writeback in DQO mode
Michael Brown
2025-10-09
1
-1
/
+29
*
[gve] Add missing memory barriers
Michael Brown
2025-10-09
1
-0
/
+3
*
[gve] Select preferred operating mode
Michael Brown
2025-10-06
1
-1
/
+16
*
[gve] Add support for out-of-order queues
Michael Brown
2025-10-06
1
-92
/
+271
*
[gve] Cancel pending transmissions when closing device
Michael Brown
2025-10-06
1
-6
/
+20
*
[gve] Allow for descriptor and completion lengths to vary by mode
Michael Brown
2025-09-30
1
-13
/
+29
*
[gve] Rename GQI-specific data structures and constants
Michael Brown
2025-09-30
1
-25
/
+25
*
[gve] Allow for out-of-order buffer consumption
Michael Brown
2025-09-30
1
-70
/
+99
*
[gve] Add support for raw DMA addressing
Michael Brown
2025-09-29
1
-5
/
+19
*
[gve] Add concept of a queue page list base device address
Michael Brown
2025-09-29
1
-6
/
+20
*
[gve] Set descriptor and completion ring sizes when creating queues
Michael Brown
2025-09-29
1
-3
/
+11
*
[gve] Add concept of operating mode
Michael Brown
2025-09-29
1
-0
/
+22
*
[gve] Remove separate concept of "packet descriptor"
Michael Brown
2025-09-29
1
-17
/
+17
*
[gve] Parse option list returned in device descriptor
Michael Brown
2025-09-26
1
-0
/
+38
*
[gve] Replace uses of userptr_t with direct pointer dereferences
Michael Brown
2025-04-24
1
-60
/
+52
*
[uaccess] Remove user_to_phys() and phys_to_user()
Michael Brown
2025-04-21
1
-15
/
+12
*
[uaccess] Remove redundant memcpy_user() and related string functions
Michael Brown
2025-04-21
1
-1
/
+1
*
[uaccess] Remove redundant userptr_add() and userptr_diff()
Michael Brown
2025-04-20
1
-1
/
+1
*
[gve] Run startup process only while device is open
Michael Brown
2024-12-03
1
-1
/
+2
*
[gve] Allocate all possible event counters
Michael Brown
2024-09-17
1
-39
/
+76
*
[gve] Add missing error codes in EUNIQ() list of potential errors
Michael Brown
2024-08-20
1
-4
/
+5
*
[gve] Increase number of receive buffers to reduce packet loss
Michael Brown
2024-07-25
1
-0
/
+1
*
[gve] Add driver for Google Virtual Ethernet NIC
Michael Brown
2024-07-24
1
-0
/
+1607