aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan1-1/+1
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu1-0/+4
2021-12-16gve: Implement suspend/resume/shutdownCatherine Sullivan1-0/+3
2021-12-16gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn1-0/+1
2021-12-16gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan1-4/+9
2021-10-25gve: Implement packet continuation for RX.David Awogbemila1-0/+8
2021-10-25gve: Add RX context.David Awogbemila1-3/+10
2021-10-11gve: Recover from queue stall due to missed IRQJohn Fraker1-1/+3
2021-10-11gve: Do lazy cleanup in TX pathTao Liu1-4/+5
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu1-3/+2
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-10-06gve: Correct available tx qpl checkCatherine Sullivan1-1/+1
2021-09-28gve: DQO: avoid unused variable warningsArnd Bergmann1-7/+6
2021-06-24gve: DQO: Add RX pathBailey Forrest1-0/+1
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest1-2/+6
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest1-0/+2
2021-06-24gve: Update adminq commands to support DQO queuesBailey Forrest1-0/+3
2021-06-24gve: Add DQO fields for core data structuresBailey Forrest1-11/+251
2021-06-24gve: Add support for DQO RX PTYPE mapBailey Forrest1-0/+15
2021-06-24gve: adminq: DQO specific device descriptor logicBailey Forrest1-0/+13
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest1-3/+21
2021-06-24gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest1-2/+2
2020-12-08gve: Add support for raw addressing in the tx pathCatherine Sullivan1-2/+14
2020-12-08gve: Rx Buffer RecyclingDavid Awogbemila1-9/+1
2020-12-08gve: Add support for raw addressing to the rx pathCatherine Sullivan1-4/+8
2020-12-08gve: Add support for raw addressing device optionCatherine Sullivan1-0/+1
2020-09-11gve: Enable Link Speed Reporting in the driver.David Awogbemila1-0/+3
2020-09-11gve: NIC stats for report-stats and for ethtoolDavid Awogbemila1-0/+4
2020-09-11gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao1-10/+61
2020-09-11gve: Add stats for gve.Kuo Zhao1-1/+27
2019-08-05gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan1-5/+3
2019-07-01gve: Add ethtool supportCatherine Sullivan1-0/+4
2019-07-01gve: Add workqueue and reset supportCatherine Sullivan1-0/+62
2019-07-01gve: Add transmit and receive supportCatherine Sullivan1-1/+259
2019-07-01gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan1-0/+135