summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_adminq.c
Commit message (Expand)AuthorAgeFilesLines
* gve: fix the wrong AdminQ buffer queue index checkHaiyue Wang2022-01-281-1/+1
* gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan2021-12-161-1/+1
* gve: Correct order of processing device optionsJeroen de Borst2021-12-161-4/+4
* gve: Add a jumbo-frame device option.Shailend Chand2021-10-251-4/+54
* gve: Implement packet continuation for RX.David Awogbemila2021-10-251-0/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang2021-07-161-2/+4
* gve: DQO: Add core netdev featuresBailey Forrest2021-06-241-0/+2
* gve: Update adminq commands to support DQO queuesBailey Forrest2021-06-241-23/+40
* gve: Add support for DQO RX PTYPE mapBailey Forrest2021-06-241-1/+44
* gve: adminq: DQO specific device descriptor logicBailey Forrest2021-06-241-15/+42
* gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest2021-06-241-6/+9
* gve: Introduce a new model for device optionsBailey Forrest2021-06-241-38/+134
* gve: Add support for raw addressing in the tx pathCatherine Sullivan2020-12-081-1/+3
* gve: Add support for raw addressing to the rx pathCatherine Sullivan2020-12-081-6/+8
* gve: Add support for raw addressing device optionCatherine Sullivan2020-12-081-0/+71
* gve: Enable Link Speed Reporting in the driver.David Awogbemila2020-09-111-0/+31
* gve: Batch AQ commands for creating and destroying queues.Sagi Shahar2020-09-111-23/+165
* gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao2020-09-111-0/+20
* gve: Use dev_info/err instead of netif_info/err.Catherine Sullivan2020-09-111-9/+6
* gve: Add stats for gve.Kuo Zhao2020-09-111-7/+58
* gve: Add transmit and receive supportCatherine Sullivan2019-07-011-0/+138
* gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan2019-07-011-0/+249