summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin1-9/+2
2024-03-04gve: Add header split data pathJeroen de Borst1-0/+57
2024-03-04gve: Add header split device optionJeroen de Borst1-6/+2
2024-01-23gve: Alloc before freeing when changing featuresShailend Chand1-20/+21
2024-01-23gve: Alloc before freeing when adjusting queuesShailend Chand1-22/+67
2024-01-23gve: Refactor gve_open and gve_closeShailend Chand1-40/+119
2024-01-23gve: Switch to config-aware queue allocationShailend Chand1-249/+352
2024-01-23gve: Refactor napi add and remove functionsShailend Chand1-17/+3
2023-11-29gve: Remove dependency on 4k page size.John Fraker1-2/+2
2023-11-17gve: add gve_features_check()Eric Dumazet1-0/+13
2023-11-14gve: Fixes for napi_poll when budget is 0Ziwei Xiao1-1/+7
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2023-09-17gve: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-08-06gve: Control path for DQO-QPLRushil Gupta1-6/+14
2023-07-10gve: unify driver name usageJunfeng Guo1-5/+6
2023-05-23gve: Support IPv6 Big TCP on DQCoco Li1-0/+5
2023-05-10gve: Remove the code of clearing PBA bitZiwei Xiao1-13/+0
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi1-1/+173
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi1-0/+19
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi1-19/+403
2023-03-17gve: Changes to add new TX queuesPraveen Kaligineedi1-23/+60
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi1-11/+16
2023-02-06gve: Fix gve interrupt namesPraveen Kaligineedi1-5/+4
2022-11-21gve: Adding a new AdminQ command to verify driverJeroen de Borst1-0/+52
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-6/+6
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior1-6/+6
2022-02-15gve: enhance no queue page list detectionHaiyue Wang1-4/+2
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan1-3/+3
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu1-6/+9
2021-12-16gve: Implement suspend/resume/shutdownCatherine Sullivan1-0/+57
2021-12-16gve: Update gve_free_queue_page_list signatureCatherine Sullivan1-2/+1
2021-12-16gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan1-11/+25
2021-11-09gve: Fix off by one in gve_tx_timeout()Dan Carpenter1-1/+1
2021-10-25gve: Implement packet continuation for RX.David Awogbemila1-8/+0
2021-10-11gve: Recover from queue stall due to missed IRQJohn Fraker1-1/+47
2021-10-11gve: Do lazy cleanup in TX pathTao Liu1-3/+3
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu1-16/+22
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+29
2021-10-06gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet1-2/+3
2021-10-06gve: fix gve_get_stats()Eric Dumazet1-4/+9
2021-10-06gve: Avoid freeing NULL pointerTao Liu1-10/+17
2021-09-29gve: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva1-8/+7
2021-07-02gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET1-8/+1
2021-07-01gve: Propagate error codes to callerChristophe JAILLET1-2/+3
2021-07-01gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET1-1/+4
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-06-25gve: Fix swapped vars when fetching max queuesBailey Forrest1-2/+2
2021-06-24gve: Fix warnings reported for DQO patchsetBailey Forrest1-1/+1
2021-06-24gve: DQO: Configure interrupts on device upBailey Forrest1-2/+14