aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/google/gve/gve_rx_dqo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-03-25gve: add XDP DROP and PASS support for DQJoshua Washington1-0/+52
2025-03-25gve: update XDP allocation path support RX buffer postingJoshua Washington1-6/+16
2025-03-25gve: merge packet buffer size fieldsJoshua Washington1-0/+1
2025-03-25gve: introduce config-based allocation for XDPJoshua Washington1-3/+3
2025-03-24gve: unlink old napi only if page pool existsHarshitha Ramamurthy1-1/+2
2025-03-07gve: convert to use netmem for DQO RDA modeHarshitha Ramamurthy1-8/+26
2025-02-26gve: unlink old napi when stopping a queue using queue APIHarshitha Ramamurthy1-0/+2
2024-10-15gve: adopt page pool for DQ RDA modeHarshitha Ramamurthy1-43/+46
2024-10-15gve: move DQO rx buffer management related code to a new fileHarshitha Ramamurthy1-225/+0
2024-06-13gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao1-3/+5
2024-05-06gve: Implement queue apiShailend Chand1-6/+6
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand1-9/+14
2024-05-05gve: Reset Rx ring state in the ring-stop funcsShailend Chand1-19/+83
2024-04-18gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao1-7/+5
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy1-2/+2
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy1-2/+1
2024-03-04gve: Add header split ethtool statsJeroen de Borst1-0/+9
2024-03-04gve: Add header split data pathJeroen de Borst1-2/+55
2024-03-04gve: Add header split device optionJeroen de Borst1-1/+1
2024-01-23gve: Switch to config-aware queue allocationShailend Chand1-26/+65
2023-09-04gve: fix frag_list chainingEric Dumazet1-1/+4
2023-08-06gve: RX path for DQO-QPLRushil Gupta1-18/+108
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi1-1/+1
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