summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_tx.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand1-11/+22
2024-04-19gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao1-8/+4
2024-01-24gve: Switch to config-aware queue allocationShailend Chand1-39/+89
2023-11-29gve: Remove dependency on 4k page size.John Fraker1-1/+1
2023-11-15gve: Fixes for napi_poll when budget is 0Ziwei Xiao1-4/+0
2023-06-27gve: use vmalloc_array and vcallocJulia Lawall1-1/+1
2023-04-11gve: Unify duplicate GQ min pkt desc size constantsShailend Chand1-2/+2
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+5
2023-04-05gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand1-7/+5
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi1-3/+55
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi1-3/+45
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi1-10/+139
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi1-6/+6
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi1-17/+26
2021-12-16gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn1-20/+53
2021-10-12gve: 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-18gve: Correct SKB queue index validation.David Awogbemila1-1/+1
2021-05-18gve: Check TX QPL was actually assignedCatherine Sullivan1-2/+6
2020-12-09gve: 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-02gve: Fixes DMA synchronization.Yangchun Fu1-2/+22
2019-07-02gve: Add transmit and receive supportCatherine Sullivan1-0/+584