index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
/
gve
/
gve_rx_dqo.c
Age
Commit message (
Expand
)
Author
2024-10-15
gve: adopt page pool for DQ RDA mode
Harshitha Ramamurthy
2024-10-15
gve: move DQO rx buffer management related code to a new file
Harshitha Ramamurthy
2024-06-13
gve: Clear napi->skb before dev_kfree_skb_any()
Ziwei Xiao
2024-05-06
gve: Implement queue api
Shailend Chand
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
2024-05-05
gve: Reset Rx ring state in the ring-stop funcs
Shailend Chand
2024-04-18
gve: Remove qpl_cfg struct since qpl_ids map with queues respectively
Ziwei Xiao
2024-04-03
gve: set page count for RX QPL for GQI and DQO queue formats
Harshitha Ramamurthy
2024-04-03
gve: make the completion and buffer ring size equal for DQO
Harshitha Ramamurthy
2024-03-04
gve: Add header split ethtool stats
Jeroen de Borst
2024-03-04
gve: Add header split data path
Jeroen de Borst
2024-03-04
gve: Add header split device option
Jeroen de Borst
2024-01-23
gve: Switch to config-aware queue allocation
Shailend Chand
2023-09-04
gve: fix frag_list chaining
Eric Dumazet
2023-08-06
gve: RX path for DQO-QPL
Rushil Gupta
2023-03-17
gve: XDP support GQI-QPL: helper function changes
Praveen Kaligineedi
2022-11-02
gve: Reduce alloc and copy costs in the GQ rx path
Shailend Chand
2022-09-19
gve: Fix GFP flags when allocing pages
Shailend Chand
2022-01-26
gve: Fix GFP flags when allocing pages
Catherine Sullivan
2021-10-25
gve: Implement packet continuation for RX.
David Awogbemila
2021-10-25
gve: Add RX context.
David Awogbemila
2021-07-02
gve: DQO: Remove incorrect prefetch
Bailey Forrest
2021-06-29
gve: DQO: Fix off by one in gve_rx_dqo()
Dan Carpenter
2021-06-24
gve: DQO: Add RX path
Bailey Forrest
2021-06-24
gve: DQO: Add ring allocation and initialization
Bailey Forrest
2021-06-24
gve: DQO: Add core netdev features
Bailey Forrest