summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-26gve: Add flow steering ethtool supportJeroen de Borst1-1/+7
2024-06-26gve: Add flow steering adminq commandsJeroen de Borst1-0/+43
2024-06-26gve: Add flow steering device optionJeroen de Borst1-0/+2
2024-06-26gve: Add adminq mutex lockZiwei Xiao1-0/+1
2024-05-07gve: Implement queue apiShailend Chand1-0/+6
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand1-24/+6
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand1-0/+1
2024-04-19gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao1-37/+2
2024-04-03gve: add support to change ring size via ethtoolHarshitha Ramamurthy1-0/+8
2024-04-03gve: add support to read ring size ranges from the deviceHarshitha Ramamurthy1-0/+10
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy1-3/+8
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy1-6/+0
2024-03-04gve: Add header split ethtool statsJeroen de Borst1-0/+4
2024-03-04gve: Add header split data pathJeroen de Borst1-0/+14
2024-03-04gve: Add header split device optionJeroen de Borst1-1/+8
2024-01-24gve: Switch to config-aware queue allocationShailend Chand1-42/+50
2024-01-24gve: Refactor napi add and remove functionsShailend Chand1-0/+3
2024-01-24gve: Define config structs for queue allocationShailend Chand1-0/+49
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