summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve
AgeCommit message (Expand)Author
10 daysgve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman
10 daysgve: Avoid unnecessary use of comma operatorSimon Horman
2024-05-06gve: Implement queue apiShailend Chand
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand
2024-05-05gve: Account for stopped queues when reading NIC statsShailend Chand
2024-05-05gve: Reset Rx ring state in the ring-stop funcsShailend Chand
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand
2024-05-05gve: Make gve_turnup work for nonempty queuesShailend Chand
2024-05-05gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand
2024-05-05gve: Add adminq funcs to add/remove a single Rx queueShailend Chand
2024-05-05gve: Make the GQ RX free queue funcs idempotentShailend Chand
2024-04-18gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao
2024-04-15gve: Correctly report software timestamping capabilitiesJohn Fraker
2024-04-03gve: add support to change ring size via ethtoolHarshitha Ramamurthy
2024-04-03gve: add support to read ring size ranges from the deviceHarshitha Ramamurthy
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy
2024-04-03gve: simplify setting decriptor count defaultsHarshitha Ramamurthy
2024-03-28gve: Add counter adminq_get_ptype_map_cnt to stats reportJohn Fraker
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin
2024-03-04gve: Add header split ethtool statsJeroen de Borst
2024-03-04gve: Add header split data pathJeroen de Borst
2024-03-04gve: Add header split device optionJeroen de Borst
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-25gve: Modify rx_buf_alloc_fail counter centrally and closer to failureAnkit Garg
2024-01-25gve: Fix skb truesize underestimationPraveen Kaligineedi
2024-01-23gve: Alloc before freeing when changing featuresShailend Chand
2024-01-23gve: Alloc before freeing when adjusting queuesShailend Chand
2024-01-23gve: Refactor gve_open and gve_closeShailend Chand
2024-01-23gve: Switch to config-aware queue allocationShailend Chand
2024-01-23gve: Refactor napi add and remove functionsShailend Chand
2024-01-23gve: Define config structs for queue allocationShailend Chand
2023-11-29gve: Remove dependency on 4k page size.John Fraker
2023-11-29gve: Add page size register to the register_page_list command.John Fraker
2023-11-29gve: Remove obsolete checks that rely on page size.John Fraker
2023-11-29gve: Deprecate adminq_pfn for pci revision 0x1.John Fraker
2023-11-29gve: Perform adminq allocations through a dma_pool.John Fraker
2023-11-17gve: add gve_features_check()Eric Dumazet
2023-11-14gve: Fixes for napi_poll when budget is 0Ziwei Xiao
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-17gve: Do not fully free QPL pages on prefill errorsShailend Chand
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi
2023-09-17gve: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-09-04gve: fix frag_list chainingEric Dumazet
2023-08-06gve: RX path for DQO-QPLRushil Gupta
2023-08-06gve: Tx path for DQO-QPLRushil Gupta
2023-08-06gve: Control path for DQO-QPLRushil Gupta
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski
2023-07-14gve: trivial spell fix Recive to ReceiveJesper Dangaard Brouer
2023-07-10gve: unify driver name usageJunfeng Guo