summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_main.c
AgeCommit message (Expand)Author
2023-11-29gve: Remove dependency on 4k page size.John Fraker
2023-11-17gve: add gve_features_check()Eric Dumazet
2023-11-14gve: Fixes for napi_poll when budget is 0Ziwei Xiao
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi
2023-09-17gve: Use size_add() in call to struct_size()Gustavo A. R. Silva
2023-08-06gve: Control path for DQO-QPLRushil Gupta
2023-07-10gve: unify driver name usageJunfeng Guo
2023-05-23gve: Support IPv6 Big TCP on DQCoco Li
2023-05-10gve: Remove the code of clearing PBA bitZiwei Xiao
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
2023-02-06gve: Fix gve interrupt namesPraveen Kaligineedi
2022-11-21gve: Adding a new AdminQ command to verify driverJeroen de Borst
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior
2022-02-15gve: enhance no queue page list detectionHaiyue Wang
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: Update gve_free_queue_page_list signatureCatherine Sullivan
2021-12-16gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan
2021-11-09gve: Fix off by one in gve_tx_timeout()Dan Carpenter
2021-10-25gve: Implement packet continuation for RX.David Awogbemila
2021-10-11gve: Recover from queue stall due to missed IRQJohn Fraker
2021-10-11gve: Do lazy cleanup in TX pathTao Liu
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-06gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet
2021-10-06gve: fix gve_get_stats()Eric Dumazet
2021-10-06gve: Avoid freeing NULL pointerTao Liu
2021-09-29gve: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva
2021-07-02gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET
2021-07-01gve: Propagate error codes to callerChristophe JAILLET
2021-07-01gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-25gve: Fix swapped vars when fetching max queuesBailey Forrest
2021-06-24gve: Fix warnings reported for DQO patchsetBailey Forrest
2021-06-24gve: DQO: Configure interrupts on device upBailey Forrest
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest
2021-06-24gve: Add support for DQO RX PTYPE mapBailey Forrest
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest
2021-05-17gve: Upgrade memory barrier in poll routineCatherine Sullivan
2021-05-17gve: Add NULL pointer checks when freeing irqs.David Awogbemila
2021-05-17gve: Update mgmt_msix_idx if num_ntfy changesDavid Awogbemila
2020-12-08gve: Add support for raw addressing to the rx pathCatherine Sullivan