summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorFilesLines
2023-11-20gve: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-07-27gve: Set default duplex configuration to fullJunfeng Guo1-0/+3
2023-04-05gve: Cache link_speed value from deviceJoshua Washington1-1/+4
2022-09-08net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2-14/+14
2022-02-08gve: fix the wrong AdminQ buffer queue index checkHaiyue Wang1-1/+1
2021-11-18gve: Fix off by one in gve_tx_timeout()Dan Carpenter1-1/+1
2021-11-18gve: Recover from queue stall due to missed IRQJohn Fraker3-2/+51
2021-10-13gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet1-2/+3
2021-10-13gve: fix gve_get_stats()Eric Dumazet1-4/+9
2021-10-13gve: Avoid freeing NULL pointerTao Liu1-10/+17
2021-10-13gve: Correct available tx qpl checkCatherine Sullivan1-1/+1
2021-09-15gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang1-2/+4
2021-07-28gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET1-1/+4
2021-07-14gve: Fix swapped vars when fetching max queuesBailey Forrest1-2/+2
2021-06-03gve: Correct SKB queue index validation.David Awogbemila1-1/+1
2021-06-03gve: Upgrade memory barrier in poll routineCatherine Sullivan1-1/+1
2021-06-03gve: Add NULL pointer checks when freeing irqs.David Awogbemila1-9/+11
2021-06-03gve: Update mgmt_msix_idx if num_ntfy changesDavid Awogbemila1-0/+1
2021-06-03gve: Check TX QPL was actually assignedCatherine Sullivan1-1/+5
2020-10-31gve: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-4/+3
2020-09-12gve: Enable Link Speed Reporting in the driver.David Awogbemila4-1/+56
2020-09-12gve: Use link status register to report link statusPatricio Noyola1-3/+21
2020-09-12gve: Batch AQ commands for creating and destroying queues.Sagi Shahar3-81/+211
2020-09-12gve: NIC stats for report-stats and for ethtoolDavid Awogbemila4-3/+94
2020-09-12gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao6-32/+369
2020-09-12gve: Use dev_info/err instead of netif_info/err.Catherine Sullivan2-14/+11
2020-09-12gve: Add stats for gve.Kuo Zhao5-48/+245
2020-09-12gve: Get and set Rx copybreak via ethtoolKuo Zhao1-0/+34
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-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-27gve: 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-02gve: Fixes DMA synchronization.Yangchun Fu2-2/+24
2019-08-22gve: 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-19gve: 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-08gve: 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-02gve: Add ethtool supportCatherine Sullivan4-2/+288
2019-07-02gve: Add workqueue and reset supportCatherine Sullivan3-8/+249
2019-07-02gve: Add transmit and receive supportCatherine Sullivan8-5/+2191
2019-07-02gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan8-0/+1027