summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_tx_dqo.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-25gve: Fix an edge case for TSO skb validity checkBailey Forrest1-1/+21
2024-06-12gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington1-15/+5
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand1-9/+14
2024-04-19gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao1-7/+4
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy1-3/+1
2024-01-24gve: Switch to config-aware queue allocationShailend Chand1-27/+81
2023-11-17gve: add gve_features_check()Eric Dumazet1-22/+15
2023-08-06gve: Tx path for DQO-QPLRushil Gupta1-81/+323
2023-05-24gve: Support IPv6 Big TCP on DQCoco Li1-0/+4
2022-11-21gve: Handle alternate miss completionsJeroen de Borst1-7/+13
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
2022-07-01google/gve:fix repeated words in commentsJilin Yuan1-1/+1
2021-09-28gve: DQO: avoid unused variable warningsArnd Bergmann1-46/+38
2021-06-25gve: Fix warnings reported for DQO patchsetBailey Forrest1-5/+4
2021-06-24gve: DQO: Add TX pathBailey Forrest1-2/+817
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest1-0/+193
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest1-0/+23