aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-28RDMA/iw_cxgb4: Report correct port speed/widthPotnuri Bharat Teja1-3/+4
2019-10-28RDMA/qedr: Fix memory leak in user qp and mrMichal Kalderon1-2/+10
2019-10-28RDMA/qedr: Fix synchronization methods and memory leaks in qedrMichal Kalderon3-75/+158
2019-10-28RDMA/qedr: Fix qpids xarray api usedMichal Kalderon3-4/+4
2019-10-28RDMA/qedr: Fix srqs xarray initializationMichal Kalderon1-0/+1
2019-10-28RDMA/hns: Fix memory leak on 'context' on error return pathColin Ian King1-4/+8
2019-10-28RDMA/hns: Bugfix for qpc/cqc timer configurationYangyang Li1-2/+2
2019-10-28RDMA/hns: Fix to support 64K page for srqLijun Ou1-2/+2
2019-10-28RDMA/hns: Delete BITS_PER_BYTE redefinitionLeon Romanovsky1-2/+0
2019-10-28RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()Jason Gunthorpe1-4/+6
2019-10-22IB/mlx5: Align usage of QP1 create flags with rest of mlx5 definesMichael Guralnik3-11/+6
2019-10-22IB/mlx5: Remove dead codeRan Rozenstein2-16/+0
2019-10-22RDMA/nldev: Provide MR statisticsErez Alfasi3-0/+46
2019-10-22RDMA/mlx5: Return ODP type per MRErez Alfasi5-1/+55
2019-10-22IB/mlx5: Introduce ODP diagnostic countersErez Alfasi2-0/+19
2019-10-22Merge branch 'mlx5-rd-sgl' into rdma.git for-nextJason Gunthorpe1-0/+2
2019-10-22RDMA/mlx5: Add capability for max sge to get optimized performanceYamin Friedman1-0/+2
2019-10-21RDMA/hns: Release qp resources when failed to destroy qpYangyang Li1-8/+4
2019-10-21RDMA/hns: Fix a spelling mistake in a macroYixing Liu2-13/+13
2019-10-21RDMA/hns: Modify return value of restrack functionsLang Cheng1-1/+1
2019-10-21RDMA/hns: Modify variable/field name from vlan to vlan_idWeihang Li3-13/+13
2019-10-21RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_queWeihang Li1-10/+14
2019-10-21RDMA/hns: remove a redundant le16_to_cpuWeihang Li1-1/+1
2019-10-08IB/mlx5: Introduce and use mkey context setting helper routineParav Pandit1-18/+16
2019-10-08RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500 adapter seriesDevesh Sharma3-57/+82
2019-10-04IB/mlx5: Remove unnecessary else statementErez Alfasi1-2/+2
2019-10-04IB/mlx5: Remove unnecessary return statementErez Alfasi1-2/+0
2019-10-04RDMA/mlx5: Group boolean parameters to take less spaceLeon Romanovsky1-4/+4
2019-10-04RDMA/iw_cxgb3: Remove the iw_cxgb3 module from kernelPotnuri Bharat Teja19-9631/+0
2019-10-01RDMA/bnxt_re: Remove unsupported modify_device callbackKamal Heib3-22/+0
2019-09-26IB/hfi1: remove unlikely() from IS_ERR*() conditionDenis Efremov1-1/+1
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org3-12/+3
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds52-1698/+2277
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-78/+70
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds8-226/+56
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-7/+1
2019-09-16RDMA/efa: Fix incorrect error printGal Pressman1-1/+1
2019-09-16IB/mlx5: Free mpi in mp_slave modeDanit Goldberg1-0/+1
2019-09-16IB/mlx5: Use the original address for the page during free_pagesDanit Goldberg1-4/+5
2019-09-16RDMA/bnxt_re: Fix spelling mistake "missin_resp" -> "missing_resp"Colin Ian King1-1/+1
2019-09-16RDMA/hns: Package operations of rq inline buffer into separate functionsLijun Ou1-39/+56
2019-09-16RDMA/hns: Optimize cmd init and mode selection for hip08Yixian Liu2-13/+5
2019-09-13IB/hfi1: Define variables as unsigned long to fix KASAN warningIra Weiny1-26/+19
2019-09-13IB/{rdmavt, hfi1, qib}: Add a counter for credit waitsKaike Wan5-16/+9
2019-09-13IB/hfi1: Add traces for TID RDMA READKaike Wan3-0/+51
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe10-79/+100
2019-09-13RDMA: Fix goto target to release the allocated memoryNavid Emamdoost1-1/+1
2019-09-13RDMA/usnic: Avoid overly large buffers on stackArnd Bergmann1-2/+8
2019-09-13RDMA/hns: Use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1