summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_adminq.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-26gve: Add flow steering adminq commandsJeroen de Borst1-2/+137
2024-06-26gve: Add flow steering device optionJeroen de Borst1-2/+38
2024-06-26gve: Add adminq extended commandJeroen de Borst1-0/+31
2024-06-26gve: Add adminq mutex lockZiwei Xiao1-10/+12
2024-05-11gve: Avoid unnecessary use of comma operatorSimon Horman1-2/+2
2024-05-05gve: Add adminq funcs to add/remove a single Rx queueShailend Chand1-27/+52
2024-04-03gve: add support to read ring size ranges from the deviceHarshitha Ramamurthy1-8/+63
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy1-11/+0
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy1-30/+10
2024-04-03gve: simplify setting decriptor count defaultsHarshitha Ramamurthy1-29/+15
2024-03-04gve: Add header split data pathJeroen de Borst1-0/+3
2024-03-04gve: Add header split device optionJeroen de Borst1-6/+41
2023-11-29gve: Add page size register to the register_page_list command.John Fraker1-0/+1
2023-11-29gve: Remove obsolete checks that rely on page size.John Fraker1-11/+0
2023-11-29gve: Deprecate adminq_pfn for pci revision 0x1.John Fraker1-13/+35
2023-11-29gve: Perform adminq allocations through a dma_pool.John Fraker1-10/+18
2023-08-06gve: Control path for DQO-QPLRushil Gupta1-11/+78
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi1-4/+4
2022-11-21gve: Adding a new AdminQ command to verify driverJeroen de Borst1-1/+20
2022-01-28gve: fix the wrong AdminQ buffer queue index checkHaiyue Wang1-1/+1
2021-12-16gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan1-1/+1
2021-12-16gve: Correct order of processing device optionsJeroen de Borst1-4/+4
2021-10-25gve: Add a jumbo-frame device option.Shailend Chand1-4/+54
2021-10-25gve: Implement packet continuation for RX.David Awogbemila1-0/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang1-2/+4
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest1-0/+2
2021-06-24gve: Update adminq commands to support DQO queuesBailey Forrest1-23/+40
2021-06-24gve: Add support for DQO RX PTYPE mapBailey Forrest1-1/+44
2021-06-24gve: adminq: DQO specific device descriptor logicBailey Forrest1-15/+42
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest1-6/+9
2021-06-24gve: Introduce a new model for device optionsBailey Forrest1-38/+134
2020-12-09gve: Add support for raw addressing in the tx pathCatherine Sullivan1-1/+3
2020-12-09gve: Add support for raw addressing to the rx pathCatherine Sullivan1-6/+8
2020-12-09gve: Add support for raw addressing device optionCatherine Sullivan1-0/+71
2020-09-12gve: Enable Link Speed Reporting in the driver.David Awogbemila1-0/+31
2020-09-12gve: Batch AQ commands for creating and destroying queues.Sagi Shahar1-23/+165
2020-09-12gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao1-0/+20
2020-09-12gve: Use dev_info/err instead of netif_info/err.Catherine Sullivan1-9/+6
2020-09-12gve: Add stats for gve.Kuo Zhao1-7/+58
2019-07-02gve: Add transmit and receive supportCatherine Sullivan1-0/+138
2019-07-02gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan1-0/+249