summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_rx_dqo.c
AgeCommit message (Expand)Author
13 daysgve: implement DQO RX datapath and control path for AF_XDP zero-copyJoshua Washington
2025-07-09gve: make IRQ handlers and page allocation NUMA awareBailey Forrest
2025-07-08gve: global: fix "for a while" typoAhelenia ZiemiaƄska
2025-06-21gve: add XDP_TX and XDP_REDIRECT support for DQ RDAJoshua Washington
2025-06-16gve: Implement ndo_hwtstamp_get/set for RX timestampingJohn Fraker
2025-06-16gve: Add rx hardware timestamp expansionJohn Fraker
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-25gve: add XDP DROP and PASS support for DQJoshua Washington
2025-03-25gve: update XDP allocation path support RX buffer postingJoshua Washington
2025-03-25gve: merge packet buffer size fieldsJoshua Washington
2025-03-25gve: introduce config-based allocation for XDPJoshua Washington
2025-03-24gve: unlink old napi only if page pool existsHarshitha Ramamurthy
2025-03-07gve: convert to use netmem for DQO RDA modeHarshitha Ramamurthy
2025-02-26gve: unlink old napi when stopping a queue using queue APIHarshitha Ramamurthy
2024-10-15gve: adopt page pool for DQ RDA modeHarshitha Ramamurthy
2024-10-15gve: move DQO rx buffer management related code to a new fileHarshitha Ramamurthy
2024-06-13gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao
2024-05-06gve: Implement queue apiShailend Chand
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand
2024-05-05gve: Reset Rx ring state in the ring-stop funcsShailend Chand
2024-04-18gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy
2024-03-04gve: Add header split ethtool statsJeroen de Borst
2024-03-04gve: Add header split data pathJeroen de Borst
2024-03-04gve: Add header split device optionJeroen de Borst
2024-01-23gve: Switch to config-aware queue allocationShailend Chand
2023-09-04gve: fix frag_list chainingEric Dumazet
2023-08-06gve: RX path for DQO-QPLRushil Gupta
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand
2022-09-19gve: Fix GFP flags when allocing pagesShailend Chand
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan
2021-10-25gve: Implement packet continuation for RX.David Awogbemila
2021-10-25gve: Add RX context.David Awogbemila
2021-07-02gve: DQO: Remove incorrect prefetchBailey Forrest
2021-06-29gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter
2021-06-24gve: DQO: Add RX pathBailey Forrest
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest