index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gve: fix for null pointer dereference.
Ameer Hamza
2021-12-08
1
-0
/
+3
*
gve: fix unmatched u64_stats_update_end()
Dan Carpenter
2021-11-10
1
-1
/
+2
*
gve: Fix off by one in gve_tx_timeout()
Dan Carpenter
2021-11-09
1
-1
/
+1
*
gve: Add a jumbo-frame device option.
Shailend Chand
2021-10-25
2
-4
/
+68
*
gve: Implement packet continuation for RX.
David Awogbemila
2021-10-25
9
-126
/
+292
*
gve: Add RX context.
David Awogbemila
2021-10-25
2
-37
/
+44
*
gve: Track RX buffer allocation failures
Catherine Sullivan
2021-10-12
1
-1
/
+6
*
gve: Allow pageflips on larger pages
Jordan Kim
2021-10-12
1
-1
/
+1
*
gve: Add netif_set_xps_queue call
Catherine Sullivan
2021-10-12
1
-0
/
+4
*
gve: Recover from queue stall due to missed IRQ
John Fraker
2021-10-12
3
-2
/
+51
*
gve: Do lazy cleanup in TX path
Tao Liu
2021-10-12
4
-50
/
+62
*
gve: Add rx buffer pagecnt bias
Catherine Sullivan
2021-10-12
1
-15
/
+37
*
gve: Switch to use napi_complete_done
Yangchun Fu
2021-10-12
3
-37
/
+43
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-08
3
-18
/
+37
|
\
|
*
gve: report 64bit tx_bytes counter from gve_handle_report_stats()
Eric Dumazet
2021-10-06
1
-2
/
+3
|
*
gve: fix gve_get_stats()
Eric Dumazet
2021-10-06
1
-4
/
+9
|
*
gve: Properly handle errors in gve_assign_qpl
Catherine Sullivan
2021-10-06
1
-1
/
+7
|
*
gve: Avoid freeing NULL pointer
Tao Liu
2021-10-06
1
-10
/
+17
|
*
gve: Correct available tx qpl check
Catherine Sullivan
2021-10-06
1
-1
/
+1
*
|
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
|
gve: Use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
2021-09-29
1
-8
/
+7
*
|
gve: DQO: avoid unused variable warnings
Arnd Bergmann
2021-09-28
3
-66
/
+54
|
/
*
gve: fix the wrong AdminQ buffer overflow check
Haiyue Wang
2021-07-16
1
-2
/
+4
*
gve: DQO: Remove incorrect prefetch
Bailey Forrest
2021-07-02
1
-7
/
+0
*
gve: Simplify code and axe the use of a deprecated API
Christophe JAILLET
2021-07-02
1
-8
/
+1
*
gve: Propagate error codes to caller
Christophe JAILLET
2021-07-02
1
-2
/
+3
*
gve: Fix an error handling path in 'gve_probe()'
Christophe JAILLET
2021-07-02
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-30
1
-2
/
+2
|
\
|
*
gve: Fix swapped vars when fetching max queues
Bailey Forrest
2021-06-25
1
-2
/
+2
*
|
gve: DQO: Fix off by one in gve_rx_dqo()
Dan Carpenter
2021-06-29
1
-1
/
+1
*
|
gve: Fix warnings reported for DQO patchset
Bailey Forrest
2021-06-25
2
-6
/
+5
*
|
gve: DQO: Add RX path
Bailey Forrest
2021-06-24
4
-0
/
+601
*
|
gve: DQO: Add TX path
Bailey Forrest
2021-06-24
2
-2
/
+829
*
|
gve: DQO: Configure interrupts on device up
Bailey Forrest
2021-06-24
2
-2
/
+33
*
|
gve: DQO: Add ring allocation and initialization
Bailey Forrest
2021-06-24
7
-13
/
+420
*
|
gve: DQO: Add core netdev features
Bailey Forrest
2021-06-24
8
-25
/
+260
*
|
gve: Update adminq commands to support DQO queues
Bailey Forrest
2021-06-24
4
-29
/
+64
*
|
gve: Add DQO fields for core data structures
Bailey Forrest
2021-06-24
1
-11
/
+251
*
|
gve: Add dqo descriptors
Bailey Forrest
2021-06-24
2
-1
/
+257
*
|
gve: Add support for DQO RX PTYPE map
Bailey Forrest
2021-06-24
4
-2
/
+127
*
|
gve: adminq: DQO specific device descriptor logic
Bailey Forrest
2021-06-24
2
-15
/
+55
*
|
gve: Introduce per netdev `enum gve_queue_format`
Bailey Forrest
2021-06-24
5
-15
/
+37
*
|
gve: Introduce a new model for device options
Bailey Forrest
2021-06-24
2
-43
/
+179
*
|
gve: Make gve_rx_slot_page_info.page_offset an absolute offset
Bailey Forrest
2021-06-24
3
-5
/
+5
*
|
gve: gve_rx_copy: Move padding to an argument
Bailey Forrest
2021-06-24
3
-5
/
+7
*
|
gve: Move some static functions to a common file
Bailey Forrest
2021-06-24
5
-60
/
+94
|
/
*
gve: Correct SKB queue index validation.
David Awogbemila
2021-05-18
1
-1
/
+1
*
gve: Upgrade memory barrier in poll routine
Catherine Sullivan
2021-05-18
1
-1
/
+1
*
gve: Add NULL pointer checks when freeing irqs.
David Awogbemila
2021-05-18
1
-9
/
+11
*
gve: Update mgmt_msix_idx if num_ntfy changes
David Awogbemila
2021-05-18
1
-0
/
+1
[next]