summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorFilesLines
2025-08-28gve: Return error for unknown admin queue commandAlok Tiwari1-0/+1
2025-08-28gve: Fix stuck TX queue for DQ queue formatPraveen Kaligineedi1-30/+37
2025-06-27gve: add missing NULL check for gve_alloc_pending_packet() in TX DQOAlok Tiwari1-0/+3
2025-06-27gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cntAlok Tiwari1-1/+1
2024-12-14gve: Fixes for napi_poll when budget is 0Ziwei Xiao3-8/+7
2024-08-19gve: Fix an edge case for TSO skb validity checkBailey Forrest1-1/+21
2024-07-05gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao1-3/+5
2024-07-05gve: Add RX context.David Awogbemila2-37/+44
2024-02-23gve: Fix use-after-free vulnerabilityPraveen Kaligineedi1-1/+4
2023-11-20gve: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-11-08gve: Fix GFP flags when allocing pagesShailend Chand1-1/+1
2023-07-27ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2023-07-23gve: Set default duplex configuration to fullJunfeng Guo1-0/+3
2023-05-24gve: Remove the code of clearing PBA bitZiwei Xiao1-13/+0
2023-04-13gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand2-7/+7
2023-03-30gve: Cache link_speed value from deviceJoshua Washington1-1/+4
2022-09-08net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2-14/+14
2022-03-08gve: Recording rx queue before sending to napiTao Liu1-0/+1
2022-02-08gve: fix the wrong AdminQ buffer queue index checkHaiyue Wang1-1/+1
2022-02-01gve: Fix GFP flags when allocing pagesCatherine Sullivan4-6/+7
2021-11-18gve: Fix off by one in gve_tx_timeout()Dan Carpenter1-1/+1
2021-11-18gve: Track RX buffer allocation failuresCatherine Sullivan1-1/+6
2021-11-18gve: Recover from queue stall due to missed IRQJohn Fraker3-2/+51
2021-11-18gve: DQO: avoid unused variable warningsArnd Bergmann3-66/+54
2021-10-06gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet1-2/+3
2021-10-06gve: fix gve_get_stats()Eric Dumazet1-4/+9
2021-10-06gve: Properly handle errors in gve_assign_qplCatherine Sullivan1-1/+7
2021-10-06gve: Avoid freeing NULL pointerTao Liu1-10/+17
2021-10-06gve: Correct available tx qpl checkCatherine Sullivan1-1/+1
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang1-2/+4
2021-07-02gve: DQO: Remove incorrect prefetchBailey Forrest1-7/+0
2021-07-02gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET1-8/+1
2021-07-02gve: Propagate error codes to callerChristophe JAILLET1-2/+3
2021-07-02gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET1-1/+4
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-06-29gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter1-1/+1
2021-06-25gve: Fix swapped vars when fetching max queuesBailey Forrest1-2/+2
2021-06-25gve: Fix warnings reported for DQO patchsetBailey Forrest2-6/+5
2021-06-24gve: DQO: Add RX pathBailey Forrest4-0/+601
2021-06-24gve: DQO: Add TX pathBailey Forrest2-2/+829
2021-06-24gve: DQO: Configure interrupts on device upBailey Forrest2-2/+33
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest7-13/+420
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest8-25/+260
2021-06-24gve: Update adminq commands to support DQO queuesBailey Forrest4-29/+64
2021-06-24gve: Add DQO fields for core data structuresBailey Forrest1-11/+251
2021-06-24gve: Add dqo descriptorsBailey Forrest2-1/+257
2021-06-24gve: Add support for DQO RX PTYPE mapBailey Forrest4-2/+127
2021-06-24gve: adminq: DQO specific device descriptor logicBailey Forrest2-15/+55
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest5-15/+37
2021-06-24gve: Introduce a new model for device optionsBailey Forrest2-43/+179