index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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-01-25
gve: Fix skb truesize underestimation
Praveen Kaligineedi
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