summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2016-10-22IB/hfi1: Fix defered ack race with qp destroyMike Marciniszyn1-1/+4
2016-10-07IB/mlx5: Set source mac address in FTEMaor Gottlieb1-0/+7
2016-10-07IB/mlx5: Enable MAD_IFC commands for IB ports onlyNoa Osherovich1-1/+3
2016-10-07IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOVJack Morgenstein3-3/+27
2016-10-07IB/mlx4: Fix code indentation in QP1 MAD flowJack Morgenstein1-17/+19
2016-10-07IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOVAlex Vesker1-7/+7
2016-10-07IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker1-0/+9
2016-10-07IB/core: Fix use after free in send_leave functionErez Shitrit1-11/+2
2016-10-07IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit3-1/+18
2016-10-07IB/core: Fix possible memory leak in cma_resolve_iboe_route()Wei Yongjun1-6/+12
2016-10-07i40iw: Receive notification events correctlyShiraz Saleem1-5/+3
2016-10-07i40iw: Update hw_iwarp_stateMustafa Ismail1-0/+1
2016-10-07i40iw: Send last streaming mode message for loopback connectionsTatyana Nikolova1-21/+1
2016-10-07i40iw: Add missing NULL check for MPA private dataShiraz Saleem1-2/+2
2016-10-07i40iw: Avoid writing to freed memoryMustafa Ismail1-2/+1
2016-10-07i40iw: Do not set self-referencing pointer to NULL after kfreeMustafa Ismail1-1/+4
2016-10-07i40iw: Fix double free of allocated_bufferMustafa Ismail1-1/+0
2016-10-07i40iw: Change mem_resources pointer to a u8Shiraz Saleem1-1/+1
2016-10-07i40iw: Add missing check for interface already openMustafa Ismail1-0/+4
2016-10-07i40iw: Protect req_resource_num updateMustafa Ismail1-1/+1
2016-09-30iw_cxgb4: stop MPA_REPLY timer when disconnectingSteve Wise1-1/+11
2016-09-24IB/hfi1: Reset QSFP on every run through channel tuningEaswar Hariharan1-1/+5
2016-09-24IB/uverbs: Fix race between uverbs_close and remove_oneJason Gunthorpe2-13/+25
2016-09-24IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock heldMike Marciniszyn4-16/+18
2016-08-20IB/core, RDMA RW API: Do not exceed QP SGE send limitBart Van Assche2-8/+11
2016-08-20IB/core: Make rdma_rw_ctx_init() initialize all used fieldsBart Van Assche1-5/+9
2016-08-20IB/srpt: Limit the number of SG elements per work requestBart Van Assche2-2/+7
2016-08-20IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lockJianxin Xiong1-0/+1
2016-08-20IB/rdmavt: Disable by defaultBart Van Assche1-1/+0
2016-08-20IB/mlx5: Fix iteration overrun in GSI qpsSlava Shwartsman1-13/+6
2016-08-16IB/hfi1: Disable by defaultBart Van Assche1-1/+0
2016-07-12i40iw: Enable remote access rights for stag allocationShiraz Saleem1-0/+1
2016-07-12i40iw: do not print unitialized variables in error messageNicolas Iooss1-2/+1
2016-07-12IB core: Add port_xmit_wait counterChristoph Lameter1-0/+4
2016-07-12IB/hfi1: Fix sleep inside atomic issue in init_asic_dataTadeusz Struk1-7/+9
2016-07-12IB/hfi1: Correct issues with sc5 computationMike Marciniszyn1-20/+3
2016-06-23Merge branches '4.7-rc-misc', 'hfi1-fixes', 'i40iw-rc-fixes' and 'mellanox-rc...Doug Ledford25-81/+157
2016-06-23IB/srpt: Reduce QP buffer sizeBart Van Assche2-2/+2
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