aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-21RDMA/rw: Add info regarding SG count failureMax Gurtovoy1-1/+2
2019-05-21RDMA/rw: Print the correct number of sig MRsIsrael Rukshin1-1/+1
2019-05-21RDMA/rw: Fix doc typoIsrael Rukshin1-1/+1
2019-05-21IB/isert: Remove unused sig_attrs argumentIsrael Rukshin1-6/+5
2019-05-21IB/iser: Remove unused sig_attrs argumentIsrael Rukshin1-6/+5
2019-05-21IB/iser: Refactor iscsi_iser_check_protection functionIsrael Rukshin1-6/+3
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-29/+37
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse1-2/+3
2019-05-14IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-1/+2
2019-05-14IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-1/+1