summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/mlx5/net/mlx5_vnet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vdpa/mlx5: Allow CVQ size changesJonah Palmer2024-03-191-4/+9
* vdpa/mlx5: Add mkey leak detectionDragos Tatulea2024-01-101-0/+2
* vdpa/mlx5: Introduce reference counting to mrsDragos Tatulea2024-01-101-7/+38
* vdpa/mlx5: Use vq suspend/resume during .set_mapDragos Tatulea2024-01-101-8/+38
* vdpa/mlx5: Mark vq state for modification in hw vqDragos Tatulea2024-01-101-0/+8
* vdpa/mlx5: Mark vq addrs for modification in hw vqDragos Tatulea2024-01-101-0/+9
* vdpa/mlx5: Introduce per vq and device resumeDragos Tatulea2024-01-101-7/+62
* vdpa/mlx5: Allow modifying multiple vq fields in one modify commandDragos Tatulea2024-01-101-8/+40
* vdpa/mlx5: preserve CVQ vringh indexSteve Sistare2023-12-011-1/+6
* vdpa/mlx5: implement .reset_map driver opSi-Wei Liu2023-11-011-3/+24
* mlx5_vdpa: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio Pérez2023-11-011-0/+7
* vdpa/mlx5: Update cvq iotlb mapping on ASID changeDragos Tatulea2023-11-011-1/+8
* vdpa/mlx5: Enable hw support for vq descriptor mappingDragos Tatulea2023-11-011-1/+23
* vdpa/mlx5: Introduce mr for vq descriptorDragos Tatulea2023-11-011-7/+13
* vdpa/mlx5: Improve mr update flowDragos Tatulea2023-11-011-24/+29
* vdpa/mlx5: Allow creation/deletion of any given mr structDragos Tatulea2023-11-011-3/+7
* vdpa/mlx5: Rename mr destroy functionsDragos Tatulea2023-11-011-6/+6
* vdpa/mlx5: Decouple cvq iotlb handling from hw mapping codeDragos Tatulea2023-11-011-2/+5
* vdpa/mlx5: Create helper function for dma mappingsDragos Tatulea2023-11-011-2/+2
* vdpa/mlx5: Fix firmware error on creation of 1k VQsDragos Tatulea2023-10-181-9/+54
* vdpa/mlx5: Fix double release of debugfs entryDragos Tatulea2023-10-181-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-15/+11
|\
| * vdpa/mlx5: Fix crash on shutdown for when no ndev existsDragos Tatulea2023-08-101-12/+0
| * vdpa/mlx5: Delete control vq iotlb in destroy_mr only when necessaryEugenio Pérez2023-08-101-2/+2
| * vdpa/mlx5: Correct default number of queues when MQ is onDragos Tatulea2023-08-101-1/+9
* | net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla2023-08-071-1/+1
|/
* vdpa/mlx5: Support interrupt bypassingEli Cohen2023-06-271-9/+156
* vdpa/mlx5: Fix hang when cvq commands are triggered during device unregisterDragos Tatulea2023-06-081-1/+1
* vdpa/mlx5: Extend driver support for new featuresEli Cohen2023-04-211-16/+40
* vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by defaultEli Cohen2023-04-211-0/+2
* vdpa/mlx5: Avoid losing link state updatesEli Cohen2023-04-211-89/+114
* vdpa/mlx5: Add and remove debugfs in setup/teardown driverEli Cohen2023-04-041-2/+6
* vdpa/mlx5: should not activate virtq object when suspendedSi-Wei Liu2023-03-101-1/+5
* vdpa/mlx5: support device features provisioningSi-Wei Liu2023-02-211-8/+45
* vdpa/mlx5: make MTU/STATUS presence conditional on feature bitsSi-Wei Liu2023-02-211-8/+14
* vdpa: mlx5: support per virtqueue dma deviceJason Wang2023-02-211-0/+11
* vdpa/mlx5: Add RX counters to debugfsEli Cohen2023-02-211-30/+91
* vdpa/mlx5: Add debugfs subtreeEli Cohen2023-02-211-0/+11
* vdpa/mlx5: Move some definitions to a new header fileEli Cohen2023-02-211-44/+1
* vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen2022-12-281-39/+10
* vdpa/mlx5: Avoid using reslock in event_handlerEli Cohen2022-12-281-12/+4
* vdpa/mlx5: Fix wrong mac address deletionEli Cohen2022-12-281-1/+1
* vdpa/mlx5: Return error on vlan ctrl commands if not supportedEli Cohen2022-12-281-0/+3
* vdpa/mlx5: Fix rule forwarding VLAN to TIREli Cohen2022-12-281-3/+5
* vdpa/mlx5: Fix MQ to support non power of two num queuesEli Cohen2022-09-281-7/+10
* vdpa/mlx5: Fix possible uninitialized return valueEli Cohen2022-08-111-1/+1
* vdpa/mlx5: Support different address spaces for control and dataEli Cohen2022-08-111-11/+77
* vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen2022-08-111-3/+80
* vdpa/mlx5: Use eth_broadcast_addr() to assign broadcast addressXu Qiang2022-08-111-1/+1
* vdpa/mlx5: Initialize CVQ vringh only onceEli Cohen2022-06-241-11/+20