aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gve/gve_main.c
Commit message (Expand)AuthorAgeFilesLines
* gve: Add support for 4k RX Buffers when using DQO queue formatsVee Agarwal2025-06-131-3/+27
* gve: Add callout to detect and handle TX timeoutsJasper Tran O'Leary2025-05-201-2/+76
* gve: Add feature to change TX/RX ring sizeVee Agarwal2025-04-041-2/+50
* gve: Add feature to adjust RX/TX queue countsVee Agarwal2025-04-041-5/+83
* gve: Allocate qpl per ring at ring allocation timeVee Agarwal2025-04-041-8/+0
* gve: Do minor cleanup and bump versionJasper Tran O'Leary2025-02-141-3/+3
* gve: Fix memory leak during resetJasper Tran O'Leary2025-02-141-8/+41
* gve: Disallow MTUs within a problematic rangeJasper Tran O'Leary2025-02-141-0/+15
* gve: Fix TX livelockShailend Chand2024-11-061-2/+2
* gve: Add DQO QPL supportShailend Chand2024-11-061-9/+11
* gve: Add DQO RDA supportShailend Chand2024-11-061-14/+53
* Check for errors when detaching children first, not lastJohn Baldwin2024-11-051-1/+6
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-11/+2
* gve: Make LRO work for jumbo packetsShailend Chand2023-09-071-4/+4
* gve: Unobfuscate code by using nitems directly for loop.Xin LI2023-06-071-4/+3
* gve: Add PNP info to PCI attachment of gve(4) driver.Xin LI2023-06-061-4/+24
* Add gve, the driver for Google Virtual NIC (gVNIC)Shailend Chand2023-06-021-0/+853