aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24RDMA/mlx5: Pass UMR segment flags instead of booleanMax Gurtovoy1-7/+12
2019-06-24RDMA/mlx5: Add attr for max number page list length for PI operationMax Gurtovoy1-0/+2
2019-06-24RDMA/mlx5: Implement mlx5_ib_map_mr_sg_pi and mlx5_ib_alloc_mr_integrityMax Gurtovoy3-11/+189
2019-06-21RDMA/efa: Print address on AH creation failureFiras Jahjah1-1/+2
2019-06-21RDMA/efa: Be consistent with success flow return valueGal Pressman3-5/+7
2019-06-21RDMA/efa: Use API to get contiguous memory blocks aligned to device supported page sizeGal Pressman1-67/+21
2019-06-20IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn2-44/+8
2019-06-20RDMa/hns: Don't stuck in endless timeout loopLeon Romanovsky2-2/+2
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky23-128/+68
2019-06-20RDMA/hns: reset function when removing moduleLang Cheng2-0/+61
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky4-8/+4
2019-06-20RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou3-83/+235
2019-06-20RDMA/hns: Add a group interfaces for optimizing buffers getting flowLijun Ou2-0/+111
2019-06-20RDMA/hns: Add mtr support for mixed multihop addressingLijun Ou4-0/+628
2019-06-18RDMA/mlx5: Enable decap and packet reformat on FDBMaor Gottlieb1-0/+5
2019-06-18RDMA/mlx5: Consider eswitch encap modeMaor Gottlieb1-6/+14
2019-06-18Merge remote-tracking branch 'mlx5-next/mlx5-next' into HEADDoug Ledford4-16/+27
2019-06-18IB/hfi1: Spelling s/statisfied/satisfied/Geert Uytterhoeven1-1/+1
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe3-0/+3
2019-06-18RDMA/efa: Handle mmap insertions overflowGal Pressman1-5/+16
2019-06-17RDMA/efa: Fix success return value in case of errorGal Pressman1-6/+18
2019-06-17IB/hfi1: Handle port down properly in pioMike Marciniszyn4-7/+8
2019-06-17IB/hfi1: Handle wakeup of orphaned QPs for pioMike Marciniszyn1-0/+16
2019-06-17IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn1-0/+17
2019-06-17IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn3-4/+37
2019-06-17IB/hfi1: Create inline to get extended headersMike Marciniszyn2-20/+32
2019-06-17IB/hfi1: Silence txreq allocation warningsMike Marciniszyn2-2/+3
2019-06-17IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn1-6/+3
2019-06-13net/mlx5: Add EQ enable/disable APIYuval Avnery1-1/+8
2019-06-13net/mlx5: Use a single IRQ for all async EQsAriel Levkovich1-1/+1
2019-06-13net/mlx5: Separate IRQ request/free from EQ life cycleYuval Avnery1-1/+1
2019-06-13net/mlx5: Change interrupt handler to call chain notifierYuval Avnery2-4/+7
2019-06-13rdma: Remove nesJason Gunthorpe16-19674/+0
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky36-341/+223
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky30-151/+74
2019-06-11RDMA/nes: Avoid memory allocation during CQ destroyLeon Romanovsky1-17/+11
2019-06-11IB/hfi1: Correct tid qp rcd to match verbs contextMike Marciniszyn3-3/+15
2019-06-11IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn2-9/+4
2019-06-11IB/hfi1: Validate fault injection opcode user inputKaike Wan1-0/+5
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe16-17/+16
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe15-21/+26
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe16-16/+34
2019-06-07RDMA/hns: Bugfix for filling the sge of srqLijun Ou1-3/+3
2019-06-07RDMA/hns: fix inverted logic of readl read and shiftColin Ian King1-1/+1
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-8/+13
2019-05-31{IB,net}/mlx5: Constify rep ops functions pointersParav Pandit2-10/+11
2019-05-31{IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev*Parav Pandit1-1/+1
2019-05-31RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou3-29/+22
2019-05-30IB/hfi1: Use struct_size() helperGustavo A. R. Silva1-6/+3
2019-05-30IB/qib: Use struct_size() helperGustavo A. R. Silva1-2/+3