summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-198-5/+108
* RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe2019-06-193-0/+201
* RDMA: Move rdma_node_type to uapi/Jason Gunthorpe2019-06-171-1/+1
* rdma: Remove nesJason Gunthorpe2019-06-1317-19675/+0
* RDMA/ipoib: Remove check for ETH_SS_TESTKamal Heib2019-06-121-2/+0
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-1147-434/+315
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-1135-164/+80
* RDMA/nes: Avoid memory allocation during CQ destroyLeon Romanovsky2019-06-111-17/+11
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-1019-21/+24
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-1019-24/+32
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-1020-23/+47
* rdma: Delete the ib_ucm moduleJason Gunthorpe2019-06-103-1364/+0
* ucma: Convert ctx_idr to XArrayMatthew Wilcox2019-06-071-34/+24
* ucma: Convert multicast_idr to XArrayMatthew Wilcox2019-06-071-19/+11
* RDMA/ucma: Use struct_size() helperGustavo A. R. Silva2019-06-071-2/+1
* RDMA/hns: Bugfix for filling the sge of srqLijun Ou2019-06-071-3/+3
* RDMA/hns: fix inverted logic of readl read and shiftColin Ian King2019-06-071-1/+1
* RDMA/srp: Accept again source addresses that do not have a port numberBart Van Assche2019-06-071-6/+15
* RDMA/ipoib: implement ethtool .get_link() callbackKamal Heib2019-06-071-0/+1
* RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou2019-05-313-29/+22
* RDMA/uverbs: check for allocation failure in uapi_add_elm()Dan Carpenter2019-05-301-0/+2
* IB/hfi1: Use struct_size() helperGustavo A. R. Silva2019-05-301-6/+3
* IB/qib: Use struct_size() helperGustavo A. R. Silva2019-05-301-2/+3
* IB/rdmavt: Use struct_size() helperGustavo A. R. Silva2019-05-301-3/+1
* RDMA/efa: Remove unused includesGal Pressman2019-05-292-3/+0
* RDMA/efa: Use rdma block iterator in chunk list creationGal Pressman2019-05-291-14/+11
* RDMA/efa: Remove unneeded admin commands abort flowGal Pressman2019-05-292-74/+1
* RDMA/efa: Use kvzalloc instead of kzalloc with fallbackGal Pressman2019-05-291-25/+21
* IB/hfi1: Remove extra brackets from an ifDennis Dalessandro2019-05-291-2/+1
* RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-287-31/+27
* IB/hfi1: Remove set but not used variables 'offset' and 'fspsn'YueHaibing2019-05-281-4/+1
* RDMA/hns: Replace magic numbers with #definesLijun Ou2019-05-278-69/+115
* RDMA/hns: Remove jiffies operation in disable interrupt contextLang Cheng2019-05-272-19/+21
* RDMA/hns: Move spin_lock_irqsave to the correct placeLang Cheng2019-05-272-10/+5
* RDMA/hns: Update CQE specificationsLijun Ou2019-05-271-1/+1
* RDMA/hns: Remove unnecessary print message in aeqYixian Liu2019-05-271-1/+0
* iw_cxgb4: Fix qpid leakNirranjan Kirubaharan2019-05-272-33/+19
* RDMA/cxgb4: Don't expose DMA addressesLeon Romanovsky2019-05-271-3/+3
* RDMA/cxgb4: Use sizeof() notationLeon Romanovsky2019-05-277-53/+53
* RDMA/cxgb3: Delete and properly mark unimplemented resize CQ functionLeon Romanovsky2019-05-273-83/+0
* RDMA/cxgb3: Don't expose DMA addressesLeon Romanovsky2019-05-272-9/+10
* RDMA/cxgb3: Use sizeof() notation instead of plain sizeofLeon Romanovsky2019-05-273-16/+14
* RDMA/efa: Remove check that prevents destroy of resources in error flowsLeon Romanovsky2019-05-221-24/+0
* RDMA/nes: Remove second wait queue initialization callLeon Romanovsky2019-05-211-1/+0
* RDMA/i40iw: Remove useless NULL checksLeon Romanovsky2019-05-211-8/+0
* RDMA/nes: Remove useless NULL checksLeon Romanovsky2019-05-211-6/+0
* RDMA/ipoib: Remove check of destroy CQLeon Romanovsky2019-05-211-5/+2
* RDMA/core: Return void from ib_device_check_mandatory()Kamal Heib2019-05-211-7/+2
* IB/mlx4: Delete unused func argYuval Shaia2019-05-211-5/+3
* RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2019-05-2110-87/+75