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_rx_dqo.c
Age
Commit message (
Expand
)
Author
13 days
gve: implement DQO RX datapath and control path for AF_XDP zero-copy
Joshua Washington
2025-07-09
gve: make IRQ handlers and page allocation NUMA aware
Bailey Forrest
2025-07-08
gve: global: fix "for a while" typo
Ahelenia ZiemiaĆska
2025-06-21
gve: add XDP_TX and XDP_REDIRECT support for DQ RDA
Joshua Washington
2025-06-16
gve: Implement ndo_hwtstamp_get/set for RX timestamping
John Fraker
2025-06-16
gve: Add rx hardware timestamp expansion
John Fraker
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-03-25
gve: add XDP DROP and PASS support for DQ
Joshua Washington
2025-03-25
gve: update XDP allocation path support RX buffer posting
Joshua Washington
2025-03-25
gve: merge packet buffer size fields
Joshua Washington
2025-03-25
gve: introduce config-based allocation for XDP
Joshua Washington
2025-03-24
gve: unlink old napi only if page pool exists
Harshitha Ramamurthy
2025-03-07
gve: convert to use netmem for DQO RDA mode
Harshitha Ramamurthy
2025-02-26
gve: unlink old napi when stopping a queue using queue API
Harshitha Ramamurthy
2024-10-15
gve: adopt page pool for DQ RDA mode
Harshitha Ramamurthy
2024-10-15
gve: move DQO rx buffer management related code to a new file
Harshitha Ramamurthy
2024-06-13
gve: Clear napi->skb before dev_kfree_skb_any()
Ziwei Xiao
2024-05-06
gve: Implement queue api
Shailend Chand
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
2024-05-05
gve: Reset Rx ring state in the ring-stop funcs
Shailend Chand
2024-04-18
gve: Remove qpl_cfg struct since qpl_ids map with queues respectively
Ziwei Xiao
2024-04-03
gve: set page count for RX QPL for GQI and DQO queue formats
Harshitha Ramamurthy
2024-04-03
gve: make the completion and buffer ring size equal for DQO
Harshitha Ramamurthy
2024-03-04
gve: Add header split ethtool stats
Jeroen de Borst
2024-03-04
gve: Add header split data path
Jeroen de Borst
2024-03-04
gve: Add header split device option
Jeroen de Borst
2024-01-23
gve: Switch to config-aware queue allocation
Shailend Chand
2023-09-04
gve: fix frag_list chaining
Eric Dumazet
2023-08-06
gve: RX path for DQO-QPL
Rushil Gupta
2023-03-17
gve: XDP support GQI-QPL: helper function changes
Praveen Kaligineedi
2022-11-02
gve: Reduce alloc and copy costs in the GQ rx path
Shailend Chand
2022-09-19
gve: Fix GFP flags when allocing pages
Shailend Chand
2022-01-26
gve: Fix GFP flags when allocing pages
Catherine Sullivan
2021-10-25
gve: Implement packet continuation for RX.
David Awogbemila
2021-10-25
gve: Add RX context.
David Awogbemila
2021-07-02
gve: DQO: Remove incorrect prefetch
Bailey Forrest
2021-06-29
gve: DQO: Fix off by one in gve_rx_dqo()
Dan Carpenter
2021-06-24
gve: DQO: Add RX 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