summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/mlx5/net
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-12/+14
2026-02-04vdpa/mlx5: update MAC address handling in mlx5_vdpa_set_attr()Cindy Lu-6/+3
2026-02-04vdpa/mlx5: reuse common function for MAC address updatesCindy Lu-60/+71
2026-02-04vdpa/mlx5: update mlx_features with driver state checkCindy Lu-2/+11
2026-01-28vhost: move vdpa group bound check to vhost_vdpaEugenio Pérez-3/+0
2025-11-27vdpa/mlx5: Fix incorrect error code reporting in query_virtqueuesAlok Tiwari-1/+1
2025-11-11mlx5: Fix default values in create CQAkiva Goldberger-4/+2
2025-10-01vdpa: introduce map opsJason Wang-1/+1
2025-10-01vdpa: support virtio_mapJason Wang-5/+8
2025-08-01vdpa/mlx5: Fix release of uninitialized resources on error pathDragos Tatulea-4/+6
2025-08-01vdpa/mlx5: Fix needs_teardown flag calculationDragos Tatulea-1/+1
2025-02-25vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machinesKonstantin Shkolnyy-0/+3
2024-12-23net/mlx5: fs, add counter object to flow destinationMoshe Shemesh-2/+2
2024-11-07vdpa/mlx5: Fix error path during device addDragos Tatulea-16/+5
2024-09-25vdpa/mlx5: Postpone MR deletionDragos Tatulea-2/+2
2024-09-25vdpa/mlx5: Introduce init/destroy for MR resourcesDragos Tatulea-2/+7
2024-09-25vdpa/mlx5: Rename mr_mtx -> lockDragos Tatulea-2/+2
2024-09-25vdpa/mlx5: Extract mr members in own resource structDragos Tatulea-18/+18
2024-09-25vdpa/mlx5: Rename functionDragos Tatulea-4/+4
2024-09-25vdpa/mlx5: Parallelize VQ suspend/resume for CVQ MQ commandDragos Tatulea-10/+12
2024-09-25vdpa/mlx5: Small improvement for change_num_qps()Dragos Tatulea-10/+11
2024-09-25vdpa/mlx5: Keep notifiers during suspend but ignoreDragos Tatulea-2/+4
2024-09-25vdpa/mlx5: Parallelize device resumeDragos Tatulea-26/+14
2024-09-25vdpa/mlx5: Parallelize device suspendDragos Tatulea-27/+29
2024-09-25vdpa/mlx5: Use async API for vq modify commandsDragos Tatulea-48/+106
2024-09-25vdpa/mlx5: Use async API for vq query commandDragos Tatulea-25/+76
2024-09-25vdpa/mlx5: Introduce error logging functionDragos Tatulea-12/+12
2024-09-10vdpa/mlx5: Add the support of set mac addressCindy Lu-0/+28
2024-07-09vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()Dragos Tatulea-0/+3
2024-07-09vdpa/mlx5: Don't reset VQs more than necessaryDragos Tatulea-3/+27
2024-07-09vdpa/mlx5: Re-create HW VQs under certain conditionsDragos Tatulea-0/+16
2024-07-09vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add timeDragos Tatulea-5/+32
2024-07-09vdpa/mlx5: Use suspend/resume during VQP changeDragos Tatulea-3/+11
2024-07-09vdpa/mlx5: Forward error in suspend/resume deviceDragos Tatulea-4/+8
2024-07-09vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()Dragos Tatulea-12/+6
2024-07-09vdpa/mlx5: Add error code for suspend/resume VQDragos Tatulea-23/+54
2024-07-09vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()Dragos Tatulea-2/+22
2024-07-09vdpa/mlx5: Allow creation of blank VQsDragos Tatulea-30/+55
2024-07-09vdpa/mlx5: Set mkey modified flags on all VQsDragos Tatulea-1/+1
2024-07-09vdpa/mlx5: Start off rqt_size with max VQPsDragos Tatulea-5/+5
2024-07-09vdpa/mlx5: Set an initial size on the VQDragos Tatulea-3/+3
2024-07-09vdpa/mlx5: Add support for modifying the VQ features fieldDragos Tatulea-1/+11
2024-07-09vdpa/mlx5: Add support for modifying the virtio_version VQ fieldDragos Tatulea-0/+16
2024-07-09vdpa/mlx5: Rename init_mvqsDragos Tatulea-5/+5
2024-07-09vdpa/mlx5: Clear and reinitialize software VQ data on resetDragos Tatulea-13/+3
2024-07-09vdpa/mlx5: Initialize and reset device with one queue pairDragos Tatulea-11/+12
2024-07-09vdpa/mlx5: Remove duplicate suspend codeDragos Tatulea-6/+1