aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)Author
2022-03-16gve: Fix spelling mistake "droping" -> "dropping"Colin Ian King
2022-02-15gve: enhance no queue page list detectionHaiyue Wang
2022-02-08gve: Recording rx queue before sending to napiTao Liu
2022-01-28gve: fix the wrong AdminQ buffer queue index checkHaiyue Wang
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu
2021-12-16gve: Add consumed counts to ethtool statsJordan Kim
2021-12-16gve: Implement suspend/resume/shutdownCatherine Sullivan
2021-12-16gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn
2021-12-16gve: remove memory barrier around seqnoCatherine Sullivan
2021-12-16gve: Update gve_free_queue_page_list signatureCatherine Sullivan
2021-12-16gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan
2021-12-16gve: Correct order of processing device optionsJeroen de Borst
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-07gve: fix for null pointer dereference.Ameer Hamza
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-10gve: fix unmatched u64_stats_update_end()Dan Carpenter
2021-11-09gve: Fix off by one in gve_tx_timeout()Dan Carpenter
2021-10-25gve: Add a jumbo-frame device option.Shailend Chand
2021-10-25gve: Implement packet continuation for RX.David Awogbemila
2021-10-25gve: Add RX context.David Awogbemila
2021-10-11gve: Track RX buffer allocation failuresCatherine Sullivan
2021-10-11gve: Allow pageflips on larger pagesJordan Kim
2021-10-11gve: Add netif_set_xps_queue callCatherine Sullivan
2021-10-11gve: Recover from queue stall due to missed IRQJohn Fraker
2021-10-11gve: Do lazy cleanup in TX pathTao Liu
2021-10-11gve: Add rx buffer pagecnt biasCatherine Sullivan
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-29gve: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva
2021-09-28gve: DQO: avoid unused variable warningsArnd Bergmann
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