aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-19gve: Fix GFP flags when allocing pagesShailend Chand1-1/+1
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2-14/+14
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
2022-06-30google/gve:fix repeated words in commentsJilin Yuan1-1/+1
2022-03-16gve: Fix spelling mistake "droping" -> "dropping"Colin Ian King1-1/+1
2022-02-15gve: enhance no queue page list detectionHaiyue Wang1-4/+2
2022-02-08gve: Recording rx queue before sending to napiTao Liu1-0/+1
2022-01-28gve: fix the wrong AdminQ buffer queue index checkHaiyue Wang1-1/+1
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan4-6/+7
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu4-11/+91
2021-12-16gve: Add consumed counts to ethtool statsJordan Kim1-9/+12
2021-12-16gve: Implement suspend/resume/shutdownCatherine Sullivan2-0/+60
2021-12-16gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn3-20/+74
2021-12-16gve: remove memory barrier around seqnoCatherine Sullivan1-2/+0
2021-12-16gve: Update gve_free_queue_page_list signatureCatherine Sullivan1-2/+1
2021-12-16gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan4-17/+36
2021-12-16gve: Correct order of processing device optionsJeroen de Borst1-4/+4
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-12-07gve: fix for null pointer dereference.Ameer Hamza1-0/+3
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-11-10gve: fix unmatched u64_stats_update_end()Dan Carpenter1-1/+2
2021-11-09gve: Fix off by one in gve_tx_timeout()Dan Carpenter1-1/+1
2021-10-25gve: Add a jumbo-frame device option.Shailend Chand2-4/+68
2021-10-25gve: Implement packet continuation for RX.David Awogbemila9-126/+292
2021-10-25gve: Add RX context.David Awogbemila2-37/+44
2021-10-11gve: Track RX buffer allocation failuresCatherine Sullivan1-1/+6
2021-10-11gve: Allow pageflips on larger pagesJordan Kim1-1/+1
2021-10-11gve: Add netif_set_xps_queue callCatherine Sullivan1-0/+4
2021-10-11gve: Recover from queue stall due to missed IRQJohn Fraker3-2/+51
2021-10-11gve: Do lazy cleanup in TX pathTao Liu4-50/+62
2021-10-11gve: Add rx buffer pagecnt biasCatherine Sullivan1-15/+37
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu3-37/+43
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-18/+37
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-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-09-29gve: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva1-8/+7
2021-09-28gve: DQO: avoid unused variable warningsArnd Bergmann3-66/+54
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-01gve: Propagate error codes to callerChristophe JAILLET1-2/+3
2021-07-01gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET1-1/+4
2021-06-29Merge 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