summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: introduce page_frag_cache_drain()Yunsheng Lin2024-03-051-9/+2
* gve: Add header split ethtool statsJeroen de Borst2024-03-043-11/+38
* gve: Add header split data pathJeroen de Borst2024-03-047-8/+169
* gve: Add header split device optionJeroen de Borst2024-03-045-16/+70
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-021-4/+4
|\
| * gve: Fix skb truesize underestimationPraveen Kaligineedi2024-01-261-4/+4
* | gve: Modify rx_buf_alloc_fail counter centrally and closer to failureAnkit Garg2024-01-261-8/+11
* | gve: Alloc before freeing when changing featuresShailend Chand2024-01-241-20/+21
* | gve: Alloc before freeing when adjusting queuesShailend Chand2024-01-241-22/+67
* | gve: Refactor gve_open and gve_closeShailend Chand2024-01-241-40/+119
* | gve: Switch to config-aware queue allocationShailend Chand2024-01-249-425/+745
* | gve: Refactor napi add and remove functionsShailend Chand2024-01-245-17/+26
* | gve: Define config structs for queue allocationShailend Chand2024-01-241-0/+49
|/
* gve: Remove dependency on 4k page size.John Fraker2023-11-295-10/+11
* gve: Add page size register to the register_page_list command.John Fraker2023-11-292-1/+3
* gve: Remove obsolete checks that rely on page size.John Fraker2023-11-292-18/+1
* gve: Deprecate adminq_pfn for pci revision 0x1.John Fraker2023-11-292-13/+44
* gve: Perform adminq allocations through a dma_pool.John Fraker2023-11-292-10/+22
* gve: add gve_features_check()Eric Dumazet2023-11-173-22/+31
* gve: Fixes for napi_poll when budget is 0Ziwei Xiao2023-11-153-9/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+16
|\
| * gve: Do not fully free QPL pages on prefill errorsShailend Chand2023-10-171-2/+16
* | netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-121-1/+1
* | gve: Use size_add() in call to struct_size()Gustavo A. R. Silva2023-09-171-1/+1
|/
* gve: fix frag_list chainingEric Dumazet2023-09-041-1/+4
* gve: RX path for DQO-QPLRushil Gupta2023-08-062-18/+114
* gve: Tx path for DQO-QPLRushil Gupta2023-08-062-83/+398
* gve: Control path for DQO-QPLRushil Gupta2023-08-064-20/+128
* eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+1
* gve: trivial spell fix Recive to ReceiveJesper Dangaard Brouer2023-07-141-2/+2
* gve: unify driver name usageJunfeng Guo2023-07-103-6/+8
* gve: Set default duplex configuration to fullJunfeng Guo2023-07-071-0/+3
* gve: use vmalloc_array and vcallocJulia Lawall2023-06-271-1/+1
* gve: Support IPv6 Big TCP on DQCoco Li2023-05-242-0/+9
* gve: Remove the code of clearing PBA bitZiwei Xiao2023-05-101-13/+0
* gve: Unify duplicate GQ min pkt desc size constantsShailend Chand2023-04-112-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-062-7/+7
|\
| * gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand2023-04-052-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-1/+4
|\|
| * gve: Cache link_speed value from deviceJoshua Washington2023-03-231-1/+4
* | gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi2023-03-175-9/+274
* | gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi2023-03-175-17/+138
* | gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi2023-03-175-39/+687
* | gve: Changes to add new TX queuesPraveen Kaligineedi2023-03-176-50/+104
* | gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi2023-03-178-44/+70
|/
* gve: Fix gve interrupt namesPraveen Kaligineedi2023-02-061-5/+4
* gve: Handle alternate miss completionsJeroen de Borst2022-11-213-8/+21
* gve: Adding a new AdminQ command to verify driverJeroen de Borst2022-11-214-1/+122
* gve: Fix error return code in gve_prefill_rx_pages()Yang Yingliang2022-11-071-1/+3
* gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand2022-11-026-266/+338