summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/gve.h
Commit message (Expand)AuthorAgeFilesLines
* [gve] Use raw DMA addresses in descriptors in DQO-QPL modeMichael Brown2025-10-101-3/+4
* [gve] Report only packet completions for the transmit ringMichael Brown2025-10-091-10/+2Star
* [gve] Use dummy interrupt to trigger completion writeback in DQO modeMichael Brown2025-10-091-2/+8
* [gve] Add support for out-of-order queuesMichael Brown2025-10-061-3/+127
* [gve] Allow for descriptor and completion lengths to vary by modeMichael Brown2025-09-301-4/+15
* [gve] Rename GQI-specific data structures and constantsMichael Brown2025-09-301-14/+23
* [gve] Allow for out-of-order buffer consumptionMichael Brown2025-09-301-1/+7
* [gve] Add support for raw DMA addressingMichael Brown2025-09-291-1/+5
* [gve] Add concept of a queue page list base device addressMichael Brown2025-09-291-0/+7
* [gve] Set descriptor and completion ring sizes when creating queuesMichael Brown2025-09-291-2/+14
* [gve] Add concept of operating modeMichael Brown2025-09-291-0/+20
* [gve] Remove separate concept of "packet descriptor"Michael Brown2025-09-291-20/+8Star
* [gve] Parse option list returned in device descriptorMichael Brown2025-09-261-1/+41
* [gve] Replace uses of userptr_t with direct pointer dereferencesMichael Brown2025-04-241-4/+15
* [gve] Allocate all possible event countersMichael Brown2024-09-171-25/+0Star
* [gve] Increase number of receive buffers to reduce packet lossMichael Brown2024-07-251-5/+12
* [gve] Add driver for Google Virtual Ethernet NICMichael Brown2024-07-241-0/+702