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_tx.c
Age
Commit message (
Expand
)
Author
2024-12-20
gve: process XSK TX descriptors as part of RX NAPI
Joshua Washington
2024-12-20
gve: guard XDP xmit NDO on existence of xdp queues
Joshua Washington
2024-12-20
gve: clean XDP queues in gve_tx_stop_ring_gqi
Joshua Washington
2024-07-17
gve: Fix XDP TX completion handling when counters overflow
Joshua Washington
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
2024-04-18
gve: Remove qpl_cfg struct since qpl_ids map with queues respectively
Ziwei Xiao
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-14
gve: Fixes for napi_poll when budget is 0
Ziwei Xiao
2023-06-27
gve: use vmalloc_array and vcalloc
Julia Lawall
2023-04-11
gve: Unify duplicate GQ min pkt desc size constants
Shailend Chand
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-04
gve: Secure enough bytes in the first TX desc for all TCP pkts
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
2021-12-16
gve: Add optional metadata descriptor type GVE_TXD_MTD
Willem de Bruijn
2021-10-11
gve: Do lazy cleanup in TX path
Tao Liu
2021-09-28
gve: DQO: avoid unused variable warnings
Arnd Bergmann
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: Move some static functions to a common file
Bailey Forrest
2021-05-17
gve: Correct SKB queue index validation.
David Awogbemila
2021-05-17
gve: Check TX QPL was actually assigned
Catherine Sullivan
2020-12-08
gve: Add support for raw addressing in the tx path
Catherine Sullivan
2020-01-03
net: Google gve: Remove dma_wmb() before ringing doorbell
Liran Alon
2019-11-19
gve: fix dma sync bug where not all pages synced
Adi Suresh
2019-11-01
gve: Fixes DMA synchronization.
Yangchun Fu
2019-07-01
gve: Add transmit and receive support
Catherine Sullivan