index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
gve: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-07-27
gve: Set default duplex configuration to full
Junfeng Guo
1
-0
/
+3
2023-04-05
gve: Cache link_speed value from device
Joshua Washington
1
-1
/
+4
2022-09-08
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
2
-14
/
+14
2022-02-08
gve: fix the wrong AdminQ buffer queue index check
Haiyue Wang
1
-1
/
+1
2021-11-18
gve: Fix off by one in gve_tx_timeout()
Dan Carpenter
1
-1
/
+1
2021-11-18
gve: Recover from queue stall due to missed IRQ
John Fraker
3
-2
/
+51
2021-10-13
gve: report 64bit tx_bytes counter from gve_handle_report_stats()
Eric Dumazet
1
-2
/
+3
2021-10-13
gve: fix gve_get_stats()
Eric Dumazet
1
-4
/
+9
2021-10-13
gve: Avoid freeing NULL pointer
Tao Liu
1
-10
/
+17
2021-10-13
gve: Correct available tx qpl check
Catherine Sullivan
1
-1
/
+1
2021-09-15
gve: fix the wrong AdminQ buffer overflow check
Haiyue Wang
1
-2
/
+4
2021-07-28
gve: Fix an error handling path in 'gve_probe()'
Christophe JAILLET
1
-1
/
+4
2021-07-14
gve: Fix swapped vars when fetching max queues
Bailey Forrest
1
-2
/
+2
2021-06-03
gve: Correct SKB queue index validation.
David Awogbemila
1
-1
/
+1
2021-06-03
gve: Upgrade memory barrier in poll routine
Catherine Sullivan
1
-1
/
+1
2021-06-03
gve: Add NULL pointer checks when freeing irqs.
David Awogbemila
1
-9
/
+11
2021-06-03
gve: Update mgmt_msix_idx if num_ntfy changes
David Awogbemila
1
-0
/
+1
2021-06-03
gve: Check TX QPL was actually assigned
Catherine Sullivan
1
-1
/
+5
2020-10-31
gve: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-4
/
+3
2020-09-12
gve: Enable Link Speed Reporting in the driver.
David Awogbemila
4
-1
/
+56
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
3
-81
/
+211
2020-09-12
gve: NIC stats for report-stats and for ethtool
David Awogbemila
4
-3
/
+94
2020-09-12
gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.
Kuo Zhao
6
-32
/
+369
2020-09-12
gve: Use dev_info/err instead of netif_info/err.
Catherine Sullivan
2
-14
/
+11
2020-09-12
gve: Add stats for gve.
Kuo Zhao
5
-48
/
+245
2020-09-12
gve: Get and set Rx copybreak via ethtool
Kuo Zhao
1
-0
/
+34
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-8
/
+0
2020-01-03
net: Google gve: Remove dma_wmb() before ringing doorbell
Liran Alon
2
-8
/
+0
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-11-19
gve: fix dma sync bug where not all pages synced
Adi Suresh
1
-4
/
+5
2019-11-02
gve: Fixes DMA synchronization.
Yangchun Fu
2
-2
/
+24
2019-08-22
gve: Copy and paste bug in gve_get_stats()
Dan Carpenter
1
-1
/
+1
2019-08-05
gve: Fix case where desc_cnt and data_cnt can get out of sync
Catherine Sullivan
3
-26
/
+20
2019-07-19
gve: replace kfree with kvfree
Chuhong Yuan
2
-13
/
+13
2019-07-14
gve: Remove the exporting of gve_probe
Denis Efremov
1
-1
/
+0
2019-07-08
gve: fix unused variable/label warnings
Arnd Bergmann
1
-33
/
+33
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
2
-4
/
+8
2019-07-02
gve: Add ethtool support
Catherine Sullivan
4
-2
/
+288
2019-07-02
gve: Add workqueue and reset support
Catherine Sullivan
3
-8
/
+249
2019-07-02
gve: Add transmit and receive support
Catherine Sullivan
8
-5
/
+2191
2019-07-02
gve: Add basic driver framework for Compute Engine Virtual NIC
Catherine Sullivan
8
-0
/
+1027