summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
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-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-28RDMA: Convert put_page() to put_user_page*()John Hubbard5-23/+18
2019-05-28IB/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-22RDMA/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
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe8-42/+38
2019-05-21RDMA/qedr: Fix incorrect device rate.Sagiv Ozeri1-16/+9
2019-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-9/+14
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
2019-05-14IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-2/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2-8/+9
2019-05-14IB/mlx5: Verify DEVX general object type correctlyYishai Hadas1-3/+10
2019-05-14RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2-6/+4
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds148-3283/+9099
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-21/+25
2019-05-07RDMA/efa: Add driver to Kconfig/MakefileGal Pressman3-0/+25
2019-05-07RDMA/efa: Add the efa moduleGal Pressman1-0/+533
2019-05-07RDMA/efa: Add EFA verbs implementationGal Pressman1-0/+1825
2019-05-07Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds15-74/+1
2019-05-06RDMA/efa: Add common command handlersGal Pressman1-0/+692
2019-05-06RDMA/efa: Implement functions that submit and complete admin commandsGal Pressman1-0/+1160
2019-05-06RDMA/efa: Add the com service API definitionsGal Pressman1-0/+270
2019-05-06RDMA/efa: Add the efa_com.h fileGal Pressman1-0/+144
2019-05-06RDMA/efa: Add the efa.h header fileGal Pressman1-0/+163