开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
/
gve
/
gve_rx.c
Age
Commit message (
Expand
)
Author
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-25
gve: Modify rx_buf_alloc_fail counter centrally and closer to failure
Ankit Garg
2024-01-25
gve: Fix skb truesize underestimation
Praveen Kaligineedi
2024-01-23
gve: Switch to config-aware queue allocation
Shailend Chand
2023-11-29
gve: Remove dependency on 4k page size.
John Fraker
2023-11-29
gve: Remove obsolete checks that rely on page size.
John Fraker
2023-11-14
gve: Fixes for napi_poll when budget is 0
Ziwei Xiao
2023-10-17
gve: Do not fully free QPL pages on prefill errors
Shailend Chand
2023-03-17
gve: Add AF_XDP zero-copy support for GQI-QPL format
Praveen Kaligineedi
2023-03-17
gve: Add XDP REDIRECT support for GQI-QPL format
Praveen Kaligineedi
2023-03-17
gve: Add XDP DROP and TX support for GQI-QPL format
Praveen Kaligineedi
2023-03-17
gve: Changes to add new TX queues
Praveen Kaligineedi
2023-03-17
gve: XDP support GQI-QPL: helper function changes
Praveen Kaligineedi
2022-11-07
gve: Fix error return code in gve_prefill_rx_pages()
Yang Yingliang
2022-11-02
gve: Reduce alloc and copy costs in the GQ rx path
Shailend Chand
2022-03-16
gve: Fix spelling mistake "droping" -> "dropping"
Colin Ian King
2022-02-08
gve: Recording rx queue before sending to napi
Tao Liu
2022-01-26
gve: Fix GFP flags when allocing pages
Catherine Sullivan
2021-12-16
gve: remove memory barrier around seqno
Catherine Sullivan
2021-11-10
gve: fix unmatched u64_stats_update_end()
Dan Carpenter
2021-10-25
gve: Implement packet continuation for RX.
David Awogbemila
2021-10-11
gve: Track RX buffer allocation failures
Catherine Sullivan
2021-10-11
gve: Allow pageflips on larger pages
Jordan Kim
2021-10-11
gve: Add rx buffer pagecnt bias
Catherine Sullivan
2021-10-11
gve: Switch to use napi_complete_done
Yangchun Fu
2021-10-06
gve: Properly handle errors in gve_assign_qpl
Catherine Sullivan
2021-06-24
gve: DQO: Add ring allocation and initialization
Bailey Forrest
2021-06-24
gve: Introduce per netdev `enum gve_queue_format`
Bailey Forrest
2021-06-24
gve: Make gve_rx_slot_page_info.page_offset an absolute offset
Bailey Forrest
2021-06-24
gve: gve_rx_copy: Move padding to an argument
Bailey Forrest
2021-06-24
gve: Move some static functions to a common file
Bailey Forrest
2020-12-08
gve: Rx Buffer Recycling
David Awogbemila
2020-12-08
gve: Add support for raw addressing to the rx path
Catherine Sullivan
2020-09-11
gve: Add stats for gve.
Kuo Zhao
2020-01-03
net: Google gve: Remove dma_wmb() before ringing doorbell
Liran Alon
2019-11-01
gve: Fixes DMA synchronization.
Yangchun Fu
2019-08-05
gve: Fix case where desc_cnt and data_cnt can get out of sync
Catherine Sullivan
2019-07-18
gve: replace kfree with kvfree
Chuhong Yuan
2019-07-08
gve: fix unused variable/label warnings
Arnd Bergmann
2019-07-01
gve: Add workqueue and reset support
Catherine Sullivan
2019-07-01
gve: Add transmit and receive support
Catherine Sullivan