summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve.h
AgeCommit message (Expand)Author
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
2023-07-10gve: unify driver name usageJunfeng Guo
2023-04-11gve: Unify duplicate GQ min pkt desc size constantsShailend Chand
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-04gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi
2022-11-21gve: Adding a new AdminQ command to verify driverJeroen de Borst
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu
2021-12-16gve: Implement suspend/resume/shutdownCatherine Sullivan
2021-12-16gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn
2021-12-16gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan
2021-10-25gve: Implement packet continuation for RX.David Awogbemila
2021-10-25gve: Add RX context.David Awogbemila
2021-10-11gve: Recover from queue stall due to missed IRQJohn Fraker