aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2019-05-29RDMA/efa: Remove unused includesGal Pressman2-3/+0
2019-05-29RDMA/efa: Use rdma block iterator in chunk list creationGal Pressman1-14/+11
2019-05-29RDMA/efa: Remove unneeded admin commands abort flowGal Pressman2-74/+1
2019-05-29RDMA/efa: Use kvzalloc instead of kzalloc with fallbackGal Pressman1-25/+21
2019-05-29IB/hfi1: Remove extra brackets from an ifDennis Dalessandro1-2/+1
2019-05-27RDMA: Convert put_page() to put_user_page*()John Hubbard5-23/+18
2019-05-27IB/hfi1: Remove set but not used variables 'offset' and 'fspsn'YueHaibing1-4/+1
2019-05-27RDMA/hns: Replace magic numbers with #definesLijun Ou8-69/+115
2019-05-27RDMA/hns: Remove jiffies operation in disable interrupt contextLang Cheng2-19/+21
2019-05-27RDMA/hns: Move spin_lock_irqsave to the correct placeLang Cheng2-10/+5
2019-05-27RDMA/hns: Update CQE specificationsLijun Ou1-1/+1
2019-05-27RDMA/hns: Remove unnecessary print message in aeqYixian Liu1-1/+0
2019-05-27iw_cxgb4: Fix qpid leakNirranjan Kirubaharan2-33/+19
2019-05-27RDMA/cxgb4: Don't expose DMA addressesLeon Romanovsky1-3/+3
2019-05-27RDMA/cxgb4: Use sizeof() notationLeon Romanovsky7-53/+53
2019-05-27RDMA/cxgb3: Delete and properly mark unimplemented resize CQ functionLeon Romanovsky3-83/+0
2019-05-27RDMA/cxgb3: Don't expose DMA addressesLeon Romanovsky2-9/+10
2019-05-27RDMA/cxgb3: Use sizeof() notation instead of plain sizeofLeon Romanovsky3-16/+14
2019-05-21RDMA/efa: Remove check that prevents destroy of resources in error flowsLeon Romanovsky1-24/+0
2019-05-21RDMA/nes: Remove second wait queue initialization callLeon Romanovsky1-1/+0
2019-05-21RDMA/i40iw: Remove useless NULL checksLeon Romanovsky1-8/+0
2019-05-21RDMA/nes: Remove useless NULL checksLeon Romanovsky1-6/+0
2019-05-21IB/mlx4: Delete unused func argYuval Shaia1-5/+3