summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_rx.c
AgeCommit message (Expand)Author
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-25gve: Modify rx_buf_alloc_fail counter centrally and closer to failureAnkit Garg
2024-01-25gve: Fix skb truesize underestimationPraveen Kaligineedi
2024-01-23gve: Switch to config-aware queue allocationShailend Chand
2023-11-29gve: Remove dependency on 4k page size.John Fraker
2023-11-29gve: Remove obsolete checks that rely on page size.John Fraker
2023-11-14gve: Fixes for napi_poll when budget is 0Ziwei Xiao
2023-10-17gve: Do not fully free QPL pages on prefill errorsShailend Chand
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi
2022-11-07gve: Fix error return code in gve_prefill_rx_pages()Yang Yingliang
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand
2022-03-16gve: Fix spelling mistake "droping" -> "dropping"Colin Ian King
2022-02-08gve: Recording rx queue before sending to napiTao Liu
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan
2021-12-16gve: remove memory barrier around seqnoCatherine Sullivan
2021-11-10gve: fix unmatched u64_stats_update_end()Dan Carpenter
2021-10-25gve: Implement packet continuation for RX.David Awogbemila
2021-10-11gve: Track RX buffer allocation failuresCatherine Sullivan
2021-10-11gve: Allow pageflips on larger pagesJordan Kim
2021-10-11gve: Add rx buffer pagecnt biasCatherine Sullivan
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu
2021-10-06gve: Properly handle errors in gve_assign_qplCatherine Sullivan
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest
2021-06-24gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest
2021-06-24gve: gve_rx_copy: Move padding to an argumentBailey Forrest
2021-06-24gve: Move some static functions to a common fileBailey Forrest
2020-12-08gve: Rx Buffer RecyclingDavid Awogbemila
2020-12-08gve: Add support for raw addressing to the rx pathCatherine Sullivan
2020-09-11gve: Add stats for gve.Kuo Zhao
2020-01-03net: Google gve: Remove dma_wmb() before ringing doorbellLiran Alon
2019-11-01gve: Fixes DMA synchronization.Yangchun Fu
2019-08-05gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan
2019-07-18gve: replace kfree with kvfreeChuhong Yuan
2019-07-08gve: fix unused variable/label warningsArnd Bergmann
2019-07-01gve: Add workqueue and reset supportCatherine Sullivan
2019-07-01gve: Add transmit and receive supportCatherine Sullivan