summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve
AgeCommit message (Expand)Author
2023-11-20gve: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-11-08gve: Fix GFP flags when allocing pagesShailend Chand
2023-07-27ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2023-07-23gve: Set default duplex configuration to fullJunfeng Guo
2023-05-24gve: Remove the code of clearing PBA bitZiwei Xiao
2023-04-13gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand
2023-03-30gve: Cache link_speed value from deviceJoshua Washington
2022-09-08net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior
2022-03-08gve: Recording rx queue before sending to napiTao Liu
2022-02-08gve: fix the wrong AdminQ buffer queue index checkHaiyue Wang
2022-02-01gve: Fix GFP flags when allocing pagesCatherine Sullivan
2021-11-18gve: Fix off by one in gve_tx_timeout()Dan Carpenter
2021-11-18gve: Track RX buffer allocation failuresCatherine Sullivan
2021-11-18gve: Recover from queue stall due to missed IRQJohn Fraker
2021-11-18gve: DQO: avoid unused variable warningsArnd Bergmann
2021-10-06gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet
2021-10-06gve: fix gve_get_stats()Eric Dumazet
2021-10-06gve: Properly handle errors in gve_assign_qplCatherine Sullivan
2021-10-06gve: Avoid freeing NULL pointerTao Liu
2021-10-06gve: Correct available tx qpl checkCatherine Sullivan
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang
2021-07-02gve: DQO: Remove incorrect prefetchBailey Forrest
2021-07-02gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET
2021-07-01gve: Propagate error codes to callerChristophe JAILLET
2021-07-01gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-29gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter
2021-06-25gve: Fix swapped vars when fetching max queuesBailey Forrest
2021-06-24gve: Fix warnings reported for DQO patchsetBailey Forrest
2021-06-24gve: DQO: Add RX pathBailey Forrest
2021-06-24gve: DQO: Add TX pathBailey Forrest
2021-06-24gve: DQO: Configure interrupts on device upBailey Forrest
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest
2021-06-24gve: Update adminq commands to support DQO queuesBailey Forrest
2021-06-24gve: Add DQO fields for core data structuresBailey Forrest
2021-06-24gve: Add dqo descriptorsBailey Forrest
2021-06-24gve: Add support for DQO RX PTYPE mapBailey Forrest
2021-06-24gve: adminq: DQO specific device descriptor logicBailey Forrest
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest
2021-06-24gve: Introduce a new model for device optionsBailey Forrest
2021-06-24gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest
2021-06-24gve: gve_rx_copy: Move padding to an argumentBailey Forrest
2021-06-24gve: Move some static functions to a common fileBailey Forrest
2021-05-17gve: Correct SKB queue index validation.David Awogbemila
2021-05-17gve: Upgrade memory barrier in poll routineCatherine Sullivan
2021-05-17gve: Add NULL pointer checks when freeing irqs.David Awogbemila
2021-05-17gve: Update mgmt_msix_idx if num_ntfy changesDavid Awogbemila
2021-05-17gve: Check TX QPL was actually assignedCatherine Sullivan
2021-03-25net: gve: remove duplicated allowedDaode Huang