index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
/
gve
/
gve_rx_dqo.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2025-03-25
gve: add XDP DROP and PASS support for DQ
Joshua Washington
1
-0
/
+52
2025-03-25
gve: update XDP allocation path support RX buffer posting
Joshua Washington
1
-6
/
+16
2025-03-25
gve: merge packet buffer size fields
Joshua Washington
1
-0
/
+1
2025-03-25
gve: introduce config-based allocation for XDP
Joshua Washington
1
-3
/
+3
2025-03-24
gve: unlink old napi only if page pool exists
Harshitha Ramamurthy
1
-1
/
+2
2025-03-07
gve: convert to use netmem for DQO RDA mode
Harshitha Ramamurthy
1
-8
/
+26
2025-02-26
gve: unlink old napi when stopping a queue using queue API
Harshitha Ramamurthy
1
-0
/
+2
2024-10-15
gve: adopt page pool for DQ RDA mode
Harshitha Ramamurthy
1
-43
/
+46
2024-10-15
gve: move DQO rx buffer management related code to a new file
Harshitha Ramamurthy
1
-225
/
+0
2024-06-13
gve: Clear napi->skb before dev_kfree_skb_any()
Ziwei Xiao
1
-3
/
+5
2024-05-06
gve: Implement queue api
Shailend Chand
1
-6
/
+6
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
1
-9
/
+14
2024-05-05
gve: Reset Rx ring state in the ring-stop funcs
Shailend Chand
1
-19
/
+83
2024-04-18
gve: Remove qpl_cfg struct since qpl_ids map with queues respectively
Ziwei Xiao
1
-7
/
+5
2024-04-03
gve: set page count for RX QPL for GQI and DQO queue formats
Harshitha Ramamurthy
1
-2
/
+2
2024-04-03
gve: make the completion and buffer ring size equal for DQO
Harshitha Ramamurthy
1
-2
/
+1
2024-03-04
gve: Add header split ethtool stats
Jeroen de Borst
1
-0
/
+9
2024-03-04
gve: Add header split data path
Jeroen de Borst
1
-2
/
+55
2024-03-04
gve: Add header split device option
Jeroen de Borst
1
-1
/
+1
2024-01-23
gve: Switch to config-aware queue allocation
Shailend Chand
1
-26
/
+65
2023-09-04
gve: fix frag_list chaining
Eric Dumazet
1
-1
/
+4
2023-08-06
gve: RX path for DQO-QPL
Rushil Gupta
1
-18
/
+108
2023-03-17
gve: XDP support GQI-QPL: helper function changes
Praveen Kaligineedi
1
-1
/
+1
2022-11-02
gve: Reduce alloc and copy costs in the GQ rx path
Shailend Chand
1
-1
/
+1
2022-09-19
gve: Fix GFP flags when allocing pages
Shailend Chand
1
-1
/
+1
2022-01-26
gve: Fix GFP flags when allocing pages
Catherine Sullivan
1
-1
/
+1
2021-10-25
gve: Implement packet continuation for RX.
David Awogbemila
1
-1
/
+1
2021-10-25
gve: Add RX context.
David Awogbemila
1
-34
/
+34
2021-07-02
gve: DQO: Remove incorrect prefetch
Bailey Forrest
1
-7
/
+0
2021-06-29
gve: DQO: Fix off by one in gve_rx_dqo()
Dan Carpenter
1
-1
/
+1
2021-06-24
gve: DQO: Add RX path
Bailey Forrest
1
-0
/
+582
2021-06-24
gve: DQO: Add ring allocation and initialization
Bailey Forrest
1
-0
/
+157
2021-06-24
gve: DQO: Add core netdev features
Bailey Forrest
1
-0
/
+24