index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-25
net: gve: remove duplicated allowed
Daode Huang
1
-1
/
+1
2021-03-25
net: gve: convert strlcpy to strscpy
Daode Huang
1
-3
/
+3
2020-12-08
gve: Add support for raw addressing in the tx path
Catherine Sullivan
5
-42
/
+185
2020-12-08
gve: Rx Buffer Recycling
David Awogbemila
2
-74
/
+135
2020-12-08
gve: Add support for raw addressing to the rx path
Catherine Sullivan
5
-62
/
+182
2020-12-08
gve: Add support for raw addressing device option
Catherine Sullivan
4
-4
/
+92
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-10-30
gve: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-4
/
+3
2020-09-11
gve: Enable Link Speed Reporting in the driver.
David Awogbemila
4
-1
/
+56
2020-09-11
gve: Use link status register to report link status
Patricio Noyola
1
-3
/
+21
2020-09-11
gve: Batch AQ commands for creating and destroying queues.
Sagi Shahar
3
-81
/
+211
2020-09-11
gve: NIC stats for report-stats and for ethtool
David Awogbemila
4
-3
/
+94
2020-09-11
gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.
Kuo Zhao
6
-32
/
+369
2020-09-11
gve: Use dev_info/err instead of netif_info/err.
Catherine Sullivan
2
-14
/
+11
2020-09-11
gve: Add stats for gve.
Kuo Zhao
5
-48
/
+245
2020-09-11
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-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-26
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-01
gve: Fixes DMA synchronization.
Yangchun Fu
2
-2
/
+24
2019-08-21
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-18
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-07
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-01
gve: Add ethtool support
Catherine Sullivan
4
-2
/
+288
2019-07-01
gve: Add workqueue and reset support
Catherine Sullivan
3
-8
/
+249
2019-07-01
gve: Add transmit and receive support
Catherine Sullivan
8
-5
/
+2191
2019-07-01
gve: Add basic driver framework for Compute Engine Virtual NIC
Catherine Sullivan
8
-0
/
+1027