summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
Commit message (Expand)AuthorAgeFilesLines
* gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan2019-08-053-26/+20Star
* gve: replace kfree with kvfreeChuhong Yuan2019-07-192-13/+13
* gve: Remove the exporting of gve_probeDenis Efremov2019-07-141-1/+0Star
* gve: fix unused variable/label warningsArnd Bergmann2019-07-081-33/+33
* gve: Fix error return code in gve_alloc_qpls()Wei Yongjun2019-07-081-1/+3
* gve: fix -ENOMEM null check on a page allocationColin Ian King2019-07-031-1/+1
* gve: Fix u64_stats_sync to initialize startCatherine Sullivan2019-07-032-4/+8
* gve: Add ethtool supportCatherine Sullivan2019-07-024-2/+288
* gve: Add workqueue and reset supportCatherine Sullivan2019-07-023-8/+249
* gve: Add transmit and receive supportCatherine Sullivan2019-07-028-5/+2191
* gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan2019-07-028-0/+1027