summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
Commit message (Expand)AuthorAgeFilesLines
...
* gve: Propagate error codes to callerChristophe JAILLET2021-07-011-2/+3
* gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET2021-07-011-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-2/+2
|\
| * gve: Fix swapped vars when fetching max queuesBailey Forrest2021-06-251-2/+2
* | gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter2021-06-291-1/+1
* | gve: Fix warnings reported for DQO patchsetBailey Forrest2021-06-242-6/+5
* | gve: DQO: Add RX pathBailey Forrest2021-06-244-0/+601
* | gve: DQO: Add TX pathBailey Forrest2021-06-242-2/+829
* | gve: DQO: Configure interrupts on device upBailey Forrest2021-06-242-2/+33
* | gve: DQO: Add ring allocation and initializationBailey Forrest2021-06-247-13/+420
* | gve: DQO: Add core netdev featuresBailey Forrest2021-06-248-25/+260
* | gve: Update adminq commands to support DQO queuesBailey Forrest2021-06-244-29/+64
* | gve: Add DQO fields for core data structuresBailey Forrest2021-06-241-11/+251
* | gve: Add dqo descriptorsBailey Forrest2021-06-242-1/+257
* | gve: Add support for DQO RX PTYPE mapBailey Forrest2021-06-244-2/+127
* | gve: adminq: DQO specific device descriptor logicBailey Forrest2021-06-242-15/+55
* | gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest2021-06-245-15/+37
* | gve: Introduce a new model for device optionsBailey Forrest2021-06-242-43/+179
* | gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest2021-06-243-5/+5
* | gve: gve_rx_copy: Move padding to an argumentBailey Forrest2021-06-243-5/+7
* | gve: Move some static functions to a common fileBailey Forrest2021-06-245-60/+94
|/
* 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