summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_rx.c
Commit message (Expand)AuthorAgeFilesLines
* gve: Fix spelling mistake "droping" -> "dropping"Colin Ian King2022-03-161-1/+1
* gve: Recording rx queue before sending to napiTao Liu2022-02-081-0/+1
* gve: Fix GFP flags when allocing pagesCatherine Sullivan2022-01-261-1/+2
* gve: remove memory barrier around seqnoCatherine Sullivan2021-12-161-2/+0
* gve: fix unmatched u64_stats_update_end()Dan Carpenter2021-11-101-1/+2
* gve: Implement packet continuation for RX.David Awogbemila2021-10-251-99/+248
* gve: Track RX buffer allocation failuresCatherine Sullivan2021-10-111-1/+6
* gve: Allow pageflips on larger pagesJordan Kim2021-10-111-1/+1
* gve: Add rx buffer pagecnt biasCatherine Sullivan2021-10-111-15/+37
* gve: Switch to use napi_complete_doneYangchun Fu2021-10-111-18/+19
* gve: Properly handle errors in gve_assign_qplCatherine Sullivan2021-10-061-1/+7
* gve: DQO: Add ring allocation and initializationBailey Forrest2021-06-241-1/+1
* gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest2021-06-241-1/+1
* gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest2021-06-241-2/+2
* gve: gve_rx_copy: Move padding to an argumentBailey Forrest2021-06-241-2/+2
* gve: Move some static functions to a common fileBailey Forrest2021-06-241-40/+2
* gve: Rx Buffer RecyclingDavid Awogbemila2020-12-081-65/+134
* gve: Add support for raw addressing to the rx pathCatherine Sullivan2020-12-081-47/+158
* gve: Add stats for gve.Kuo Zhao2020-09-111-8/+29
* net: Google gve: Remove dma_wmb() before ringing doorbellLiran Alon2020-01-031-2/+0
* gve: Fixes DMA synchronization.Yangchun Fu2019-11-011-0/+2
* gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan2019-08-051-19/+15
* gve: replace kfree with kvfreeChuhong Yuan2019-07-181-2/+2
* gve: fix unused variable/label warningsArnd Bergmann2019-07-081-33/+33
* gve: Add workqueue and reset supportCatherine Sullivan2019-07-011-1/+4
* gve: Add transmit and receive supportCatherine Sullivan2019-07-011-0/+443