aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-29net/mlx5: Forward QP/WorkQueues resource eventsSaeed Mahameed3-5/+15
2018-11-29net/mlx5: Remove all deprecated software versions of FW eventsSaeed Mahameed2-100/+1
2018-11-29IB/mlx5: Handle raw delay drop general eventSaeed Mahameed1-3/+15
2018-11-29net/mlx5: Allow forwarding event type general event as isSaeed Mahameed1-0/+1
2018-11-29IB/mlx5: Handle raw port change event rather than the software versionSaeed Mahameed1-34/+52
2018-11-29net/mlx5: Remove unused events callback and logicSaeed Mahameed6-132/+11
2018-11-29IB/mlx5: Use the new mlx5 core notifier APISaeed Mahameed2-14/+66
2018-11-29net/mlx5: Forward all mlx5 events to mlx5 notifiers chainSaeed Mahameed2-1/+4
2018-11-29net/mlx5e: Use the new mlx5 core notifier APISaeed Mahameed2-14/+16
2018-11-29net/mlx5: Allow port change event to be forwarded to driver notifiers chainSaeed Mahameed1-0/+16
2018-11-29net/mlx5: Driver events notifier APISaeed Mahameed3-1/+29
2018-11-29IB/mlx5: Use fragmented QP's buffer for in-kernel usersGuy Levi2-167/+241
2018-11-29IB/mlx5: Use fragmented SRQ's buffer for in-kernel usersGuy Levi2-5/+10
2018-11-29rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever1-0/+1
2018-11-29RDMA/mlx5: Attach a DEVX counter via raw flow creationMark Bloch5-12/+56
2018-11-29RDMA/qib: Remove all occurrences of BUG_ON()Leon Romanovsky8-13/+0
2018-11-29IB/usnic: fix spelling mistake "miniumum" -> "minimum"Colin Ian King1-1/+1
2018-11-29RDMA/uverbs: fix ptr_ret.cocci warningskbuild test robot1-5/+1
2018-11-29RDMA/drivers: Fix spelling mistake "initalize" -> "initialize"Colin Ian King1-1/+1
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe5-7/+15
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for writeJason Gunthorpe2-73/+46
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe5-93/+73
2018-11-26RDMA/uverbs: Prohibit write() calls with too small buffersJason Gunthorpe1-4/+28
2018-11-26RDMA/uverbs: Add structure size info to write commandsJason Gunthorpe4-109/+319
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe12-43/+35
2018-11-26RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe7-191/+139
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe9-192/+208
2018-11-26RDMA/uverbs: Add missing driver_dataJason Gunthorpe1-3/+13
2018-11-26IB/qib: fix spelling mistake "colescing" -> "coalescing"Colin Ian King1-1/+1
2018-11-26net/mlx5: Improve core device events handlingSaeed Mahameed1-87/+136
2018-11-26net/mlx5: Device events, Use async events chainSaeed Mahameed10-252/+344
2018-11-26net/mlx5: CQ ERR, Use async events chainSaeed Mahameed1-22/+44
2018-11-26net/mlx5: Resource tables, Use async events chainSaeed Mahameed4-50/+108
2018-11-26net/mlx5: CmdIF, Use async events chainSaeed Mahameed5-31/+50
2018-11-26net/mlx5: FWPage, Use async events chainSaeed Mahameed4-40/+47
2018-11-26net/mlx5: E-Switch, Use async events chainSaeed Mahameed3-25/+26
2018-11-26net/mlx5: Clock, Use async events chainSaeed Mahameed4-15/+20
2018-11-26net/mlx5: FPGA, Use async events chainSaeed Mahameed3-16/+38
2018-11-26net/mlx5: FWTrace, Use async events chainSaeed Mahameed3-17/+16
2018-11-26net/mlx5: EQ, Introduce atomic notifier chain subscription APISaeed Mahameed5-6/+72
2018-11-22RDMA/core: Sync unregistration with netlink commandsParav Pandit4-15/+40
2018-11-22RDMA/cma: Move cma module specific functions to cma_priv.hParav Pandit3-29/+31
2018-11-22RDMA/uverbs: Check for NULL driver methods for every write callJason Gunthorpe3-101/+178
2018-11-22RDMA/uverbs: Make all the method functions in uverbs_cmd staticJason Gunthorpe2-197/+133
2018-11-22RDMA/uverbs: Convert the write interface to use uverbs_apiJason Gunthorpe5-117/+165
2018-11-22RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_apiJason Gunthorpe3-8/+238
2018-11-22RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe8-15/+62
2018-11-22RDMA/mlx5: Use the uapi disablement APIs instead of codeJason Gunthorpe3-37/+21
2018-11-22RDMA/uverbs: Add helpers to mark uapi functions as unsupportedJason Gunthorpe4-18/+196
2018-11-22RDMA/uverbs: Factor out the add/get pattern into a helperJason Gunthorpe1-30/+44