summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
Commit message (Expand)AuthorAgeFilesLines
* gve: Fix use of netif_carrier_ok()Praveen Kaligineedi2024-08-022-7/+7
* gve: Fix an edge case for TSO skb validity checkBailey Forrest2024-07-251-1/+21
* gve: Fix XDP TX completion handling when counters overflowJoshua Washington2024-07-171-2/+3
* gve: Add flow steering ethtool supportJeroen de Borst2024-06-255-9/+398
* gve: Add flow steering adminq commandsJeroen de Borst2024-06-255-4/+314
* gve: Add flow steering device optionJeroen de Borst2024-06-253-2/+51
* gve: Add adminq extended commandJeroen de Borst2024-06-252-0/+43
* gve: Add adminq mutex lockZiwei Xiao2024-06-252-10/+13
* gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao2024-06-131-3/+5
* gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington2024-06-111-15/+5
* gve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman2024-05-101-25/+17
* gve: Avoid unnecessary use of comma operatorSimon Horman2024-05-101-2/+2
* gve: Implement queue apiShailend Chand2024-05-065-24/+189
* gve: Alloc and free QPLs with the ringsShailend Chand2024-05-057-331/+171
* gve: Account for stopped queues when reading NIC statsShailend Chand2024-05-051-6/+35
* gve: Reset Rx ring state in the ring-stop funcsShailend Chand2024-05-052-30/+120
* gve: Avoid rescheduling napi if on wrong cpuShailend Chand2024-05-052-2/+32
* gve: Make gve_turnup work for nonempty queuesShailend Chand2024-05-051-0/+14
* gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand2024-05-051-0/+10
* gve: Add adminq funcs to add/remove a single Rx queueShailend Chand2024-05-052-27/+54
* gve: Make the GQ RX free queue funcs idempotentShailend Chand2024-05-051-10/+19
* gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao2024-04-187-113/+20
* gve: Correctly report software timestamping capabilitiesJohn Fraker2024-04-151-1/+2
* gve: add support to change ring size via ethtoolHarshitha Ramamurthy2024-04-033-14/+95
* gve: add support to read ring size ranges from the deviceHarshitha Ramamurthy2024-04-033-24/+102
* gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy2024-04-035-22/+20
* gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy2024-04-035-43/+13
* gve: simplify setting decriptor count defaultsHarshitha Ramamurthy2024-04-031-29/+15
* gve: Add counter adminq_get_ptype_map_cnt to stats reportJohn Fraker2024-03-281-1/+2
* net: introduce page_frag_cache_drain()Yunsheng Lin2024-03-051-9/+2
* gve: Add header split ethtool statsJeroen de Borst2024-03-043-11/+38
* gve: Add header split data pathJeroen de Borst2024-03-047-8/+169
* gve: Add header split device optionJeroen de Borst2024-03-045-16/+70
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-4/+4
|\
| * gve: Fix skb truesize underestimationPraveen Kaligineedi2024-01-251-4/+4
* | gve: Modify rx_buf_alloc_fail counter centrally and closer to failureAnkit Garg2024-01-251-8/+11
* | gve: Alloc before freeing when changing featuresShailend Chand2024-01-231-20/+21
* | gve: Alloc before freeing when adjusting queuesShailend Chand2024-01-231-22/+67
* | gve: Refactor gve_open and gve_closeShailend Chand2024-01-231-40/+119
* | gve: Switch to config-aware queue allocationShailend Chand2024-01-239-425/+745
* | gve: Refactor napi add and remove functionsShailend Chand2024-01-235-17/+26
* | gve: Define config structs for queue allocationShailend Chand2024-01-231-0/+49
|/
* gve: Remove dependency on 4k page size.John Fraker2023-11-295-10/+11
* gve: Add page size register to the register_page_list command.John Fraker2023-11-292-1/+3
* gve: Remove obsolete checks that rely on page size.John Fraker2023-11-292-18/+1
* gve: Deprecate adminq_pfn for pci revision 0x1.John Fraker2023-11-292-13/+44
* gve: Perform adminq allocations through a dma_pool.John Fraker2023-11-292-10/+22
* gve: add gve_features_check()Eric Dumazet2023-11-173-22/+31
* gve: Fixes for napi_poll when budget is 0Ziwei Xiao2023-11-143-9/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+16
|\