summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-29gve: Remove dependency on 4k page size.John Fraker1-1/+3
2023-11-29gve: Perform adminq allocations through a dma_pool.John Fraker1-0/+4
2023-08-06gve: RX path for DQO-QPLRushil Gupta1-0/+6
2023-08-06gve: Tx path for DQO-QPLRushil Gupta1-2/+75
2023-08-06gve: Control path for DQO-QPLRushil Gupta1-3/+26
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski1-0/+1
2023-07-10gve: unify driver name usageJunfeng Guo1-0/+1
2023-04-11gve: Unify duplicate GQ min pkt desc size constantsShailend Chand1-2/+0
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-04-05gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand1-0/+2
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi1-0/+7
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi1-2/+13
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi1-3/+41
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi1-14/+31
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi1-0/+5
2022-11-21gve: Adding a new AdminQ command to verify driverJeroen de Borst1-0/+1
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand1-6/+20
2022-01-27gve: 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-12gve: Recover from queue stall due to missed IRQJohn Fraker1-1/+3
2021-10-12gve: Do lazy cleanup in TX pathTao Liu1-4/+5
2021-10-12gve: Switch to use napi_complete_doneYangchun Fu1-3/+2
2021-10-08Merge 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-09gve: Add support for raw addressing in the tx pathCatherine Sullivan1-2/+14
2020-12-09gve: Rx Buffer RecyclingDavid Awogbemila1-9/+1
2020-12-09gve: Add support for raw addressing to the rx pathCatherine Sullivan1-4/+8
2020-12-09gve: Add support for raw addressing device optionCatherine Sullivan1-0/+1
2020-09-12gve: Enable Link Speed Reporting in the driver.David Awogbemila1-0/+3
2020-09-12gve: NIC stats for report-stats and for ethtoolDavid Awogbemila1-0/+4
2020-09-12gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao1-10/+61
2020-09-12gve: 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-02gve: Add ethtool supportCatherine Sullivan1-0/+4
2019-07-02gve: Add workqueue and reset supportCatherine Sullivan1-0/+62