summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/{hfi1, qib}: Fix a concurrency issue with device name in loggingMichael J. Ruhl2018-01-056-35/+18
* IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn2018-01-051-3/+7
* IB/hfi1: Fix infinite loop in 8051 command error pathSebastian Sanchez2018-01-053-102/+46
* IB/rdmavt: Use correct numa node for SRQ allocationMike Marciniszyn2018-01-051-7/+9
* IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-059-26/+5
* IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl2018-01-054-4/+4
* IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan2018-01-051-3/+1
* IB/core: Fix two kernel warnings triggered by rxe registrationBart Van Assche2018-01-042-7/+14
* IB/mlx5: Move locks initialization to the corresponding stageMark Bloch2018-01-043-22/+15
* IB/mlx5: Move loopback initialization to the corresponding stageMark Bloch2018-01-042-13/+4
* IB/mlx5: Move hardware counters initialization to the corresponding stageMark Bloch2018-01-041-7/+6
* IB/mlx5: Move ODP initialization to the corresponding stageMark Bloch2018-01-041-2/+2
* IB/mlx5: Move RoCE/ETH initialization to the corresponding stageMark Bloch2018-01-041-21/+12
* IB/mlx5: Create profile infrastructure to add and remove stagesMark Bloch2018-01-042-93/+282
* IB/hfi1: Add RQ/SRQ information to QP statsMichael J. Ruhl2018-01-031-2/+8
* RDMA/hns: Assign dest_qp when deregistering mroulijun2018-01-031-1/+1
* RDMA/hns: Fix QP state judgement before sending work requestsYixian Liu2018-01-031-1/+2
* RDMA/hns: Filter for zero length of sge in hip08 kernel modeoulijun2018-01-031-9/+20
* RDMA/hns: Set access flags of hip08 RoCEoulijun2018-01-032-12/+37
* RDMA/hns: Update the usage of sr_max and rr_max fieldoulijun2018-01-031-11/+16
* RDMA/hns: Add rq inline data support for hip08 RoCEoulijun2018-01-033-8/+127
* IB/ipoib: Fix for notify send CQ failure messagesAlex Estrin2018-01-032-5/+7
* RDMA/cma: Mark end of CMA ID messagesLeon Romanovsky2018-01-021-0/+1
* RDMA/nldev: Refactor setting the nldev handle to a common functionLeon Romanovsky2018-01-021-6/+14
* RDMA/core: Replace open-coded variant of put_deviceLeon Romanovsky2018-01-021-1/+1
* RDMA/netlink: Simplify code of autoload modulesLeon Romanovsky2018-01-021-5/+3
* RDMA/rxe: Remove useless EXPORT_SYMBOLLeon Romanovsky2018-01-022-7/+5
* IB/mthca: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-3/+2
* RDMA/bnxt_re: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-5/+4
* RDMA/qedr: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-3/+2
* RDMA/vmw_pvrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-3/+2
* IB/ocrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-023-21/+12
* iw_cxgb4: Change error/warn prints to pr_debugBharat Potnuri2017-12-292-10/+9
* RDMA/hns: Add detailed comments for mb() callYixian Liu2017-12-292-23/+22
* IB/mlx5: Enable QP creation with a given blue flame indexYishai Hadas2017-12-282-11/+41
* IB/mlx5: Expose dynamic mmap allocationYishai Hadas2017-12-283-21/+101
* IB/mlx5: Extend UAR stuff to support dynamic allocationYishai Hadas2017-12-283-13/+32
* IB/mlx5: Report inner RSS capabilityMaor Gottlieb2017-12-281-1/+2
* IB/mlx4: Add support to RSS hash for inner headersGuy Levi2017-12-282-0/+20
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-2837-221/+355
|\
| * RDMA/vmw_pvrdma: Use refcount_t instead of atomic_tBryan Tan2017-12-284-12/+12
| * RDMA/vmw_pvrdma: Use more specific sizeof in kcallocBryan Tan2017-12-281-2/+2
| * RDMA/vmw_pvrdma: Clarify QP and CQ is_kernel logicBryan Tan2017-12-282-9/+7
| * i40iw: Change accelerated flag to boolHenry Orosco2017-12-282-3/+3
| * IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi2017-12-271-0/+1
| * IB/core: Verify that QP is security enabled in create and destroyMoni Shoua2017-12-272-1/+5
| * IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()Moni Shoua2017-12-271-2/+2
| * IB/mlx5: Serialize access to the VMA listMajd Dibbiny2017-12-272-0/+12
| * IB/hfi: Only read capability registers if the capability existsMichael J. Ruhl2017-12-222-19/+12
| * IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker2017-12-221-4/+3