summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-04gve: add missing NULL check for gve_alloc_pending_packet() in TX DQOAlok Tiwari
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-17net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook
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-04-03gve: handle overflow when reporting TX consumed descriptorsJoshua Washington
2025-03-31eth: gve: add missing netdev locks on reset and shutdown pathsJakub Kicinski
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-25gve: add XDP DROP and PASS support for DQJoshua Washington
2025-03-25gve: update XDP allocation path support RX buffer postingJoshua Washington
2025-03-25gve: merge packet buffer size fieldsJoshua Washington
2025-03-25gve: update GQ RX to use buf_sizeJoshua Washington
2025-03-25gve: introduce config-based allocation for XDPJoshua Washington
2025-03-25gve: remove xdp_xsk_done and xdp_xsk_wakeup statisticsJoshua Washington
2025-03-24gve: unlink old napi only if page pool existsHarshitha Ramamurthy
2025-03-07gve: convert to use netmem for DQO RDA modeHarshitha Ramamurthy
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-26gve: unlink old napi when stopping a queue using queue APIHarshitha Ramamurthy
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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-07eth: gve: use appropriate helper to set xdp_featuresJakub Kicinski
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub 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-12-20gve: clean XDP queues in gve_tx_stop_ring_gqiJoshua Washington
2024-12-15gve: Convert timeouts to secs_to_jiffies()Easwar Hariharan
2024-12-11gve: Remove unused gve_adminq_set_mtuDr. David Alan Gilbert
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-11-15gve: Flow steering trigger reset only for timeout errorZiwei Xiao
2024-10-30gve: change to use page_pool_put_full_page when recycling pagesHarshitha Ramamurthy
2024-10-15gve: add support for basic queue statsHarshitha Ramamurthy
2024-10-15gve: adopt page pool for DQ RDA modeHarshitha Ramamurthy
2024-10-15gve: move DQO rx buffer management related code to a new fileHarshitha Ramamurthy
2024-10-03gve: Map NAPI instances to queuesJoe Damato
2024-10-03gve: Map IRQs to NAPI instancesJoe Damato
2024-08-19gve: Remove unused declaration gve_rx_alloc_rings()Yue Haibing
2024-08-13gve: Add RSS adminq commands and ethtool supportJeroen de Borst
2024-08-13gve: Add RSS device optionZiwei Xiao
2024-08-02gve: Fix use of netif_carrier_ok()Praveen Kaligineedi
2024-07-25gve: Fix an edge case for TSO skb validity checkBailey Forrest
2024-07-17gve: Fix XDP TX completion handling when counters overflowJoshua Washington