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
/
gve
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gve: Remove dependency on 4k page size.
John Fraker
2023-11-29
5
-10
/
+11
*
gve: Add page size register to the register_page_list command.
John Fraker
2023-11-29
2
-1
/
+3
*
gve: Remove obsolete checks that rely on page size.
John Fraker
2023-11-29
2
-18
/
+1
*
gve: Deprecate adminq_pfn for pci revision 0x1.
John Fraker
2023-11-29
2
-13
/
+44
*
gve: Perform adminq allocations through a dma_pool.
John Fraker
2023-11-29
2
-10
/
+22
*
gve: add gve_features_check()
Eric Dumazet
2023-11-17
3
-22
/
+31
*
gve: Fixes for napi_poll when budget is 0
Ziwei Xiao
2023-11-15
3
-9
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-19
1
-2
/
+16
|
\
|
*
gve: Do not fully free QPL pages on prefill errors
Shailend Chand
2023-10-17
1
-2
/
+16
*
|
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
2023-10-12
1
-1
/
+1
*
|
gve: Use size_add() in call to struct_size()
Gustavo A. R. Silva
2023-09-17
1
-1
/
+1
|
/
*
gve: fix frag_list chaining
Eric Dumazet
2023-09-04
1
-1
/
+4
*
gve: RX path for DQO-QPL
Rushil Gupta
2023-08-06
2
-18
/
+114
*
gve: Tx path for DQO-QPL
Rushil Gupta
2023-08-06
2
-83
/
+398
*
gve: Control path for DQO-QPL
Rushil Gupta
2023-08-06
4
-20
/
+128
*
eth: add missing xdp.h includes in drivers
Jakub Kicinski
2023-08-03
1
-0
/
+1
*
gve: trivial spell fix Recive to Receive
Jesper Dangaard Brouer
2023-07-14
1
-2
/
+2
*
gve: unify driver name usage
Junfeng Guo
2023-07-10
3
-6
/
+8
*
gve: Set default duplex configuration to full
Junfeng Guo
2023-07-07
1
-0
/
+3
*
gve: use vmalloc_array and vcalloc
Julia Lawall
2023-06-27
1
-1
/
+1
*
gve: Support IPv6 Big TCP on DQ
Coco Li
2023-05-24
2
-0
/
+9
*
gve: Remove the code of clearing PBA bit
Ziwei Xiao
2023-05-10
1
-13
/
+0
*
gve: Unify duplicate GQ min pkt desc size constants
Shailend Chand
2023-04-11
2
-4
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-06
2
-7
/
+7
|
\
|
*
gve: Secure enough bytes in the first TX desc for all TCP pkts
Shailend Chand
2023-04-05
2
-7
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-24
1
-1
/
+4
|
\
|
|
*
gve: Cache link_speed value from device
Joshua Washington
2023-03-23
1
-1
/
+4
*
|
gve: Add AF_XDP zero-copy support for GQI-QPL format
Praveen Kaligineedi
2023-03-17
5
-9
/
+274
*
|
gve: Add XDP REDIRECT support for GQI-QPL format
Praveen Kaligineedi
2023-03-17
5
-17
/
+138
*
|
gve: Add XDP DROP and TX support for GQI-QPL format
Praveen Kaligineedi
2023-03-17
5
-39
/
+687
*
|
gve: Changes to add new TX queues
Praveen Kaligineedi
2023-03-17
6
-50
/
+104
*
|
gve: XDP support GQI-QPL: helper function changes
Praveen Kaligineedi
2023-03-17
8
-44
/
+70
|
/
*
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
[next]