aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn1-20/+53
2021-10-11gve: Do lazy cleanup in TX pathTao Liu1-41/+53
2021-09-28gve: DQO: avoid unused variable warningsArnd Bergmann1-13/+10
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest1-1/+1
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest1-1/+1
2021-06-24gve: Move some static functions to a common fileBailey Forrest1-19/+2
2021-05-17gve: Correct SKB queue index validation.David Awogbemila1-1/+1
2021-05-17gve: Check TX QPL was actually assignedCatherine Sullivan1-2/+6
2020-12-08gve: Add support for raw addressing in the tx pathCatherine Sullivan1-36/+161
2020-01-03net: Google gve: Remove dma_wmb() before ringing doorbellLiran Alon1-6/+0
2019-11-19gve: fix dma sync bug where not all pages syncedAdi Suresh1-4/+5
2019-11-01gve: Fixes DMA synchronization.Yangchun Fu1-2/+22
2019-07-01gve: Add transmit and receive supportCatherine Sullivan1-0/+584