summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-06-04gve: add missing NULL check for gve_alloc_pending_packet() in TX DQOAlok Tiwari1-0/+3
2025-05-29gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cntAlok Tiwari1-1/+1
2025-05-13gve: add netmem TX support to GVE DQO-RDA modeMina Almasry2-3/+8
2025-04-23xdp: create locked/unlocked instances of xdp redirect target settersJoshua Washington1-2/+2
2025-04-18net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook1-2/+2
2025-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2025-04-10xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-3/+3
2025-04-04gve: handle overflow when reporting TX consumed descriptorsJoshua Washington1-1/+3
2025-04-01eth: gve: add missing netdev locks on reset and shutdown pathsJakub Kicinski1-0/+4
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-03-25gve: add XDP DROP and PASS support for DQJoshua Washington1-0/+52
2025-03-25gve: update XDP allocation path support RX buffer postingJoshua Washington4-17/+53
2025-03-25gve: merge packet buffer size fieldsJoshua Washington7-17/+12
2025-03-25gve: update GQ RX to use buf_sizeJoshua Washington1-9/+15
2025-03-25gve: introduce config-based allocation for XDPJoshua Washington7-294/+118
2025-03-25gve: remove xdp_xsk_done and xdp_xsk_wakeup statisticsJoshua Washington3-13/+5
2025-03-24gve: unlink old napi only if page pool existsHarshitha Ramamurthy1-1/+2
2025-03-08gve: convert to use netmem for DQO RDA modeHarshitha Ramamurthy3-22/+47
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev2-7/+11
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-02-27gve: unlink old napi when stopping a queue using queue APIHarshitha Ramamurthy1-0/+2
2025-02-22gve: Add RSS cache for non RSS device option scenarioZiwei Xiao4-23/+205
2025-02-19gve: set xdp redirect target only when it is availableJoshua Washington2-1/+15
2025-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+9
2025-01-08eth: gve: use appropriate helper to set xdp_featuresJakub Kicinski1-5/+9
2025-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-43/+67
2024-12-31gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeupJoshua Washington1-14/+7
2024-12-20gve: fix XDP allocation path in edge casesJoshua Washington1-1/+8
2024-12-20gve: process XSK TX descriptors as part of RX NAPIJoshua Washington3-14/+31
2024-12-20gve: guard XSK operations on the existence of queuesJoshua Washington1-12/+10
2024-12-20gve: guard XDP xmit NDO on existence of xdp queuesJoshua Washington2-1/+7
2024-12-20gve: clean XDP queues in gve_tx_stop_ring_gqiJoshua Washington1-1/+4
2024-12-16gve: Convert timeouts to secs_to_jiffies()Easwar Hariharan1-4/+2
2024-12-12gve: Remove unused gve_adminq_set_mtuDr. David Alan Gilbert2-15/+0
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2
2024-11-16gve: Flow steering trigger reset only for timeout errorZiwei Xiao1-2/+2
2024-10-31gve: change to use page_pool_put_full_page when recycling pagesHarshitha Ramamurthy1-2/+1
2024-10-16gve: add support for basic queue statsHarshitha Ramamurthy1-0/+49
2024-10-16gve: adopt page pool for DQ RDA modeHarshitha Ramamurthy4-94/+198
2024-10-16gve: move DQO rx buffer management related code to a new fileHarshitha Ramamurthy4-226/+250
2024-10-04gve: Map NAPI instances to queuesJoe Damato1-0/+17
2024-10-04gve: Map IRQs to NAPI instancesJoe Damato1-0/+1
2024-08-20gve: Remove unused declaration gve_rx_alloc_rings()Yue Haibing1-1/+0
2024-08-14gve: Add RSS adminq commands and ethtool supportJeroen de Borst4-1/+235
2024-08-14gve: Add RSS device optionZiwei Xiao3-3/+51
2024-08-03gve: Fix use of netif_carrier_ok()Praveen Kaligineedi2-7/+7
2024-07-25gve: Fix an edge case for TSO skb validity checkBailey Forrest1-1/+21
2024-07-18gve: Fix XDP TX completion handling when counters overflowJoshua Washington1-2/+3