aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+0
2020-01-03net: Google gve: Remove dma_wmb() before ringing doorbellLiran Alon2-8/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-26gve: Fix the queue page list allocated pages countJeroen de Borst1-1/+2
2019-11-19gve: fix dma sync bug where not all pages syncedAdi Suresh1-4/+5
2019-11-01gve: Fixes DMA synchronization.Yangchun Fu2-2/+24
2019-08-21gve: Copy and paste bug in gve_get_stats()Dan Carpenter1-1/+1
2019-08-05gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan3-26/+20
2019-07-18gve: replace kfree with kvfreeChuhong Yuan2-13/+13
2019-07-14gve: Remove the exporting of gve_probeDenis Efremov1-1/+0
2019-07-08gve: fix unused variable/label warningsArnd Bergmann1-33/+33
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 Sullivan2-4/+8
2019-07-01gve: Add ethtool supportCatherine Sullivan4-2/+288
2019-07-01gve: Add workqueue and reset supportCatherine Sullivan3-8/+249
2019-07-01gve: Add transmit and receive supportCatherine Sullivan8-5/+2191
2019-07-01gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan8-0/+1027