summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve
Commit message (Expand)AuthorAgeFilesLines
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner9 days2-3/+3
* gve: handle overflow when reporting TX consumed descriptorsJoshua Washington11 days1-1/+3
* eth: gve: add missing netdev locks on reset and shutdown pathsJakub Kicinski13 days1-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-03-261-1/+2
|\
| * gve: unlink old napi only if page pool existsHarshitha Ramamurthy2025-03-241-1/+2
* | gve: add XDP DROP and PASS support for DQJoshua Washington2025-03-251-0/+52
* | gve: update XDP allocation path support RX buffer postingJoshua Washington2025-03-254-17/+53
* | gve: merge packet buffer size fieldsJoshua Washington2025-03-257-17/+12
* | gve: update GQ RX to use buf_sizeJoshua Washington2025-03-251-9/+15
* | gve: introduce config-based allocation for XDPJoshua Washington2025-03-257-294/+118
* | gve: remove xdp_xsk_done and xdp_xsk_wakeup statisticsJoshua Washington2025-03-253-13/+5
* | gve: convert to use netmem for DQO RDA modeHarshitha Ramamurthy2025-03-073-22/+47
* | net: hold netdev instance lock during queue operationsStanislav Fomichev2025-03-062-7/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-02-271-0/+2
|\|
| * gve: unlink old napi when stopping a queue using queue APIHarshitha Ramamurthy2025-02-261-0/+2
* | gve: Add RSS cache for non RSS device option scenarioZiwei Xiao2025-02-214-23/+205
|/
* gve: set xdp redirect target only when it is availableJoshua Washington2025-02-182-1/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-091-5/+9
|\
| * eth: gve: use appropriate helper to set xdp_featuresJakub Kicinski2025-01-071-5/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-033-43/+67
|\|
| * gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeupJoshua Washington2024-12-301-14/+7
| * gve: fix XDP allocation path in edge casesJoshua Washington2024-12-201-1/+8
| * gve: process XSK TX descriptors as part of RX NAPIJoshua Washington2024-12-203-14/+31
| * gve: guard XSK operations on the existence of queuesJoshua Washington2024-12-201-12/+10
| * gve: guard XDP xmit NDO on existence of xdp queuesJoshua Washington2024-12-202-1/+7
| * gve: clean XDP queues in gve_tx_stop_ring_gqiJoshua Washington2024-12-201-1/+4
* | gve: Convert timeouts to secs_to_jiffies()Easwar Hariharan2024-12-151-4/+2
* | gve: Remove unused gve_adminq_set_mtuDr. David Alan Gilbert2024-12-112-15/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-11-191-2/+2
|\
| * gve: Flow steering trigger reset only for timeout errorZiwei Xiao2024-11-151-2/+2
* | gve: change to use page_pool_put_full_page when recycling pagesHarshitha Ramamurthy2024-10-301-2/+1
* | gve: add support for basic queue statsHarshitha Ramamurthy2024-10-151-0/+49
* | gve: adopt page pool for DQ RDA modeHarshitha Ramamurthy2024-10-153-94/+197
* | gve: move DQO rx buffer management related code to a new fileHarshitha Ramamurthy2024-10-154-226/+250
* | gve: Map NAPI instances to queuesJoe Damato2024-10-031-0/+17
* | gve: Map IRQs to NAPI instancesJoe Damato2024-10-031-0/+1
|/
* gve: Remove unused declaration gve_rx_alloc_rings()Yue Haibing2024-08-191-1/+0
* gve: Add RSS adminq commands and ethtool supportJeroen de Borst2024-08-134-1/+235
* gve: Add RSS device optionZiwei Xiao2024-08-133-3/+51
* gve: Fix use of netif_carrier_ok()Praveen Kaligineedi2024-08-022-7/+7
* gve: Fix an edge case for TSO skb validity checkBailey Forrest2024-07-251-1/+21
* gve: Fix XDP TX completion handling when counters overflowJoshua Washington2024-07-171-2/+3
* gve: Add flow steering ethtool supportJeroen de Borst2024-06-255-9/+398
* gve: Add flow steering adminq commandsJeroen de Borst2024-06-255-4/+314
* gve: Add flow steering device optionJeroen de Borst2024-06-253-2/+51
* gve: Add adminq extended commandJeroen de Borst2024-06-252-0/+43
* gve: Add adminq mutex lockZiwei Xiao2024-06-252-10/+13
* gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao2024-06-131-3/+5
* gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington2024-06-111-15/+5
* gve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman2024-05-101-25/+17