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.h
Age
Commit message (
Expand
)
Author
2023-08-06
gve: RX path for DQO-QPL
Rushil Gupta
2023-08-06
gve: Tx path for DQO-QPL
Rushil Gupta
2023-08-06
gve: Control path for DQO-QPL
Rushil Gupta
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
2023-07-10
gve: unify driver name usage
Junfeng Guo
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
2022-11-21
gve: Adding a new AdminQ command to verify driver
Jeroen de Borst
2022-11-02
gve: Reduce alloc and copy costs in the GQ rx path
Shailend Chand
2022-01-26
gve: Fix GFP flags when allocing pages
Catherine Sullivan
2021-12-16
gve: Add tx|rx-coalesce-usec for DQO
Tao Liu
2021-12-16
gve: Implement suspend/resume/shutdown
Catherine Sullivan
2021-12-16
gve: Add optional metadata descriptor type GVE_TXD_MTD
Willem de Bruijn
2021-12-16
gve: Move the irq db indexes out of the ntfy block struct
Catherine Sullivan
2021-10-25
gve: Implement packet continuation for RX.
David Awogbemila
2021-10-25
gve: Add RX context.
David Awogbemila
2021-10-11
gve: Recover from queue stall due to missed IRQ
John Fraker
2021-10-11
gve: Do lazy cleanup in TX path
Tao Liu
2021-10-11
gve: Switch to use napi_complete_done
Yangchun Fu
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-06
gve: Correct available tx qpl check
Catherine Sullivan
2021-09-28
gve: DQO: avoid unused variable warnings
Arnd Bergmann
2021-06-24
gve: DQO: Add RX path
Bailey Forrest
2021-06-24
gve: DQO: Add ring allocation and initialization
Bailey Forrest
2021-06-24
gve: DQO: Add core netdev features
Bailey Forrest
2021-06-24
gve: Update adminq commands to support DQO queues
Bailey Forrest
2021-06-24
gve: Add DQO fields for core data structures
Bailey Forrest
2021-06-24
gve: Add support for DQO RX PTYPE map
Bailey Forrest
2021-06-24
gve: adminq: DQO specific device descriptor logic
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
2020-12-08
gve: Add support for raw addressing in the tx path
Catherine Sullivan
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-12-08
gve: Add support for raw addressing device option
Catherine Sullivan
2020-09-11
gve: Enable Link Speed Reporting in the driver.
David Awogbemila
2020-09-11
gve: NIC stats for report-stats and for ethtool
David Awogbemila
2020-09-11
gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.
Kuo Zhao
2020-09-11
gve: Add stats for gve.
Kuo Zhao
2019-08-05
gve: Fix case where desc_cnt and data_cnt can get out of sync
Catherine Sullivan
2019-07-01
gve: Add ethtool support
Catherine Sullivan
2019-07-01
gve: Add workqueue and reset support
Catherine Sullivan
2019-07-01
gve: Add transmit and receive support
Catherine Sullivan
2019-07-01
gve: Add basic driver framework for Compute Engine Virtual NIC
Catherine Sullivan