aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang1-2/+4
2021-07-02gve: DQO: Remove incorrect prefetchBailey Forrest1-7/+0
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-29gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter1-1/+1
2021-06-25gve: Fix swapped vars when fetching max queuesBailey Forrest1-2/+2
2021-06-24gve: Fix warnings reported for DQO patchsetBailey Forrest2-6/+5
2021-06-24gve: DQO: Add RX pathBailey Forrest4-0/+601
2021-06-24gve: DQO: Add TX pathBailey Forrest2-2/+829
2021-06-24gve: DQO: Configure interrupts on device upBailey Forrest2-2/+33
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest7-13/+420
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest8-25/+260
2021-06-24gve: Update adminq commands to support DQO queuesBailey Forrest4-29/+64
2021-06-24gve: Add DQO fields for core data structuresBailey Forrest1-11/+251
2021-06-24gve: Add dqo descriptorsBailey Forrest2-1/+257
2021-06-24gve: Add support for DQO RX PTYPE mapBailey Forrest4-2/+127
2021-06-24gve: adminq: DQO specific device descriptor logicBailey Forrest2-15/+55
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest5-15/+37
2021-06-24gve: Introduce a new model for device optionsBailey Forrest2-43/+179
2021-06-24gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest3-5/+5
2021-06-24gve: gve_rx_copy: Move padding to an argumentBailey Forrest3-5/+7
2021-06-24gve: Move some static functions to a common fileBailey Forrest5-60/+94
2021-05-17gve: Correct SKB queue index validation.David Awogbemila1-1/+1
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
2021-05-17gve: Check TX QPL was actually assignedCatherine Sullivan1-2/+6
2021-03-25net: gve: remove duplicated allowedDaode Huang1-1/+1
2021-03-25net: gve: convert strlcpy to strscpyDaode Huang1-3/+3
2020-12-08gve: Add support for raw addressing in the tx pathCatherine Sullivan5-42/+185
2020-12-08gve: Rx Buffer RecyclingDavid Awogbemila2-74/+135
2020-12-08gve: Add support for raw addressing to the rx pathCatherine Sullivan5-62/+182
2020-12-08gve: Add support for raw addressing device optionCatherine Sullivan4-4/+92
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-10-30gve: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-4/+3
2020-09-11gve: Enable Link Speed Reporting in the driver.David Awogbemila4-1/+56
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 Shahar3-81/+211
2020-09-11gve: NIC stats for report-stats and for ethtoolDavid Awogbemila4-3/+94
2020-09-11gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao6-32/+369
2020-09-11gve: Use dev_info/err instead of netif_info/err.Catherine Sullivan2-14/+11
2020-09-11gve: Add stats for gve.Kuo Zhao5-48/+245
2020-09-11gve: 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-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-11-19gve: fix dma sync bug where not all pages syncedAdi Suresh1-4/+5