summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-26gve: Fix the queue page list allocated pages countJeroen de Borst1-1/+2
2019-08-21gve: Copy and paste bug in gve_get_stats()Dan Carpenter1-1/+1
2019-07-18gve: replace kfree with kvfreeChuhong Yuan1-11/+11
2019-07-14gve: Remove the exporting of gve_probeDenis Efremov1-1/+0
2019-07-07gve: Fix error return code in gve_alloc_qpls()Wei Yongjun1-1/+3
2019-07-03gve: fix -ENOMEM null check on a page allocationColin Ian King1-1/+1
2019-07-03gve: Fix u64_stats_sync to initialize startCatherine Sullivan1-2/+4
2019-07-01gve: Add ethtool supportCatherine Sullivan1-1/+40
2019-07-01gve: Add workqueue and reset supportCatherine Sullivan1-7/+183
2019-07-01gve: Add transmit and receive supportCatherine Sullivan1-3/+570
2019-07-01gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan1-0/+446