aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)Author
2024-02-14Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2024-02-05gve: Fix use-after-free vulnerabilityPraveen Kaligineedi
2023-12-03Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-11-20gve: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-09-25Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-09-19gve: fix frag_list chainingEric Dumazet
2023-07-26Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/cn-sdkv5.15/o...Bruce Ashfield
2023-07-23gve: Set default duplex configuration to fullJunfeng Guo
2023-05-29Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2023-05-24gve: Remove the code of clearing PBA bitZiwei Xiao
2023-04-17Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2023-04-13gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand
2023-04-06Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/baseBruce Ashfield
2023-03-30gve: Cache link_speed value from deviceJoshua Washington
2022-12-14net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-19gve: Fix GFP flags when allocing pagesShailend Chand
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-30google/gve:fix repeated words in commentsJilin Yuan
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