index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
/
gve
/
gve_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-06
gve: report 64bit tx_bytes counter from gve_handle_report_stats()
Eric Dumazet
1
-2
/
+3
2021-10-06
gve: fix gve_get_stats()
Eric Dumazet
1
-4
/
+9
2021-10-06
gve: Avoid freeing NULL pointer
Tao Liu
1
-10
/
+17
2021-07-02
gve: Simplify code and axe the use of a deprecated API
Christophe JAILLET
1
-8
/
+1
2021-07-02
gve: Propagate error codes to caller
Christophe JAILLET
1
-2
/
+3
2021-07-02
gve: Fix an error handling path in 'gve_probe()'
Christophe JAILLET
1
-1
/
+4
2021-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-06-25
gve: Fix swapped vars when fetching max queues
Bailey Forrest
1
-2
/
+2
2021-06-25
gve: Fix warnings reported for DQO patchset
Bailey Forrest
1
-1
/
+1
2021-06-24
gve: DQO: Configure interrupts on device up
Bailey Forrest
1
-2
/
+14
2021-06-24
gve: DQO: Add ring allocation and initialization
Bailey Forrest
1
-9
/
+44
2021-06-24
gve: DQO: Add core netdev features
Bailey Forrest
1
-22
/
+166
2021-06-24
gve: Add support for DQO RX PTYPE map
Bailey Forrest
1
-0
/
+25
2021-06-24
gve: Introduce per netdev `enum gve_queue_format`
Bailey Forrest
1
-4
/
+5
2021-05-18
gve: Upgrade memory barrier in poll routine
Catherine Sullivan
1
-1
/
+1
2021-05-18
gve: Add NULL pointer checks when freeing irqs.
David Awogbemila
1
-9
/
+11
2021-05-18
gve: Update mgmt_msix_idx if num_ntfy changes
David Awogbemila
1
-0
/
+1
2020-12-09
gve: Add support for raw addressing to the rx path
Catherine Sullivan
1
-1
/
+1
2020-12-09
gve: Add support for raw addressing device option
Catherine Sullivan
1
-0
/
+9
2020-10-31
gve: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+2
2020-09-12
gve: Use link status register to report link status
Patricio Noyola
1
-3
/
+21
2020-09-12
gve: Batch AQ commands for creating and destroying queues.
Sagi Shahar
1
-52
/
+42
2020-09-12
gve: NIC stats for report-stats and for ethtool
David Awogbemila
1
-2
/
+2
2020-09-12
gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.
Kuo Zhao
1
-2
/
+156
2020-09-12
gve: Use dev_info/err instead of netif_info/err.
Catherine Sullivan
1
-5
/
+5
2020-09-12
gve: Add stats for gve.
Kuo Zhao
1
-3
/
+12
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-27
gve: Fix the queue page list allocated pages count
Jeroen de Borst
1
-1
/
+2
2019-08-22
gve: Copy and paste bug in gve_get_stats()
Dan Carpenter
1
-1
/
+1
2019-07-19
gve: replace kfree with kvfree
Chuhong Yuan
1
-11
/
+11
2019-07-14
gve: Remove the exporting of gve_probe
Denis Efremov
1
-1
/
+0
2019-07-08
gve: Fix error return code in gve_alloc_qpls()
Wei Yongjun
1
-1
/
+3
2019-07-03
gve: fix -ENOMEM null check on a page allocation
Colin Ian King
1
-1
/
+1
2019-07-03
gve: Fix u64_stats_sync to initialize start
Catherine Sullivan
1
-2
/
+4
2019-07-02
gve: Add ethtool support
Catherine Sullivan
1
-1
/
+40
2019-07-02
gve: Add workqueue and reset support
Catherine Sullivan
1
-7
/
+183
2019-07-02
gve: Add transmit and receive support
Catherine Sullivan
1
-3
/
+570
2019-07-02
gve: Add basic driver framework for Compute Engine Virtual NIC
Catherine Sullivan
1
-0
/
+446