aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17RDMA: Move rdma_node_type to uapi/Jason Gunthorpe1-1/+1
2019-06-13rdma: Remove nesJason Gunthorpe17-19675/+0
2019-06-11RDMA/ipoib: Remove check for ETH_SS_TESTKamal Heib1-2/+0
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky47-434/+315
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky35-164/+80
2019-06-11RDMA/nes: Avoid memory allocation during CQ destroyLeon Romanovsky1-17/+11
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe19-21/+24
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe19-24/+32
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe20-23/+47
2019-06-10rdma: Delete the ib_ucm moduleJason Gunthorpe3-1364/+0
2019-06-07ucma: Convert ctx_idr to XArrayMatthew Wilcox1-34/+24
2019-06-07ucma: Convert multicast_idr to XArrayMatthew Wilcox1-19/+11
2019-06-07RDMA/ucma: Use struct_size() helperGustavo A. R. Silva1-2/+1
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-07RDMA/srp: Accept again source addresses that do not have a port numberBart Van Assche1-6/+15
2019-06-07RDMA/ipoib: implement ethtool .get_link() callbackKamal Heib1-0/+1
2019-05-31RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou3-29/+22
2019-05-30RDMA/uverbs: check for allocation failure in uapi_add_elm()Dan Carpenter1-0/+2
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-30IB/rdmavt: Use struct_size() helperGustavo A. R. Silva1-3/+1
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 Hubbard7-31/+27
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-21RDMA/ipoib: Remove check of destroy CQLeon Romanovsky1-5/+2
2019-05-21RDMA/core: Return void from ib_device_check_mandatory()Kamal Heib1-7/+2
2019-05-21IB/mlx4: Delete unused func argYuval Shaia1-5/+3
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe10-87/+75
2019-05-21RDMA/qedr: Fix incorrect device rate.Sagiv Ozeri1-16/+9
2019-05-21RDMA/core: Fix doc typoIsrael Rukshin2-4/+4