summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/mlx5
Commit message (Expand)AuthorAgeFilesLines
* vdpa/mlx5: Support interrupt bypassingEli Cohen2023-06-272-9/+171
* 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-102-1/+6
* vdpa/mlx5: support device features provisioningSi-Wei Liu2023-02-201-8/+45
* vdpa/mlx5: make MTU/STATUS presence conditional on feature bitsSi-Wei Liu2023-02-201-8/+14
* vdpa/mlx5: Initialize CVQ iotlb spinlockEli Cohen2023-02-201-0/+1
* vdpa/mlx5: Don't clear mr struct on destroy MREli Cohen2023-02-201-1/+0
* vdpa/mlx5: Directly assign memory keyEli Cohen2023-02-201-1/+1
* vdpa: mlx5: support per virtqueue dma deviceJason Wang2023-02-201-0/+11
* vdpa/mlx5: Add RX counters to debugfsEli Cohen2023-02-203-30/+207
* vdpa/mlx5: Add debugfs subtreeEli Cohen2023-02-204-1/+87
* vdpa/mlx5: Move some definitions to a new header fileEli Cohen2023-02-202-44/+56
* RDMA/mlx5: remove variable iColin Ian King2022-12-281-2/+0
* vdpa/mlx5: Avoid overwriting CVQ iotlbEli Cohen2022-12-283-59/+39
* 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-271-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-112-11/+88
* 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
* vdpa/mlx5: Update Control VQ callback informationEli Cohen2022-06-241-0/+2
* vdpa/mlx5: clean up indenting in handle_ctrl_vlan()Dan Carpenter2022-06-081-3/+3
* vdpa/mlx5: fix error code for deleting vlanDan Carpenter2022-06-081-0/+1
* vdpa/mlx5: Fix syntax errors in commentsXiang wangx2022-06-081-1/+1
* vdpa/mlx5: Add RX MAC VLAN filter supportEli Cohen2022-06-011-58/+216
* vdpa/mlx5: Remove flow counter from steeringEli Cohen2022-06-011-18/+6
* vdpa: multiple address spaces supportGautam Dawar2022-05-311-2/+3
* vdpa: introduce virtqueue groupsGautam Dawar2022-05-311-1/+7
* vdpa/mlx5: Use readers/writers semaphore instead of mutexEli Cohen2022-05-311-22/+19
* vdpa/mlx5: Add support for reading descriptor statisticsEli Cohen2022-05-312-0/+151
* vdpa/mlx5: Use consistent RQT sizeEli Cohen2022-05-181-40/+21
* vdpa: mlx5: synchronize driver status with CVQJason Wang2022-03-301-14/+37
* vdpa: mlx5: prevent cvq work from hogging CPUJason Wang2022-03-301-12/+9
* vdpa/mlx5: Avoid processing works if workqueue was destroyedEli Cohen2022-03-281-2/+5
* vdpa/mlx5: re-create forwarding rules after mac modifiedMichael Qiu2022-03-281-1/+44
* net/mlx5: Add support for configuring max device MTUEli Cohen2022-03-281-1/+31
* vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET commandSi-Wei Liu2022-03-041-0/+16
* vdpa/mlx5: should verify CTRL_VQ feature exists for MQSi-Wei Liu2022-03-041-2/+16
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-59/+97
|\
| * vdpa/mlx5: Fix tracking of current number of VQsEli Cohen2022-01-141-4/+8
| * vdpa/mlx5: Fix is_index_valid() to refer to featuresEli Cohen2022-01-141-3/+7
| * vdpa/mlx5: Report max device capabilitiesEli Cohen2022-01-141-12/+23