aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-13RDMA/mlx5: Check that supplied blue flame index doesn't overflowLeon Romanovsky2-8/+9
2018-07-13RDMA/mlx5: Melt consecutive calls to alloc_bfreg() in one callLeon Romanovsky2-41/+12
2018-07-13rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju4-11/+56
2018-07-11hns: Remove a set-but-not-used variableBart Van Assche1-2/+0
2018-07-11IB/hfi1: Suppress a compiler warningBart Van Assche1-1/+1
2018-07-11RDMA/hns: Update the implementation of set_macoulijun3-16/+28
2018-07-11RDMA/hns: Update the implementation of set_gidoulijun3-33/+53
2018-07-11RDMA/hns: Add TPQ link table supportoulijun3-1/+31
2018-07-11RDMA/hns: Add TSQ link table supportoulijun3-7/+297
2018-07-11RDMA/hns: Fix endian conversions and annotationsoulijun3-171/+245
2018-07-11RDMA/ocrdma: Make ocrdma_destroy_qp() easier to analyzeBart Van Assche1-5/+5
2018-07-11infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann3-8/+27
2018-07-10RDMA/nes: Avoid complaints about unused variablesBart Van Assche2-5/+3
2018-07-10RDMA/cxgb4: Restore the dropped uninitialized_varJason Gunthorpe1-1/+1
2018-07-10IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas1-16/+2
2018-07-10RDMA: Validate grh_required when handling AVsArtemy Kovalyov1-7/+16
2018-07-10RDMA/hfi1: Move grh_required into update_sm_ahJason Gunthorpe1-9/+0
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe7-15/+13
2018-07-09IB/mlx5: Honor cnt_set_id_valid flag instead of set_idParav Pandit1-1/+1
2018-07-09RDMA/mlx5: Remove unused port number parameterLeon Romanovsky1-20/+11
2018-07-09IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlersJann Horn2-32/+9
2018-07-09RDMA/cxgb4: Make c4iw_poll_cq_one() easier to analyzeBart Van Assche1-27/+35
2018-07-09RDMA/cxgb3: Make iwch_poll_cq_one() easier to analyzeBart Van Assche1-28/+36
2018-07-09RDMA/ocrdma: Remove a set-but-not-used variableBart Van Assche1-2/+0
2018-07-09IB/nes: Fix a compiler warningBart Van Assche1-1/+1
2018-07-04RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe1-12/+4
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe2-37/+37
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe2-122/+150
2018-07-04RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe1-4/+4
2018-07-04RDMA/uverbs: Simplify method definition macrosJason Gunthorpe1-9/+9
2018-07-04RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe1-36/+36
2018-07-04RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe1-3/+3
2018-07-04Merge branch 'mlx5-dump-fill-mkey' into rdma.git for-nextJason Gunthorpe3-0/+32
2018-07-04IB/mlx5: Expose dump and fill memory keyYonatan Cohen1-0/+16
2018-07-04net/mlx5: Limit scope of dump_fill_mkey functionYonatan Cohen2-0/+16
2018-07-04RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.cDan Carpenter1-6/+6
2018-07-04RDMA/bnxt_re: Fix a couple off by one bugsDan Carpenter1-2/+2
2018-07-04RDMA/i40w: Hold read semaphore while looking after VMALeon Romanovsky1-0/+2
2018-07-04IB/mlx4: Test port number before querying type.Tarick Bedeir1-1/+1
2018-07-03vmw_pvrdma: Release netdev when vmxnet3 module is removedNeil Horman1-2/+37
2018-07-03IB/mlx5: Fix GRE flow specificationMaor Gottlieb1-1/+1
2018-07-03IB/hfi1: Remove incorrect call to do_interrupt callbackMichael J. Ruhl1-7/+9
2018-07-03IB/hfi1: Set in_use_ctxts bits for user ctxts onlyMichael J. Ruhl3-7/+12
2018-07-03IB/mlx5: Remove set-but-not-used variablesBart Van Assche2-5/+0
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas1-4/+4
2018-06-29RDMA/mlx5: Don't leak UARs in case of free failsLeon Romanovsky1-13/+5
2018-06-27RDMA/vmw_pvrdma: Delete unused functionYuval Shaia1-5/+0
2018-06-26IB/mlx4: Create slave AH's directlyJason Gunthorpe3-25/+59
2018-06-25IB/usnic: Update with bug fixes from core codeJason Gunthorpe3-14/+33
2018-06-25IB/mlx4: Add support for drain SQ & RQYishai Hadas3-6/+152