summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorLines
2020-12-08gve: Add support for raw addressing in the tx pathCatherine Sullivan-42/+185
2020-12-08gve: Rx Buffer RecyclingDavid Awogbemila-74/+135
2020-12-08gve: Add support for raw addressing to the rx pathCatherine Sullivan-62/+182
2020-12-08gve: Add support for raw addressing device optionCatherine Sullivan-4/+92
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+1
2020-10-30gve: Replace zero-length array with flexible-array memberGustavo A. R. Silva-4/+3
2020-09-11gve: Enable Link Speed Reporting in the driver.David Awogbemila-1/+56
2020-09-11gve: Use link status register to report link statusPatricio Noyola-3/+21
2020-09-11gve: Batch AQ commands for creating and destroying queues.Sagi Shahar-81/+211
2020-09-11gve: NIC stats for report-stats and for ethtoolDavid Awogbemila-3/+94
2020-09-11gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao-32/+369
2020-09-11gve: Use dev_info/err instead of netif_info/err.Catherine Sullivan-14/+11
2020-09-11gve: Add stats for gve.Kuo Zhao-48/+245
2020-09-11gve: Get and set Rx copybreak via ethtoolKuo Zhao-0/+34
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+0
2020-01-03net: Google gve: Remove dma_wmb() before ringing doorbellLiran Alon-8/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-11-26gve: Fix the queue page list allocated pages countJeroen de Borst-1/+2
2019-11-19gve: fix dma sync bug where not all pages syncedAdi Suresh-4/+5
2019-11-01gve: Fixes DMA synchronization.Yangchun Fu-2/+24
2019-08-21gve: Copy and paste bug in gve_get_stats()Dan Carpenter-1/+1
2019-08-05gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan-26/+20
2019-07-18gve: replace kfree with kvfreeChuhong Yuan-13/+13
2019-07-14gve: Remove the exporting of gve_probeDenis Efremov-1/+0
2019-07-08gve: fix unused variable/label warningsArnd Bergmann-33/+33
2019-07-07gve: Fix error return code in gve_alloc_qpls()Wei Yongjun-1/+3
2019-07-03gve: fix -ENOMEM null check on a page allocationColin Ian King-1/+1
2019-07-03gve: Fix u64_stats_sync to initialize startCatherine Sullivan-4/+8
2019-07-01gve: Add ethtool supportCatherine Sullivan-2/+288
2019-07-01gve: Add workqueue and reset supportCatherine Sullivan-8/+249
2019-07-01gve: Add transmit and receive supportCatherine Sullivan-5/+2191
2019-07-01gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan-0/+1027