summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve.h
AgeCommit message (Expand)Author
12 daysgve: implement DQO RX datapath and control path for AF_XDP zero-copyJoshua Washington
12 daysgve: implement DQO TX datapath for AF_XDP zero-copyJoshua Washington
12 daysgve: keep registry of zc xsk pools in netdev_privJoshua Washington
12 daysgve: merge xdp and xsk registrationJoshua Washington
2025-07-09gve: make IRQ handlers and page allocation NUMA awareBailey Forrest
2025-06-21gve: add XDP_TX and XDP_REDIRECT support for DQ RDAJoshua Washington
2025-06-21gve: rename gve_xdp_xmit to gve_xdp_xmit_gqiJoshua Washington
2025-06-17gve: Fix various typos and improve code commentsAlok Tiwari
2025-06-16gve: Implement ndo_hwtstamp_get/set for RX timestampingJohn Fraker
2025-06-16gve: Add support to query the nic clockKevin Yang
2025-06-16gve: Add initial PTP device supportHarshitha Ramamurthy
2025-06-16gve: Add adminq command to report nic timestampJohn Fraker
2025-06-16gve: Add device option for nic clock synchronizationJohn Fraker
2025-03-25gve: update XDP allocation path support RX buffer postingJoshua Washington
2025-03-25gve: merge packet buffer size fieldsJoshua Washington
2025-03-25gve: introduce config-based allocation for XDPJoshua Washington
2025-03-25gve: remove xdp_xsk_done and xdp_xsk_wakeup statisticsJoshua Washington
2025-03-07gve: convert to use netmem for DQO RDA modeHarshitha Ramamurthy
2025-02-21gve: Add RSS cache for non RSS device option scenarioZiwei Xiao
2025-02-18gve: set xdp redirect target only when it is availableJoshua Washington
2024-12-20gve: process XSK TX descriptors as part of RX NAPIJoshua Washington
2024-10-15gve: adopt page pool for DQ RDA modeHarshitha Ramamurthy
2024-10-15gve: move DQO rx buffer management related code to a new fileHarshitha Ramamurthy
2024-08-19gve: Remove unused declaration gve_rx_alloc_rings()Yue Haibing
2024-08-13gve: Add RSS adminq commands and ethtool supportJeroen de Borst
2024-08-13gve: Add RSS device optionZiwei Xiao
2024-06-25gve: Add flow steering ethtool supportJeroen de Borst
2024-06-25gve: Add flow steering adminq commandsJeroen de Borst
2024-06-25gve: Add flow steering device optionJeroen de Borst
2024-06-25gve: Add adminq mutex lockZiwei Xiao
2024-05-06gve: Implement queue apiShailend Chand
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand
2024-04-18gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao
2024-04-03gve: add support to change ring size via ethtoolHarshitha Ramamurthy
2024-04-03gve: add support to read ring size ranges from the deviceHarshitha Ramamurthy
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy
2024-03-04gve: Add header split ethtool statsJeroen de Borst
2024-03-04gve: Add header split data pathJeroen de Borst
2024-03-04gve: Add header split device optionJeroen de Borst
2024-01-23gve: Switch to config-aware queue allocationShailend Chand
2024-01-23gve: Refactor napi add and remove functionsShailend Chand
2024-01-23gve: Define config structs for queue allocationShailend Chand
2023-11-29gve: Remove dependency on 4k page size.John Fraker
2023-11-29gve: Perform adminq allocations through a dma_pool.John Fraker
2023-08-06gve: RX path for DQO-QPLRushil Gupta
2023-08-06gve: Tx path for DQO-QPLRushil Gupta
2023-08-06gve: Control path for DQO-QPLRushil Gupta
2023-08-03eth: add missing xdp.h includes in driversJakub Kicinski