aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-02gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET1-8/+1
2021-07-01gve: Propagate error codes to callerChristophe JAILLET1-2/+3
2021-07-01gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET1-1/+4
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-06-25gve: Fix swapped vars when fetching max queuesBailey Forrest1-2/+2
2021-06-24gve: Fix warnings reported for DQO patchsetBailey Forrest1-1/+1
2021-06-24gve: DQO: Configure interrupts on device upBailey Forrest1-2/+14
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest1-9/+44
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest1-22/+166
2021-06-24gve: Add support for DQO RX PTYPE mapBailey Forrest1-0/+25
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest1-4/+5
2021-05-17gve: Upgrade memory barrier in poll routineCatherine Sullivan1-1/+1
2021-05-17gve: Add NULL pointer checks when freeing irqs.David Awogbemila1-9/+11
2021-05-17gve: Update mgmt_msix_idx if num_ntfy changesDavid Awogbemila1-0/+1
2020-12-08gve: Add support for raw addressing to the rx pathCatherine Sullivan1-1/+1
2020-12-08gve: Add support for raw addressing device optionCatherine Sullivan1-0/+9
2020-10-30gve: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+2
2020-09-11gve: Use link status register to report link statusPatricio Noyola1-3/+21
2020-09-11gve: Batch AQ commands for creating and destroying queues.Sagi Shahar1-52/+42
2020-09-11gve: NIC stats for report-stats and for ethtoolDavid Awogbemila1-2/+2
2020-09-11gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao1-2/+156
2020-09-11gve: Use dev_info/err instead of netif_info/err.Catherine Sullivan1-5/+5
2020-09-11gve: Add stats for gve.Kuo Zhao1-3/+12
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-08-21gve: Copy and paste bug in gve_get_stats()Dan Carpenter1-1/+1
2019-07-18gve: replace kfree with kvfreeChuhong Yuan1-11/+11
2019-07-14gve: Remove the exporting of gve_probeDenis Efremov1-1/+0
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 Sullivan1-2/+4
2019-07-01gve: Add ethtool supportCatherine Sullivan1-1/+40
2019-07-01gve: Add workqueue and reset supportCatherine Sullivan1-7/+183
2019-07-01gve: Add transmit and receive supportCatherine Sullivan1-3/+570
2019-07-01gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan1-0/+446