index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
/
gve
/
gve_tx_dqo.c
Age
Commit message (
Expand
)
Author
13 days
gve: implement DQO TX datapath for AF_XDP zero-copy
Joshua Washington
2025-06-21
gve: add XDP_TX and XDP_REDIRECT support for DQ RDA
Joshua Washington
2025-06-21
gve: refactor DQO TX methods to be more generic for XDP
Joshua Washington
2025-06-04
gve: add missing NULL check for gve_alloc_pending_packet() in TX DQO
Alok Tiwari
2025-05-13
gve: add netmem TX support to GVE DQO-RDA mode
Mina Almasry
2025-03-25
gve: introduce config-based allocation for XDP
Joshua Washington
2024-12-15
gve: Convert timeouts to secs_to_jiffies()
Easwar Hariharan
2024-07-25
gve: Fix an edge case for TSO skb validity check
Bailey Forrest
2024-06-11
gve: ignore nonrelevant GSO type bits when processing TSO headers
Joshua Washington
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
2024-04-18
gve: Remove qpl_cfg struct since qpl_ids map with queues respectively
Ziwei Xiao
2024-04-03
gve: make the completion and buffer ring size equal for DQO
Harshitha Ramamurthy
2024-01-23
gve: Switch to config-aware queue allocation
Shailend Chand
2023-11-17
gve: add gve_features_check()
Eric Dumazet
2023-08-06
gve: Tx path for DQO-QPL
Rushil Gupta
2023-05-23
gve: Support IPv6 Big TCP on DQ
Coco Li
2022-11-21
gve: Handle alternate miss completions
Jeroen de Borst
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-06-30
google/gve:fix repeated words in comments
Jilin Yuan
2021-09-28
gve: DQO: avoid unused variable warnings
Arnd Bergmann
2021-06-24
gve: Fix warnings reported for DQO patchset
Bailey Forrest
2021-06-24
gve: DQO: Add TX path
Bailey Forrest
2021-06-24
gve: DQO: Add ring allocation and initialization
Bailey Forrest
2021-06-24
gve: DQO: Add core netdev features
Bailey Forrest