summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_main.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-01gve: Fix stuck TX queue for DQ queue formatPraveen Kaligineedi1-30/+37
2025-06-19gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cntAlok Tiwari1-1/+1
2025-02-27gve: set xdp redirect target only when it is availableJoshua Washington1-1/+5
2025-01-17eth: gve: use appropriate helper to set xdp_featuresJakub Kicinski1-5/+9
2025-01-09gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeupJoshua Washington1-14/+7
2025-01-09gve: guard XDP xmit NDO on existence of xdp queuesJoshua Washington1-0/+3
2025-01-09gve: fix XDP allocation path in edge casesJoshua Washington1-1/+8
2025-01-09gve: guard XSK operations on the existence of queuesJoshua Washington1-12/+10
2025-01-09gve: process XSK TX descriptors as part of RX NAPIJoshua Washington1-0/+8
2024-08-03gve: Fix use of netif_carrier_ok()Praveen Kaligineedi1-6/+6
2024-06-26gve: Add flow steering ethtool supportJeroen de Borst1-6/+26
2024-06-26gve: Add flow steering adminq commandsJeroen de Borst1-1/+50
2024-05-07gve: Implement queue apiShailend Chand1-12/+165
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand1-257/+86
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand1-2/+31
2024-05-05gve: Make gve_turnup work for nonempty queuesShailend Chand1-0/+14
2024-05-05gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand1-0/+10
2024-04-19gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao1-37/+1
2024-04-03gve: add support to change ring size via ethtoolHarshitha Ramamurthy1-8/+8
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy1-5/+9
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin1-9/+2
2024-03-04gve: Add header split data pathJeroen de Borst1-0/+57
2024-03-04gve: Add header split device optionJeroen de Borst1-6/+2
2024-01-24gve: Alloc before freeing when changing featuresShailend Chand1-20/+21
2024-01-24gve: Alloc before freeing when adjusting queuesShailend Chand1-22/+67
2024-01-24gve: Refactor gve_open and gve_closeShailend Chand1-40/+119
2024-01-24gve: Switch to config-aware queue allocationShailend Chand1-249/+352
2024-01-24gve: Refactor napi add and remove functionsShailend Chand1-17/+3
2023-11-29gve: Remove dependency on 4k page size.John Fraker1-2/+2
2023-11-17gve: add gve_features_check()Eric Dumazet1-0/+13
2023-11-15gve: Fixes for napi_poll when budget is 0Ziwei Xiao1-1/+7
2023-10-12netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2023-09-17gve: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-08-06gve: Control path for DQO-QPLRushil Gupta1-6/+14
2023-07-10gve: unify driver name usageJunfeng Guo1-5/+6
2023-05-24gve: Support IPv6 Big TCP on DQCoco Li1-0/+5
2023-05-10gve: Remove the code of clearing PBA bitZiwei Xiao1-13/+0
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi1-1/+173
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi1-0/+19
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi1-19/+403
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi1-23/+60
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi1-11/+16
2023-02-06gve: Fix gve interrupt namesPraveen Kaligineedi1-5/+4
2022-11-21gve: Adding a new AdminQ command to verify driverJeroen de Borst1-0/+52
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-6/+6
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior1-6/+6
2022-02-16gve: enhance no queue page list detectionHaiyue Wang1-4/+2
2022-01-27gve: Fix GFP flags when allocing pagesCatherine Sullivan1-3/+3
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu1-6/+9