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-12-16
gve: Add tx|rx-coalesce-usec for DQO
Tao Liu
4
-11
/
+91
2021-12-16
gve: Add consumed counts to ethtool stats
Jordan Kim
1
-9
/
+12
2021-12-16
gve: Implement suspend/resume/shutdown
Catherine Sullivan
2
-0
/
+60
2021-12-16
gve: Add optional metadata descriptor type GVE_TXD_MTD
Willem de Bruijn
3
-20
/
+74
2021-12-16
gve: remove memory barrier around seqno
Catherine Sullivan
1
-2
/
+0
2021-12-16
gve: Update gve_free_queue_page_list signature
Catherine Sullivan
1
-2
/
+1
2021-12-16
gve: Move the irq db indexes out of the ntfy block struct
Catherine Sullivan
4
-17
/
+36
2021-12-16
gve: Correct order of processing device options
Jeroen de Borst
1
-4
/
+4
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2021-12-07
gve: fix for null pointer dereference.
Ameer Hamza
1
-0
/
+3
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-1
/
+3
2021-11-10
gve: fix unmatched u64_stats_update_end()
Dan Carpenter
1
-1
/
+2
2021-11-09
gve: Fix off by one in gve_tx_timeout()
Dan Carpenter
1
-1
/
+1
2021-10-25
gve: Add a jumbo-frame device option.
Shailend Chand
2
-4
/
+68
2021-10-25
gve: Implement packet continuation for RX.
David Awogbemila
9
-126
/
+292
2021-10-25
gve: Add RX context.
David Awogbemila
2
-37
/
+44
2021-10-11
gve: Track RX buffer allocation failures
Catherine Sullivan
1
-1
/
+6
2021-10-11
gve: Allow pageflips on larger pages
Jordan Kim
1
-1
/
+1
2021-10-11
gve: Add netif_set_xps_queue call
Catherine Sullivan
1
-0
/
+4
2021-10-11
gve: Recover from queue stall due to missed IRQ
John Fraker
3
-2
/
+51
2021-10-11
gve: Do lazy cleanup in TX path
Tao Liu
4
-50
/
+62
2021-10-11
gve: Add rx buffer pagecnt bias
Catherine Sullivan
1
-15
/
+37
2021-10-11
gve: Switch to use napi_complete_done
Yangchun Fu
3
-37
/
+43
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-18
/
+37
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: Properly handle errors in gve_assign_qpl
Catherine Sullivan
1
-1
/
+7
2021-10-06
gve: Avoid freeing NULL pointer
Tao Liu
1
-10
/
+17
2021-10-06
gve: Correct available tx qpl check
Catherine Sullivan
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-09-29
gve: Use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
1
-8
/
+7
2021-09-28
gve: DQO: avoid unused variable warnings
Arnd Bergmann
3
-66
/
+54
2021-07-16
gve: fix the wrong AdminQ buffer overflow check
Haiyue Wang
1
-2
/
+4
2021-07-02
gve: DQO: Remove incorrect prefetch
Bailey Forrest
1
-7
/
+0
2021-07-02
gve: Simplify code and axe the use of a deprecated API
Christophe JAILLET
1
-8
/
+1
2021-07-01
gve: Propagate error codes to caller
Christophe JAILLET
1
-2
/
+3
2021-07-01
gve: Fix an error handling path in 'gve_probe()'
Christophe JAILLET
1
-1
/
+4
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-06-29
gve: DQO: Fix off by one in gve_rx_dqo()
Dan Carpenter
1
-1
/
+1
2021-06-25
gve: Fix swapped vars when fetching max queues
Bailey Forrest
1
-2
/
+2
2021-06-24
gve: Fix warnings reported for DQO patchset
Bailey Forrest
2
-6
/
+5
2021-06-24
gve: DQO: Add RX path
Bailey Forrest
4
-0
/
+601
2021-06-24
gve: DQO: Add TX path
Bailey Forrest
2
-2
/
+829
2021-06-24
gve: DQO: Configure interrupts on device up
Bailey Forrest
2
-2
/
+33
2021-06-24
gve: DQO: Add ring allocation and initialization
Bailey Forrest
7
-13
/
+420
2021-06-24
gve: DQO: Add core netdev features
Bailey Forrest
8
-25
/
+260
2021-06-24
gve: Update adminq commands to support DQO queues
Bailey Forrest
4
-29
/
+64
2021-06-24
gve: Add DQO fields for core data structures
Bailey Forrest
1
-11
/
+251
2021-06-24
gve: Add dqo descriptors
Bailey Forrest
2
-1
/
+257
2021-06-24
gve: Add support for DQO RX PTYPE map
Bailey Forrest
4
-2
/
+127
[next]