aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gve
Commit message (Expand)AuthorAgeFilesLines
* 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