aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gve
Commit message (Expand)AuthorAgeFilesLines
* gve: Add feature to change TX/RX ring sizeVee Agarwal2025-04-185-6/+210
* gve: Add feature to adjust RX/TX queue countsVee Agarwal2025-04-186-39/+189
* gve: Allocate qpl per ring at ring allocation timeVee Agarwal2025-04-187-132/+114
* gve: Fix qpl_buf_head being initialized improperlyJasper Tran O'Leary2025-03-071-9/+16
* gve: Do minor cleanup and bump versionJasper Tran O'Leary2025-03-078-22/+20
* gve: Fix memory leak during resetJasper Tran O'Leary2025-03-071-8/+41
* gve: Disallow MTUs within a problematic rangeJasper Tran O'Leary2025-03-071-0/+15
* Check for errors when detaching children first, not lastJohn Baldwin2025-02-271-1/+6
* gve: Fix TX livelockShailend Chand2024-11-205-26/+95
* gve: Add DQO QPL supportShailend Chand2024-11-2011-146/+981
* gve: Add DQO RDA supportShailend Chand2024-11-2012-138/+2410
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-11/+2
* gve: Make gve_free_qpls idempotentShailend Chand2024-06-211-0/+1
* gve: Make LRO work for jumbo packetsShailend Chand2023-09-143-5/+7
* gve: Simplify tx loop over buffer ringShailend Chand2023-08-121-3/+2
* gve: Fix Tx tcpdump panicShailend Chand2023-07-271-3/+3
* 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
* gve: Fix build on i386 and enable LINT builds.Xin LI2023-06-041-3/+3
* Add gve, the driver for Google Virtual NIC (gVNIC)Shailend Chand2023-06-0212-0/+5248