summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2016-06-23IB/ocrdma: Support device FW version stringIra Weiny1-10/+9
2016-06-23IB/nes: Support device FW version stringIra Weiny1-19/+14
2016-06-23IB/mthca: Supprot device FW version stringIra Weiny1-12/+12
2016-06-23IB/mlx5: Support device FW version stringIra Weiny1-11/+10
2016-06-23IB/mlx4: Support device FW version stringIra Weiny1-12/+12
2016-06-23IB/i40iw: Support device FW version stringIra Weiny1-14/+10
2016-06-23IB/cxgb4: Support device FW version stringIra Weiny1-16/+15
2016-06-23IB/cxgb3: Support device FW version stringIra Weiny1-14/+13
2016-06-23IB/core: Add get FW version string to the coreIra Weiny1-0/+9
2016-06-23IB/srpt: Reduce QP buffer sizeBart Van Assche2-2/+2
2016-06-23IB/mlx5: Add port protocol statsMark Bloch1-0/+78
2016-06-23IB/mlx5: Add per port countersMark Bloch3-2/+69
2016-06-23{net, IB}/mlx5: Refactor internal SRQ APIArtemy Kovalyov1-62/+40
2016-06-23IB/mlx5: Report mlx5 TSO capabilities when querying deviceBodong Wang2-7/+58
2016-06-23IB/mlx5: Enable flow steering for IPv6 trafficMaor Gottlieb1-0/+26
2016-06-23IB/core: Add IPv6 support to flow steeringMaor Gottlieb2-0/+10
2016-06-23IB/mlx5: Reset flow support for IB kernel ULPsMaor Gottlieb6-21/+248
2016-06-23IB/mlx5: Implements disassociate_ucontext APIMaor Gottlieb2-4/+135
2016-06-23IB/mlx5: Add RSS QP supportYishai Hadas3-0/+239
2016-06-23IB/uverbs: Extend create QP to get RWQ indirection tableYishai Hadas1-12/+63
2016-06-23IB/core: Extend create QP to get indirection tableYishai Hadas1-2/+17
2016-06-23IB/mlx5: Add Receive Work Queue Indirection table operationsYishai Hadas4-1/+102
2016-06-23IB/uverbs: Introduce RWQ Indirection tableYishai Hadas3-0/+226
2016-06-23IB/core: Introduce Receive Work Queue indirection tableYishai Hadas1-0/+62
2016-06-23IB/mlx5: Add receive Work Queue verbsYishai Hadas4-1/+373
2016-06-23IB/uverbs: Add WQ supportYishai Hadas3-0/+277
2016-06-23IB/core: Introduce Work Queue object and its verbsYishai Hadas1-0/+82
2016-06-23RDMA/iw_cxgb4: Low resource fixes for Completion queueHariprasad S2-17/+26
2016-06-23RDMA/iw_cxgb4: Low resource fixes for Memory registrationHariprasad S2-37/+76
2016-06-23RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S3-42/+114
2016-06-23RDMA/iw_cxgb4: Add missing error codes for act open cmdHariprasad S1-3/+8
2016-06-23RDMA/iw_cxgb4: clean up c4iw_reject_cr()Hariprasad S1-11/+8
2016-06-23RDMA/iw_cxgb4: allocate enough space for debugfs "qps" dumpHariprasad S1-1/+1
2016-06-23RDMA/iw_cxgb4: only read markers_enabled mod param onceHariprasad S1-6/+18
2016-06-23i40iw: Enable level-1 PBL for fast memory registrationShiraz Saleem2-0/+6
2016-06-23i40iw: Return correct max_fast_reg_page_list_lenFaisal Latif2-0/+2
2016-06-23i40iw: Correct status check on i40iw_get_pbleFaisal Latif1-1/+1
2016-06-23i40iw: Correct CQ armingShiraz Saleem1-3/+6
2016-06-23IB/rdmavt: Correct qp_priv_alloc() return value testMike Marciniszyn1-1/+3
2016-06-23IB/hfi1: Don't zero out qp->s_ack_queue in rvt_reset_qpAshutosh Dixit1-6/+0
2016-06-23IB/hfi1: Fix deadlock with txreq allocation slow pathMike Marciniszyn2-3/+2
2016-06-23IB/mlx4: Prevent cross page boundary allocationChuck Lever2-18/+18
2016-06-23IB/mlx4: Fix memory leak if QP creation failedDotan Barak1-1/+3
2016-06-23IB/mlx4: Verify port number in flow steering create flowYishai Hadas1-0/+3
2016-06-23IB/mlx4: Fix error flow when sending mads under SRIOVYishai Hadas1-6/+18
2016-06-23IB/mlx4: Fix the SQ size of an RC QPYishai Hadas1-1/+1
2016-06-23IB/mlx5: Fix wrong naming of port_rcv_data counterTalat Batheesh1-1/+1
2016-06-23IB/mlx5: Fix post send fence logicEli Cohen1-3/+4
2016-06-23IB/uverbs: Initialize ib_qp_init_attr with zerosMaor Gottlieb1-1/+1
2016-06-23IB/core: Fix false search of the IB_SA_WELL_KNOWN_GUIDEli Cohen1-6/+10