summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-092-8/+0
|\
| * net: Google gve: Remove dma_wmb() before ringing doorbellLiran Alon2020-01-032-8/+0
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* gve: Fix the queue page list allocated pages countJeroen de Borst2019-11-261-1/+2
* gve: fix dma sync bug where not all pages syncedAdi Suresh2019-11-191-4/+5
* gve: Fixes DMA synchronization.Yangchun Fu2019-11-012-2/+24
* gve: Copy and paste bug in gve_get_stats()Dan Carpenter2019-08-211-1/+1
* gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan2019-08-053-26/+20
* gve: replace kfree with kvfreeChuhong Yuan2019-07-182-13/+13
* gve: Remove the exporting of gve_probeDenis Efremov2019-07-141-1/+0
* gve: fix unused variable/label warningsArnd Bergmann2019-07-081-33/+33
* gve: Fix error return code in gve_alloc_qpls()Wei Yongjun2019-07-071-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-014-2/+288
* gve: Add workqueue and reset supportCatherine Sullivan2019-07-013-8/+249
* gve: Add transmit and receive supportCatherine Sullivan2019-07-018-5/+2191
* gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan2019-07-018-0/+1027