summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorFilesLines
2024-05-11gve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman1-25/+17
2024-05-11gve: Avoid unnecessary use of comma operatorSimon Horman1-2/+2
2024-05-07gve: Implement queue apiShailend Chand5-24/+189
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand7-331/+171
2024-05-05gve: Account for stopped queues when reading NIC statsShailend Chand1-6/+35
2024-05-05gve: Reset Rx ring state in the ring-stop funcsShailend Chand2-30/+120
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand2-2/+32
2024-05-05gve: Make gve_turnup work for nonempty queuesShailend Chand1-0/+14
2024-05-05gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand1-0/+10
2024-05-05gve: Add adminq funcs to add/remove a single Rx queueShailend Chand2-27/+54
2024-05-05gve: Make the GQ RX free queue funcs idempotentShailend Chand1-10/+19
2024-04-19gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao7-113/+20
2024-04-15gve: Correctly report software timestamping capabilitiesJohn Fraker1-1/+2
2024-04-03gve: add support to change ring size via ethtoolHarshitha Ramamurthy3-14/+95
2024-04-03gve: add support to read ring size ranges from the deviceHarshitha Ramamurthy3-24/+102
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy5-22/+20
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy5-43/+13
2024-04-03gve: simplify setting decriptor count defaultsHarshitha Ramamurthy1-29/+15
2024-03-29gve: Add counter adminq_get_ptype_map_cnt to stats reportJohn Fraker1-1/+2
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin1-9/+2
2024-03-04gve: Add header split ethtool statsJeroen de Borst3-11/+38
2024-03-04gve: Add header split data pathJeroen de Borst7-8/+169
2024-03-04gve: Add header split device optionJeroen de Borst5-16/+70
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2024-01-26gve: Modify rx_buf_alloc_fail counter centrally and closer to failureAnkit Garg1-8/+11
2024-01-26gve: Fix skb truesize underestimationPraveen Kaligineedi1-4/+4
2024-01-24gve: Alloc before freeing when changing featuresShailend Chand1-20/+21
2024-01-24gve: Alloc before freeing when adjusting queuesShailend Chand1-22/+67
2024-01-24gve: Refactor gve_open and gve_closeShailend Chand1-40/+119
2024-01-24gve: Switch to config-aware queue allocationShailend Chand9-425/+745
2024-01-24gve: Refactor napi add and remove functionsShailend Chand5-17/+26
2024-01-24gve: Define config structs for queue allocationShailend Chand1-0/+49
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