aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-16gve: Fix spelling mistake "droping" -> "dropping"Colin Ian King1-1/+1
2022-02-08gve: Recording rx queue before sending to napiTao Liu1-0/+1
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan1-1/+2
2021-12-16gve: remove memory barrier around seqnoCatherine Sullivan1-2/+0
2021-11-10gve: fix unmatched u64_stats_update_end()Dan Carpenter1-1/+2
2021-10-25gve: Implement packet continuation for RX.David Awogbemila1-99/+248
2021-10-11gve: Track RX buffer allocation failuresCatherine Sullivan1-1/+6
2021-10-11gve: Allow pageflips on larger pagesJordan Kim1-1/+1
2021-10-11gve: Add rx buffer pagecnt biasCatherine Sullivan1-15/+37
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu1-18/+19
2021-10-06gve: Properly handle errors in gve_assign_qplCatherine Sullivan1-1/+7
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest1-1/+1
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest1-1/+1
2021-06-24gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest1-2/+2
2021-06-24gve: gve_rx_copy: Move padding to an argumentBailey Forrest1-2/+2
2021-06-24gve: Move some static functions to a common fileBailey Forrest1-40/+2
2020-12-08gve: Rx Buffer RecyclingDavid Awogbemila1-65/+134
2020-12-08gve: Add support for raw addressing to the rx pathCatherine Sullivan1-47/+158
2020-09-11gve: Add stats for gve.Kuo Zhao1-8/+29
2020-01-03net: Google gve: Remove dma_wmb() before ringing doorbellLiran Alon1-2/+0
2019-11-01gve: Fixes DMA synchronization.Yangchun Fu1-0/+2
2019-08-05gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan1-19/+15
2019-07-18gve: replace kfree with kvfreeChuhong Yuan1-2/+2
2019-07-08gve: fix unused variable/label warningsArnd Bergmann1-33/+33
2019-07-01gve: Add workqueue and reset supportCatherine Sullivan1-1/+4
2019-07-01gve: Add transmit and receive supportCatherine Sullivan1-0/+443