summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2019-01-14RDMA: Rename port_callback to init_portParav Pandit15-15/+15
2019-01-11RDMA: Clear CTX objects during their allocationLeon Romanovsky4-4/+4
2019-01-11RDMA: Clear CQ objects during their allocationLeon Romanovsky2-2/+2
2019-01-11RDMA: Clear PD objects during their allocationLeon Romanovsky4-4/+4
2019-01-11RDMA/qedr: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2019-01-11RDMA/ocrdma: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2019-01-11IB/usnic: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2019-01-11IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe32-139/+129
2019-01-11IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch4-4/+1
2019-01-09RDMA/mlx5: Embed into the code flow the ODP config optionLeon Romanovsky3-41/+33
2019-01-09RDMA/mlx5: Introduce and reuse helper to identify ODP MRLeon Romanovsky3-13/+16
2019-01-09RDMA/core: Don't depend device ODP capabilities on kconfig optionLeon Romanovsky1-5/+5
2019-01-09RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGINGLeon Romanovsky1-2/+0
2019-01-07RDMA/hns: Modify the pbl ba page size for hip08Lijun Ou1-1/+1
2019-01-07RDMA/hns: Add constraint on the setting of local ACK timeoutLijun Ou1-4/+10
2019-01-07RDMA/hns: Bugfix for the scene without receiver queueLijun Ou1-1/+2
2019-01-07RDMA/hns: Fix the bug with updating rq head pointer when flush cqeLijun Ou1-3/+7
2019-01-07iw_cxgb4: Check for send WR also while posting write with completion WRPotnuri Bharat Teja1-6/+13
2019-01-07IB/usnic: Use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+2
2019-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-20/+9
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds2-2/+2
2019-01-03infiniband/qedr: Potential null ptr dereference of qpAditya Pakki1-0/+2
2019-01-03infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki1-3/+2
2019-01-02Revert "IB/mlx5: Fix long EEH recover time with NVMe offloads"Leon Romanovsky1-16/+3
2019-01-02IB/mlx5: Allow XRC INI usage via verbs in DEVX contextYishai Hadas1-1/+2
2018-12-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+5
2018-12-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds108-1609/+3681
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse1-8/+5
2018-12-23RDMA/mlx5: Signedness bug in UVERBS_HANDLER()Dan Carpenter1-1/+1
2018-12-21IB/mlx5: Allocate the per-port Q counter shared when DEVX is supportedYishai Hadas3-2/+26
2018-12-21IB/mlx5: Fix wrong error unwindJason Gunthorpe1-3/+5
2018-12-21IB/mlx4: Remove set but not used variable 'pd'YueHaibing1-3/+0
2018-12-21IB/mlx5: Fix long EEH recover time with NVMe offloadsHuy Nguyen1-3/+16
2018-12-21IB/mlx5: Simplify netdev unbindingOr Gerlitz1-5/+9
2018-12-20IB/mlx5: Use the correct commands for UMEM and UCTX allocationYishai Hadas1-19/+15
2018-12-20IB/mlx5: Use uid as part of alloc/dealloc transport domainYishai Hadas1-0/+2
2018-12-20Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe4-28/+25
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-8/+19
2018-12-20RDMA/bnxt_re: Increase depth of control path command queueDevesh Sharma3-26/+68
2018-12-20RDMA/bnxt_re: Query HWRM Interface version from FWSelvin Xavier2-0/+32
2018-12-20IB/usnic: Fix potential deadlockParvi Kaustubhi1-4/+7
2018-12-20RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman3-5/+8
2018-12-20RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman3-5/+8
2018-12-20RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman20-32/+35
2018-12-20RDMA: Mark if create address handle is in a sleepable contextGal Pressman21-16/+24
2018-12-19IB/mlx5: Fix compile issue when ODP disabledDoug Ledford1-4/+4
2018-12-19RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch21-109/+120
2018-12-19IB/mlx5: Add advise_mr() supportMoni Shoua4-9/+157
2018-12-19IB/uverbs: Add helper to get array size from ptr attributeMoni Shoua1-7/+5
2018-12-19IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia1-1/+1