summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorLines
2022-09-19gve: Fix GFP flags when allocing pagesShailend Chand-1/+1
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior-14/+14
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet-2/+2
2022-06-30google/gve:fix repeated words in commentsJilin Yuan-1/+1
2022-03-16gve: Fix spelling mistake "droping" -> "dropping"Colin Ian King-1/+1
2022-02-15gve: enhance no queue page list detectionHaiyue Wang-4/+2
2022-02-08gve: Recording rx queue before sending to napiTao Liu-0/+1
2022-01-28gve: fix the wrong AdminQ buffer queue index checkHaiyue Wang-1/+1
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan-6/+7
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu-11/+91
2021-12-16gve: Add consumed counts to ethtool statsJordan Kim-9/+12
2021-12-16gve: Implement suspend/resume/shutdownCatherine Sullivan-0/+60
2021-12-16gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn-20/+74
2021-12-16gve: remove memory barrier around seqnoCatherine Sullivan-2/+0
2021-12-16gve: Update gve_free_queue_page_list signatureCatherine Sullivan-2/+1
2021-12-16gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan-17/+36
2021-12-16gve: Correct order of processing device optionsJeroen de Borst-4/+4
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2021-12-07gve: fix for null pointer dereference.Ameer Hamza-0/+3
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-1/+3
2021-11-10gve: fix unmatched u64_stats_update_end()Dan Carpenter-1/+2
2021-11-09gve: Fix off by one in gve_tx_timeout()Dan Carpenter-1/+1
2021-10-25gve: Add a jumbo-frame device option.Shailend Chand-4/+68
2021-10-25gve: Implement packet continuation for RX.David Awogbemila-126/+292
2021-10-25gve: Add RX context.David Awogbemila-37/+44
2021-10-11gve: Track RX buffer allocation failuresCatherine Sullivan-1/+6
2021-10-11gve: Allow pageflips on larger pagesJordan Kim-1/+1
2021-10-11gve: Add netif_set_xps_queue callCatherine Sullivan-0/+4
2021-10-11gve: Recover from queue stall due to missed IRQJohn Fraker-2/+51
2021-10-11gve: Do lazy cleanup in TX pathTao Liu-50/+62
2021-10-11gve: Add rx buffer pagecnt biasCatherine Sullivan-15/+37
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu-37/+43
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+37
2021-10-06gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet-2/+3
2021-10-06gve: fix gve_get_stats()Eric Dumazet-4/+9
2021-10-06gve: Properly handle errors in gve_assign_qplCatherine Sullivan-1/+7
2021-10-06gve: Avoid freeing NULL pointerTao Liu-10/+17
2021-10-06gve: Correct available tx qpl checkCatherine Sullivan-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-1/+1
2021-09-29gve: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva-8/+7
2021-09-28gve: DQO: avoid unused variable warningsArnd Bergmann-66/+54
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang-2/+4
2021-07-02gve: DQO: Remove incorrect prefetchBailey Forrest-7/+0
2021-07-02gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET-8/+1
2021-07-01gve: Propagate error codes to callerChristophe JAILLET-2/+3
2021-07-01gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET-1/+4
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2021-06-29gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter-1/+1
2021-06-25gve: Fix swapped vars when fetching max queuesBailey Forrest-2/+2
2021-06-24gve: Fix warnings reported for DQO patchsetBailey Forrest-6/+5