index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+2
2025-05-29
gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt
Alok Tiwari
1
-1
/
+1
2025-05-13
gve: add netmem TX support to GVE DQO-RDA mode
Mina Almasry
1
-0
/
+3
2025-04-23
xdp: create locked/unlocked instances of xdp redirect target setters
Joshua Washington
1
-2
/
+2
2025-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2025-04-10
xdp: double protect netdev->xdp_flags with netdev->lock
Jakub Kicinski
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-04-01
eth: gve: add missing netdev locks on reset and shutdown paths
Jakub Kicinski
1
-0
/
+4
2025-03-25
gve: update XDP allocation path support RX buffer posting
Joshua Washington
1
-3
/
+16
2025-03-25
gve: merge packet buffer size fields
Joshua Washington
1
-5
/
+3
2025-03-25
gve: introduce config-based allocation for XDP
Joshua Washington
1
-213
/
+48
2025-03-06
net: hold netdev instance lock during queue operations
Stanislav Fomichev
1
-4
/
+8
2025-02-22
gve: Add RSS cache for non RSS device option scenario
Ziwei Xiao
1
-2
/
+84
2025-02-19
gve: set xdp redirect target only when it is available
Joshua Washington
1
-1
/
+5
2025-01-08
eth: gve: use appropriate helper to set xdp_features
Jakub Kicinski
1
-5
/
+9
2024-12-31
gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeup
Joshua Washington
1
-14
/
+7
2024-12-20
gve: fix XDP allocation path in edge cases
Joshua Washington
1
-1
/
+8
2024-12-20
gve: process XSK TX descriptors as part of RX NAPI
Joshua Washington
1
-0
/
+8
2024-12-20
gve: guard XSK operations on the existence of queues
Joshua Washington
1
-12
/
+10
2024-12-20
gve: guard XDP xmit NDO on existence of xdp queues
Joshua Washington
1
-0
/
+3
2024-10-16
gve: add support for basic queue stats
Harshitha Ramamurthy
1
-0
/
+49
2024-10-04
gve: Map NAPI instances to queues
Joe Damato
1
-0
/
+17
2024-08-03
gve: Fix use of netif_carrier_ok()
Praveen Kaligineedi
1
-6
/
+6
2024-06-26
gve: Add flow steering ethtool support
Jeroen de Borst
1
-6
/
+26
2024-06-26
gve: Add flow steering adminq commands
Jeroen de Borst
1
-1
/
+50
2024-05-07
gve: Implement queue api
Shailend Chand
1
-12
/
+165
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
1
-257
/
+86
2024-05-05
gve: Avoid rescheduling napi if on wrong cpu
Shailend Chand
1
-2
/
+31
2024-05-05
gve: Make gve_turnup work for nonempty queues
Shailend Chand
1
-0
/
+14
2024-05-05
gve: Make gve_turn(up|down) ignore stopped queues
Shailend Chand
1
-0
/
+10
2024-04-19
gve: Remove qpl_cfg struct since qpl_ids map with queues respectively
Ziwei Xiao
1
-37
/
+1
2024-04-03
gve: add support to change ring size via ethtool
Harshitha Ramamurthy
1
-8
/
+8
2024-04-03
gve: set page count for RX QPL for GQI and DQO queue formats
Harshitha Ramamurthy
1
-5
/
+9
2024-03-05
net: introduce page_frag_cache_drain()
Yunsheng Lin
1
-9
/
+2
2024-03-04
gve: Add header split data path
Jeroen de Borst
1
-0
/
+57
2024-03-04
gve: Add header split device option
Jeroen de Borst
1
-6
/
+2
2024-01-24
gve: Alloc before freeing when changing features
Shailend Chand
1
-20
/
+21
2024-01-24
gve: Alloc before freeing when adjusting queues
Shailend Chand
1
-22
/
+67
2024-01-24
gve: Refactor gve_open and gve_close
Shailend Chand
1
-40
/
+119
2024-01-24
gve: Switch to config-aware queue allocation
Shailend Chand
1
-249
/
+352
2024-01-24
gve: Refactor napi add and remove functions
Shailend Chand
1
-17
/
+3
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-15
gve: Fixes for napi_poll when budget is 0
Ziwei Xiao
1
-1
/
+7
2023-10-12
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-24
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
[next]