index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
/
gve
/
gve_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-29
gve: Remove dependency on 4k page size.
John Fraker
1
-2
/
+2
2023-11-17
gve: add gve_features_check()
Eric Dumazet
1
-0
/
+13
2023-11-14
gve: Fixes for napi_poll when budget is 0
Ziwei Xiao
1
-1
/
+7
2023-10-11
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
1
-1
/
+1
2023-09-17
gve: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-08-06
gve: Control path for DQO-QPL
Rushil Gupta
1
-6
/
+14
2023-07-10
gve: unify driver name usage
Junfeng Guo
1
-5
/
+6
2023-05-23
gve: Support IPv6 Big TCP on DQ
Coco Li
1
-0
/
+5
2023-05-10
gve: Remove the code of clearing PBA bit
Ziwei Xiao
1
-13
/
+0
2023-03-17
gve: Add AF_XDP zero-copy support for GQI-QPL format
Praveen Kaligineedi
1
-1
/
+173
2023-03-17
gve: Add XDP REDIRECT support for GQI-QPL format
Praveen Kaligineedi
1
-0
/
+19
2023-03-17
gve: Add XDP DROP and TX support for GQI-QPL format
Praveen Kaligineedi
1
-19
/
+403
2023-03-17
gve: Changes to add new TX queues
Praveen Kaligineedi
1
-23
/
+60
2023-03-17
gve: XDP support GQI-QPL: helper function changes
Praveen Kaligineedi
1
-11
/
+16
2023-02-06
gve: Fix gve interrupt names
Praveen Kaligineedi
1
-5
/
+4
2022-11-21
gve: Adding a new AdminQ command to verify driver
Jeroen de Borst
1
-0
/
+52
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-6
/
+6
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-08-29
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
1
-6
/
+6
2022-02-15
gve: enhance no queue page list detection
Haiyue Wang
1
-4
/
+2
2022-01-26
gve: Fix GFP flags when allocing pages
Catherine Sullivan
1
-3
/
+3
2021-12-16
gve: Add tx|rx-coalesce-usec for DQO
Tao Liu
1
-6
/
+9
2021-12-16
gve: Implement suspend/resume/shutdown
Catherine Sullivan
1
-0
/
+57
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
1
-11
/
+25
2021-11-09
gve: Fix off by one in gve_tx_timeout()
Dan Carpenter
1
-1
/
+1
2021-10-25
gve: Implement packet continuation for RX.
David Awogbemila
1
-8
/
+0
2021-10-11
gve: Recover from queue stall due to missed IRQ
John Fraker
1
-1
/
+47
2021-10-11
gve: Do lazy cleanup in TX path
Tao Liu
1
-3
/
+3
2021-10-11
gve: Switch to use napi_complete_done
Yangchun Fu
1
-16
/
+22
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-16
/
+29
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: Avoid freeing NULL pointer
Tao Liu
1
-10
/
+17
2021-09-29
gve: Use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
1
-8
/
+7
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-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
1
-1
/
+1
2021-06-24
gve: DQO: Configure interrupts on device up
Bailey Forrest
1
-2
/
+14
2021-06-24
gve: DQO: Add ring allocation and initialization
Bailey Forrest
1
-9
/
+44
2021-06-24
gve: DQO: Add core netdev features
Bailey Forrest
1
-22
/
+166
2021-06-24
gve: Add support for DQO RX PTYPE map
Bailey Forrest
1
-0
/
+25
2021-06-24
gve: Introduce per netdev `enum gve_queue_format`
Bailey Forrest
1
-4
/
+5
2021-05-17
gve: Upgrade memory barrier in poll routine
Catherine Sullivan
1
-1
/
+1
2021-05-17
gve: Add NULL pointer checks when freeing irqs.
David Awogbemila
1
-9
/
+11
2021-05-17
gve: Update mgmt_msix_idx if num_ntfy changes
David Awogbemila
1
-0
/
+1
2020-12-08
gve: Add support for raw addressing to the rx path
Catherine Sullivan
1
-1
/
+1
[next]