summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_rx_dqo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gve: adopt page pool for DQ RDA modeHarshitha Ramamurthy2024-10-161-43/+46
* gve: move DQO rx buffer management related code to a new fileHarshitha Ramamurthy2024-10-161-225/+0
* gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao2024-06-131-3/+5
* gve: Implement queue apiShailend Chand2024-05-071-6/+6
* gve: Alloc and free QPLs with the ringsShailend Chand2024-05-051-9/+14
* gve: Reset Rx ring state in the ring-stop funcsShailend Chand2024-05-051-19/+83
* gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao2024-04-191-7/+5
* gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy2024-04-031-2/+2
* gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy2024-04-031-2/+1
* gve: Add header split ethtool statsJeroen de Borst2024-03-041-0/+9
* gve: Add header split data pathJeroen de Borst2024-03-041-2/+55
* gve: Add header split device optionJeroen de Borst2024-03-041-1/+1
* gve: Switch to config-aware queue allocationShailend Chand2024-01-241-26/+65
* gve: fix frag_list chainingEric Dumazet2023-09-041-1/+4
* gve: RX path for DQO-QPLRushil Gupta2023-08-061-18/+108
* gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi2023-03-171-1/+1
* gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand2022-11-021-1/+1
* gve: Fix GFP flags when allocing pagesShailend Chand2022-09-201-1/+1
* gve: Fix GFP flags when allocing pagesCatherine Sullivan2022-01-271-1/+1
* gve: Implement packet continuation for RX.David Awogbemila2021-10-251-1/+1
* gve: Add RX context.David Awogbemila2021-10-251-34/+34
* gve: DQO: Remove incorrect prefetchBailey Forrest2021-07-021-7/+0
* gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter2021-06-291-1/+1
* gve: DQO: Add RX pathBailey Forrest2021-06-241-0/+582
* gve: DQO: Add ring allocation and initializationBailey Forrest2021-06-241-0/+157
* gve: DQO: Add core netdev featuresBailey Forrest2021-06-241-0/+24