summaryrefslogtreecommitdiff
path: root/sys/dev/gve
Commit message (Expand)AuthorAgeFilesLines
* gve: Make gve_free_qpls idempotentShailend Chand2024-06-211-0/+1
* gve: Make LRO work for jumbo packetsShailend Chand2023-10-043-5/+7
* gve: Simplify tx loop over buffer ringShailend Chand2023-08-181-3/+2
* gve: Fix Tx tcpdump panicShailend Chand2023-08-181-3/+3
* gve: Unobfuscate code by using nitems directly for loop.Xin LI2023-08-181-4/+3
* gve: Add PNP info to PCI attachment of gve(4) driver.Xin LI2023-08-181-4/+24
* gve: Fix build on i386 and enable LINT builds.Xin LI2023-08-181-3/+3
* Add gve, the driver for Google Virtual NIC (gVNIC)Shailend Chand2023-08-1812-0/+5248