summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorFilesLines
2023-11-29gve: Remove dependency on 4k page size.John Fraker5-10/+11
2023-11-29gve: Add page size register to the register_page_list command.John Fraker2-1/+3
2023-11-29gve: Remove obsolete checks that rely on page size.John Fraker2-18/+1
2023-11-29gve: Deprecate adminq_pfn for pci revision 0x1.John Fraker2-13/+44
2023-11-29gve: Perform adminq allocations through a dma_pool.John Fraker2-10/+22
2023-11-17gve: add gve_features_check()Eric Dumazet3-22/+31
2023-11-15gve: Fixes for napi_poll when budget is 0Ziwei Xiao3-9/+7
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+16
2023-10-17gve: Do not fully free QPL pages on prefill errorsShailend Chand1-2/+16
2023-10-12netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2023-09-17gve: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-04gve: fix frag_list chainingEric Dumazet1-1/+4
2023-08-06gve: RX path for DQO-QPLRushil Gupta2-18/+114
2023-08-06gve: Tx path for DQO-QPLRushil Gupta2-83/+398
2023-08-06gve: Control path for DQO-QPLRushil Gupta4-20/+128
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski1-0/+1
2023-07-14gve: trivial spell fix Recive to ReceiveJesper Dangaard Brouer1-2/+2
2023-07-10gve: unify driver name usageJunfeng Guo3-6/+8
2023-07-07gve: Set default duplex configuration to fullJunfeng Guo1-0/+3
2023-06-27gve: use vmalloc_array and vcallocJulia Lawall1-1/+1
2023-05-24gve: Support IPv6 Big TCP on DQCoco Li2-0/+9
2023-05-10gve: Remove the code of clearing PBA bitZiwei Xiao1-13/+0
2023-04-11gve: Unify duplicate GQ min pkt desc size constantsShailend Chand2-4/+2
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+7
2023-04-05gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand2-7/+7
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2023-03-23gve: Cache link_speed value from deviceJoshua Washington1-1/+4
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi5-9/+274
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi5-17/+138
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi5-39/+687
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi6-50/+104
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi8-44/+70
2023-02-06gve: Fix gve interrupt namesPraveen Kaligineedi1-5/+4
2022-11-21gve: Handle alternate miss completionsJeroen de Borst3-8/+21
2022-11-21gve: Adding a new AdminQ command to verify driverJeroen de Borst4-1/+122
2022-11-07gve: Fix error return code in gve_prefill_rx_pages()Yang Yingliang1-1/+3
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand6-266/+338
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2-14/+14
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-20gve: 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-07-01google/gve:fix repeated words in commentsJilin Yuan1-1/+1
2022-03-17gve: Fix spelling mistake "droping" -> "dropping"Colin Ian King1-1/+1
2022-02-16gve: enhance no queue page list detectionHaiyue Wang1-4/+2
2022-02-09gve: 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-27gve: 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