summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_rx_dqo.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand1-1/+1
2022-09-19gve: Fix GFP flags when allocing pagesShailend Chand1-1/+1
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan1-1/+1
2021-10-25gve: Implement packet continuation for RX.David Awogbemila1-1/+1
2021-10-25gve: Add RX context.David Awogbemila1-34/+34
2021-07-02gve: DQO: Remove incorrect prefetchBailey Forrest1-7/+0
2021-06-29gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter1-1/+1
2021-06-24gve: DQO: Add RX pathBailey Forrest1-0/+582
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest1-0/+157
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest1-0/+24