summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_main.c
AgeCommit message (Expand)Author
2025-12-04gve: Move gve_init_clock to after AQ CONFIGURE_DEVICE_RESOURCES callTim Hostetler
2025-11-18gve: Add Rx HWTS metadata to AF_XDP ZC modeTim Hostetler
2025-11-18gve: Move ptp_schedule_worker to gve_init_clockTim Hostetler
2025-11-10gve: Allow ethtool to configure rx_buf_lenAnkit Garg
2025-11-10gve: Use extack to log xdp config verification errorsAnkit Garg
2025-11-10gve: Decouple header split from RX buffer lengthAnkit Garg
2025-10-20gve: Consolidate and persist ethtool ring changesAnkit Garg
2025-08-19gve: prevent ethtool ops after shutdownJordan Rhee
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-22gve: implement DQO RX datapath and control path for AF_XDP zero-copyJoshua Washington
2025-07-22gve: implement DQO TX datapath for AF_XDP zero-copyJoshua Washington
2025-07-22gve: keep registry of zc xsk pools in netdev_privJoshua Washington
2025-07-22gve: merge xdp and xsk registrationJoshua Washington
2025-07-22gve: deduplicate xdp info and xsk pool registration logicJoshua Washington
2025-07-21gve: Fix stuck TX queue for DQ queue formatPraveen Kaligineedi
2025-07-09gve: make IRQ handlers and page allocation NUMA awareBailey Forrest
2025-06-21gve: add XDP_TX and XDP_REDIRECT support for DQ RDAJoshua Washington
2025-06-21gve: rename gve_xdp_xmit to gve_xdp_xmit_gqiJoshua Washington
2025-06-17gve: Fix various typos and improve code commentsAlok Tiwari
2025-06-16gve: Implement ndo_hwtstamp_get/set for RX timestampingJohn Fraker
2025-06-16gve: Add support to query the nic clockKevin Yang
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-29gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cntAlok Tiwari
2025-05-13gve: add netmem TX support to GVE DQO-RDA modeMina Almasry
2025-04-22xdp: create locked/unlocked instances of xdp redirect target settersJoshua Washington
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-31eth: gve: add missing netdev locks on reset and shutdown pathsJakub Kicinski
2025-03-25gve: update XDP allocation path support RX buffer postingJoshua Washington
2025-03-25gve: merge packet buffer size fieldsJoshua Washington
2025-03-25gve: introduce config-based allocation for XDPJoshua Washington
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev
2025-02-21gve: Add RSS cache for non RSS device option scenarioZiwei Xiao
2025-02-18gve: set xdp redirect target only when it is availableJoshua Washington
2025-01-07eth: gve: use appropriate helper to set xdp_featuresJakub Kicinski
2024-12-30gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeupJoshua Washington
2024-12-20gve: fix XDP allocation path in edge casesJoshua Washington
2024-12-20gve: process XSK TX descriptors as part of RX NAPIJoshua Washington
2024-12-20gve: guard XSK operations on the existence of queuesJoshua Washington
2024-12-20gve: guard XDP xmit NDO on existence of xdp queuesJoshua Washington
2024-10-15gve: add support for basic queue statsHarshitha Ramamurthy
2024-10-03gve: Map NAPI instances to queuesJoe Damato
2024-08-02gve: Fix use of netif_carrier_ok()Praveen Kaligineedi
2024-06-25gve: Add flow steering ethtool supportJeroen de Borst
2024-06-25gve: Add flow steering adminq commandsJeroen de Borst
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-05-05gve: Make gve_turnup work for nonempty queuesShailend Chand