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 gve interrupt names
Praveen Kaligineedi
2023-02-06
1
-5
/
+4
*
gve: Handle alternate miss completions
Jeroen de Borst
2022-11-21
3
-8
/
+21
*
gve: Adding a new AdminQ command to verify driver
Jeroen de Borst
2022-11-21
4
-1
/
+122
*
gve: Fix error return code in gve_prefill_rx_pages()
Yang Yingliang
2022-11-07
1
-1
/
+3
*
gve: Reduce alloc and copy costs in the GQ rx path
Shailend Chand
2022-11-02
6
-266
/
+338
*
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-10-29
2
-14
/
+14
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-2
/
+1
*
gve: Fix GFP flags when allocing pages
Shailend Chand
2022-09-20
1
-1
/
+1
*
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
2022-08-29
2
-14
/
+14
*
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-07-02
1
-2
/
+2
*
google/gve:fix repeated words in comments
Jilin Yuan
2022-07-01
1
-1
/
+1
*
gve: Fix spelling mistake "droping" -> "dropping"
Colin Ian King
2022-03-17
1
-1
/
+1
*
gve: enhance no queue page list detection
Haiyue Wang
2022-02-16
1
-4
/
+2
*
gve: Recording rx queue before sending to napi
Tao Liu
2022-02-09
1
-0
/
+1
*
gve: fix the wrong AdminQ buffer queue index check
Haiyue Wang
2022-01-28
1
-1
/
+1
*
gve: Fix GFP flags when allocing pages
Catherine Sullivan
2022-01-27
4
-6
/
+7
*
gve: Add tx|rx-coalesce-usec for DQO
Tao Liu
2021-12-16
4
-11
/
+91
*
gve: Add consumed counts to ethtool stats
Jordan Kim
2021-12-16
1
-9
/
+12
*
gve: Implement suspend/resume/shutdown
Catherine Sullivan
2021-12-16
2
-0
/
+60
*
gve: Add optional metadata descriptor type GVE_TXD_MTD
Willem de Bruijn
2021-12-16
3
-20
/
+74
*
gve: remove memory barrier around seqno
Catherine Sullivan
2021-12-16
1
-2
/
+0
*
gve: Update gve_free_queue_page_list signature
Catherine Sullivan
2021-12-16
1
-2
/
+1
*
gve: Move the irq db indexes out of the ntfy block struct
Catherine Sullivan
2021-12-16
4
-17
/
+36
*
gve: Correct order of processing device options
Jeroen de Borst
2021-12-16
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-09
1
-0
/
+3
|
\
|
*
gve: fix for null pointer dereference.
Ameer Hamza
2021-12-08
1
-0
/
+3
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-1
/
+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
[next]