summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)Author
2026-02-11gve: Correct ethtool rx_dropped calculationMax Yuan
2026-02-11gve: Fix stats report corruption on queue count changeDebarghya Kundu
2025-08-28gve: prevent ethtool ops after shutdownJordan Rhee
2025-08-28gve: Return error for unknown admin queue commandAlok Tiwari
2025-08-01gve: Fix stuck TX queue for DQ queue formatPraveen Kaligineedi
2025-06-19gve: add missing NULL check for gve_alloc_pending_packet() in TX DQOAlok Tiwari
2025-06-19gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cntAlok Tiwari
2025-04-25gve: handle overflow when reporting TX consumed descriptorsJoshua Washington
2025-03-07gve: set xdp redirect target only when it is availableJoshua Washington
2025-01-17eth: gve: use appropriate helper to set xdp_featuresJakub Kicinski
2025-01-09gve: guard XDP xmit NDO on existence of xdp queuesJoshua Washington
2025-01-09gve: guard XSK operations on the existence of queuesJoshua Washington
2024-08-03gve: Fix an edge case for TSO skb validity checkBailey Forrest
2024-08-03gve: Fix XDP TX completion handling when counters overflowJoshua Washington
2024-06-21gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington
2024-06-21gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao
2024-02-05gve: Fix skb truesize underestimationPraveen Kaligineedi
2023-11-28gve: Fixes for napi_poll when budget is 0Ziwei Xiao
2023-11-20gve: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-10-17gve: Do not fully free QPL pages on prefill errorsShailend Chand
2023-09-04gve: fix frag_list chainingEric Dumazet
2023-08-06gve: RX path for DQO-QPLRushil Gupta
2023-08-06gve: Tx path for DQO-QPLRushil Gupta
2023-08-06gve: Control path for DQO-QPLRushil Gupta
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski
2023-07-14gve: trivial spell fix Recive to ReceiveJesper Dangaard Brouer
2023-07-10gve: unify driver name usageJunfeng Guo
2023-07-06gve: Set default duplex configuration to fullJunfeng Guo
2023-06-27gve: use vmalloc_array and vcallocJulia Lawall
2023-05-23gve: Support IPv6 Big TCP on DQCoco Li
2023-05-10gve: Remove the code of clearing PBA bitZiwei Xiao
2023-04-11gve: Unify duplicate GQ min pkt desc size constantsShailend Chand
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-04gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-22gve: Cache link_speed value from deviceJoshua Washington
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: Handle alternate miss completionsJeroen de Borst
2022-11-21gve: Adding a new AdminQ command to verify driverJeroen de Borst
2022-11-07gve: Fix error return code in gve_prefill_rx_pages()Yang Yingliang
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand
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-09-19gve: Fix GFP flags when allocing pagesShailend Chand
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior