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.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
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-12
gve: Track RX buffer allocation failures
Catherine Sullivan
1
-1
/
+6
2021-10-12
gve: Allow pageflips on larger pages
Jordan Kim
1
-1
/
+1
2021-10-12
gve: Add netif_set_xps_queue call
Catherine Sullivan
1
-0
/
+4
2021-10-12
gve: Recover from queue stall due to missed IRQ
John Fraker
3
-2
/
+51
2021-10-12
gve: Do lazy cleanup in TX path
Tao Liu
4
-50
/
+62
2021-10-12
gve: Add rx buffer pagecnt bias
Catherine Sullivan
1
-15
/
+37
2021-10-12
gve: Switch to use napi_complete_done
Yangchun Fu
3
-37
/
+43
2021-10-08
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-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-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-25
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
2021-06-24
gve: adminq: DQO specific device descriptor logic
Bailey Forrest
2
-15
/
+55
2021-06-24
gve: Introduce per netdev `enum gve_queue_format`
Bailey Forrest
5
-15
/
+37
2021-06-24
gve: Introduce a new model for device options
Bailey Forrest
2
-43
/
+179
2021-06-24
gve: Make gve_rx_slot_page_info.page_offset an absolute offset
Bailey Forrest
3
-5
/
+5
2021-06-24
gve: gve_rx_copy: Move padding to an argument
Bailey Forrest
3
-5
/
+7
2021-06-24
gve: Move some static functions to a common file
Bailey Forrest
5
-60
/
+94
2021-05-18
gve: Correct SKB queue index validation.
David Awogbemila
1
-1
/
+1
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
2021-05-18
gve: Check TX QPL was actually assigned
Catherine Sullivan
1
-2
/
+6
2021-03-26
net: gve: remove duplicated allowed
Daode Huang
1
-1
/
+1
2021-03-26
net: gve: convert strlcpy to strscpy
Daode Huang
1
-3
/
+3
[next]