summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
Commit message (Expand)AuthorAgeFilesLines
* gve: Handle alternate miss completionsJeroen de Borst2022-11-213-8/+21
* gve: Adding a new AdminQ command to verify driverJeroen de Borst2022-11-214-1/+122
* gve: Fix error return code in gve_prefill_rx_pages()Yang Yingliang2022-11-071-1/+3
* gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand2022-11-026-266/+338
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-282-14/+14
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* gve: Fix GFP flags when allocing pagesShailend Chand2022-09-191-1/+1
* net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-292-14/+14
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-2/+2
* google/gve:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* gve: Fix spelling mistake "droping" -> "dropping"Colin Ian King2022-03-161-1/+1
* gve: enhance no queue page list detectionHaiyue Wang2022-02-151-4/+2
* gve: Recording rx queue before sending to napiTao Liu2022-02-081-0/+1
* gve: fix the wrong AdminQ buffer queue index checkHaiyue Wang2022-01-281-1/+1
* gve: Fix GFP flags when allocing pagesCatherine Sullivan2022-01-264-6/+7
* gve: Add tx|rx-coalesce-usec for DQOTao Liu2021-12-164-11/+91
* gve: Add consumed counts to ethtool statsJordan Kim2021-12-161-9/+12
* gve: Implement suspend/resume/shutdownCatherine Sullivan2021-12-162-0/+60
* gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn2021-12-163-20/+74
* gve: remove memory barrier around seqnoCatherine Sullivan2021-12-161-2/+0
* gve: Update gve_free_queue_page_list signatureCatherine Sullivan2021-12-161-2/+1
* gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan2021-12-164-17/+36
* gve: Correct order of processing device optionsJeroen de Borst2021-12-161-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+3
|\
| * gve: fix for null pointer dereference.Ameer Hamza2021-12-071-0/+3
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
|/
* gve: fix unmatched u64_stats_update_end()Dan Carpenter2021-11-101-1/+2
* gve: Fix off by one in gve_tx_timeout()Dan Carpenter2021-11-091-1/+1
* gve: Add a jumbo-frame device option.Shailend Chand2021-10-252-4/+68
* gve: Implement packet continuation for RX.David Awogbemila2021-10-259-126/+292
* gve: Add RX context.David Awogbemila2021-10-252-37/+44
* gve: Track RX buffer allocation failuresCatherine Sullivan2021-10-111-1/+6
* gve: Allow pageflips on larger pagesJordan Kim2021-10-111-1/+1
* gve: Add netif_set_xps_queue callCatherine Sullivan2021-10-111-0/+4
* gve: Recover from queue stall due to missed IRQJohn Fraker2021-10-113-2/+51
* gve: Do lazy cleanup in TX pathTao Liu2021-10-114-50/+62
* gve: Add rx buffer pagecnt biasCatherine Sullivan2021-10-111-15/+37
* gve: Switch to use napi_complete_doneYangchun Fu2021-10-113-37/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-073-18/+37
|\
| * gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet2021-10-061-2/+3
| * gve: fix gve_get_stats()Eric Dumazet2021-10-061-4/+9
| * gve: Properly handle errors in gve_assign_qplCatherine Sullivan2021-10-061-1/+7
| * gve: Avoid freeing NULL pointerTao Liu2021-10-061-10/+17
| * gve: Correct available tx qpl checkCatherine Sullivan2021-10-061-1/+1
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* | gve: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-09-291-8/+7
* | gve: DQO: avoid unused variable warningsArnd Bergmann2021-09-283-66/+54
|/
* gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang2021-07-161-2/+4
* gve: DQO: Remove incorrect prefetchBailey Forrest2021-07-021-7/+0
* gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET2021-07-021-8/+1