summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
Commit message (Expand)AuthorAgeFilesLines
* gve: Correct SKB queue index validation.David Awogbemila2021-05-171-1/+1
* gve: Upgrade memory barrier in poll routineCatherine Sullivan2021-05-171-1/+1
* gve: Add NULL pointer checks when freeing irqs.David Awogbemila2021-05-171-9/+11
* gve: Update mgmt_msix_idx if num_ntfy changesDavid Awogbemila2021-05-171-0/+1
* gve: Check TX QPL was actually assignedCatherine Sullivan2021-05-171-2/+6
* net: gve: remove duplicated allowedDaode Huang2021-03-251-1/+1
* net: gve: convert strlcpy to strscpyDaode Huang2021-03-251-3/+3
* gve: Add support for raw addressing in the tx pathCatherine Sullivan2020-12-085-42/+185
* gve: Rx Buffer RecyclingDavid Awogbemila2020-12-082-74/+135
* gve: Add support for raw addressing to the rx pathCatherine Sullivan2020-12-085-62/+182
* gve: Add support for raw addressing device optionCatherine Sullivan2020-12-084-4/+92
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* gve: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-302-4/+3
* gve: Enable Link Speed Reporting in the driver.David Awogbemila2020-09-114-1/+56
* gve: Use link status register to report link statusPatricio Noyola2020-09-111-3/+21
* gve: Batch AQ commands for creating and destroying queues.Sagi Shahar2020-09-113-81/+211
* gve: NIC stats for report-stats and for ethtoolDavid Awogbemila2020-09-114-3/+94
* gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao2020-09-116-32/+369
* gve: Use dev_info/err instead of netif_info/err.Catherine Sullivan2020-09-112-14/+11
* gve: Add stats for gve.Kuo Zhao2020-09-115-48/+245
* gve: Get and set Rx copybreak via ethtoolKuo Zhao2020-09-111-0/+34
* 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