summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_main.c
AgeCommit message (Expand)Author
2025-02-18gve: set xdp redirect target only when it is availableJoshua Washington
2025-01-07eth: gve: use appropriate helper to set xdp_featuresJakub Kicinski
2024-12-30gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeupJoshua Washington
2024-12-20gve: fix XDP allocation path in edge casesJoshua Washington
2024-12-20gve: process XSK TX descriptors as part of RX NAPIJoshua Washington
2024-12-20gve: guard XSK operations on the existence of queuesJoshua Washington
2024-12-20gve: guard XDP xmit NDO on existence of xdp queuesJoshua Washington
2024-10-15gve: add support for basic queue statsHarshitha Ramamurthy
2024-10-03gve: Map NAPI instances to queuesJoe Damato
2024-08-02gve: Fix use of netif_carrier_ok()Praveen Kaligineedi
2024-06-25gve: Add flow steering ethtool supportJeroen de Borst
2024-06-25gve: Add flow steering adminq commandsJeroen de Borst
2024-05-06gve: Implement queue apiShailend Chand
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand
2024-05-05gve: Make gve_turnup work for nonempty queuesShailend Chand
2024-05-05gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand
2024-04-18gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao
2024-04-03gve: add support to change ring size via ethtoolHarshitha Ramamurthy
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin
2024-03-04gve: Add header split data pathJeroen de Borst
2024-03-04gve: Add header split device optionJeroen de Borst
2024-01-23gve: Alloc before freeing when changing featuresShailend Chand
2024-01-23gve: Alloc before freeing when adjusting queuesShailend Chand
2024-01-23gve: Refactor gve_open and gve_closeShailend Chand
2024-01-23gve: Switch to config-aware queue allocationShailend Chand
2024-01-23gve: Refactor napi add and remove functionsShailend Chand
2023-11-29gve: Remove dependency on 4k page size.John Fraker
2023-11-17gve: add gve_features_check()Eric Dumazet
2023-11-14gve: Fixes for napi_poll when budget is 0Ziwei Xiao
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi
2023-09-17gve: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-08-06gve: Control path for DQO-QPLRushil Gupta
2023-07-10gve: unify driver name usageJunfeng Guo
2023-05-23gve: Support IPv6 Big TCP on DQCoco Li
2023-05-10gve: Remove the code of clearing PBA bitZiwei Xiao
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi
2023-02-06gve: Fix gve interrupt namesPraveen Kaligineedi
2022-11-21gve: Adding a new AdminQ command to verify driverJeroen de Borst
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior
2022-02-15gve: enhance no queue page list detectionHaiyue Wang
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu