summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Align multiple functions to kernel coding styleLeon Romanovsky2018-10-164-31/+21
* RDMA/cma: Remove unused timeout_ms parameter from cma_resolve_iw_route()Leon Romanovsky2018-10-161-2/+2
* IB/mlx5: Fix MR cache initializationArtemy Kovalyov2018-10-161-1/+1
* RDMA/cm: Respect returned status of cm_init_av_by_pathLeon Romanovsky2018-10-161-2/+5
* IB/ipoib: Clear IPCB before icmp_sendDenis Drozdov2018-10-161-2/+6
* RDMA/restrack: Protect from reentry to resource return pathLeon Romanovsky2018-10-161-1/+3
* RDMA/mlx5: Add support for flow tag to raw create flowMark Bloch2018-10-162-1/+15
* RDMA/mlx5: Remove extraneous error checkGal Pressman2018-10-161-2/+1
* IB/mlx5: Verify DEVX object typeYishai Hadas2018-10-161-54/+126
* RDMA/hns: Add FRMR support for hip08Yixian Liu2018-10-165-10/+218
* RDMA/bnxt_re: Avoid resource leak in case the NQ registration failsSelvin Xavier2018-10-162-9/+24
* RDMA/bnxt_re: Wait for delayed work to finish before device removalSelvin Xavier2018-10-161-1/+1
* RDMA/bnxt_re: Limit max_pkey to 16 bit valueDevesh Sharma2018-10-161-1/+9
* RDMA/bnxt_re: Fix qp async event reportingDevesh Sharma2018-10-161-4/+9
* RDMA/bnxt_re: Report out of sequence hw countersSelvin Xavier2018-10-166-1/+34
* RDMA/bnxt_re: Expose rx discards and drop countersSelvin Xavier2018-10-162-0/+8
* RDMA/bnxt_re: Prevent driver crash due to NULL pointer in error message printSomnath Kotur2018-10-161-4/+6
* RDMA/bnxt_re: Drop L2 async events silentlyDevesh Sharma2018-10-161-3/+4
* RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure caseSelvin Xavier2018-10-161-1/+2
* RDMA/bnxt_re: Avoid NULL check after accessing the pointerSelvin Xavier2018-10-161-7/+6
* RDMA/bnxt_re: Remove the unnecessary version macro definitionSelvin Xavier2018-10-162-2/+1
* RDMA/bnxt_re: Fix recursive lock warning in debug kernelSelvin Xavier2018-10-161-2/+11
* RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier2018-10-162-0/+2
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-1617-141/+203
|\
| * IB/mlx5: Unmap DMA addr from HCA before IOMMUValentine Fatiev2018-10-101-4/+8
| * RDMA/core: Set right entry state before releasing referenceParav Pandit2018-09-251-34/+34
| * IB/mlx5: Destroy the DEVX object upon error flowYishai Hadas2018-09-251-1/+4
| * IB/uverbs: Free uapi on destroyMark Bloch2018-09-251-0/+1
| * RDMA/bnxt_re: Fix system crash during RDMA resource initializationSelvin Xavier2018-09-241-55/+38
| * IB/hfi1: Fix destroy_qp hang after a link downMichael J. Ruhl2018-09-213-9/+41
| * IB/hfi1: Fix context recovery when PBC has an UnsupportedVLMichael J. Ruhl2018-09-211-2/+7
| * IB/hfi1: Invalid user input can result in crashMichael J. Ruhl2018-09-211-1/+1
| * IB/hfi1: Fix SL array bounds checkIra Weiny2018-09-211-1/+7
| * RDMA/uverbs: Fix validity check for modify QPMajd Dibbiny2018-09-211-23/+45
| * IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche2018-09-191-3/+3
| * ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang2018-09-131-0/+2
| * RDMA/uverbs: Atomically flush and mark closed the comp event queueSteve Wise2018-09-121-0/+1
| * cxgb4: fix abort_req_rss6 structSteve Wise2018-09-111-1/+0
| * RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HWLeon Romanovsky2018-09-061-3/+5
| * RDMA/cma: Protect cma dev list with lockParav Pandit2018-09-061-5/+7
* | RDMA/restrack: Release task struct which was hold by CM_ID objectLeon Romanovsky2018-10-062-6/+7
* | RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky2018-10-065-17/+16
* | RDMA/restrack: Un-inline set task implementationLeon Romanovsky2018-10-062-8/+12
* | RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcuParav Pandit2018-10-041-1/+1
* | IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-044-632/+335
* | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-0417-114/+124
* | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-0419-314/+344
* | IB/mlx4: Avoid implicit enumerated type conversionNathan Chancellor2018-10-041-1/+1
* | RDMA/hns: Bugfix for atomic operationLijun Ou2018-10-041-10/+21
* | RDMA/hns: Add vlan enable bit for hip08Lijun Ou2018-10-042-0/+13