summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2014-04-01IB/mad: Check and handle potential DMA mapping errorsYan Burman1-0/+14
2014-04-01IB/ehca: Returns an error on ib_copy_to_udata() failureYann Droneaud1-0/+1
2014-04-01IB/mthca: Return an error on ib_copy_to_udata() failureYann Droneaud1-0/+1
2014-03-28RDMA/cxgb4: set error code on kmalloc() failureYann Droneaud1-1/+3
2014-03-26mlx4: Use actual number of PCI functions (PF + VFs) for alias GUID logicMatan Barak1-1/+1
2014-03-24RDMA/cxgb4: Update snd_seq when sending MPA messagesSteve Wise1-0/+3
2014-03-24RDMA/cxgb4: Connect_request_upcall fixesSteve Wise1-16/+24
2014-03-24RDMA/cxgb4: Ignore read reponse type 1 CQEsSteve Wise1-4/+20
2014-03-24RDMA/cxgb4: Fix possible memory leak in RX_PKT processingSteve Wise1-1/+8
2014-03-24RDMA/cxgb4: Don't leak skb in c4iw_uld_rx_handler()Steve Wise1-2/+4
2014-03-24IB/srp: Fix a race condition between failing I/O and I/O completionBart Van Assche1-11/+22
2014-03-24IB/srp: Avoid that writing into "add_target" hangs due to a cable pullBart Van Assche1-0/+1
2014-03-24IB/srp: Make writing into the "add_target" sysfs attribute interruptibleBart Van Assche1-2/+8
2014-03-24IB/srp: Avoid duplicate connectionsBart Van Assche2-3/+10
2014-03-24IB/srp: Add more loggingBart Van Assche1-11/+12
2014-03-24IB/srp: Check ib_query_gid return valueSagi Grimberg1-1/+3
2014-03-21net/mlx4: Adapt code for N-Port VFMatan Barak3-18/+31
2014-03-21IB/mlx4_ib: Adapt code to use caps.num_ports instead of a constantMatan Barak1-4/+4
2014-03-20IB/qib: Cleanup qib_register_observer()Dan Carpenter1-15/+10
2014-03-20IB/qib: Change SDMA progression mode depending on single- or multi-railCQ Tang1-13/+123
2014-03-20RDMA/cxgb4: Save the correct map length for fast_reg_page_listsSteve Wise2-2/+11
2014-03-20RDMA/cxgb4: Default peer2peer mode to 1Steve Wise1-2/+2
2014-03-20RDMA/cxgb4: Mind the sq_sig_all/sq_sig_type QP attributesSteve Wise2-2/+5
2014-03-20RDMA/cxgb4: Fix incorrect BUG_ON conditionsSteve Wise1-2/+2
2014-03-20RDMA/cxgb4: Always release neigh entrySteve Wise1-1/+1
2014-03-20RDMA/cxgb4: Allow loopback connectionsSteve Wise1-1/+2
2014-03-20RDMA/cxgb4: Cap CQ size at T4_MAX_IQ_SIZESteve Wise1-1/+1
2014-03-20RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq()Dan Carpenter1-0/+1
2014-03-20RDMA/cxgb4: Fix underflows in c4iw_create_qp()Dan Carpenter1-1/+1
2014-03-18IB/iser: Publish T10-PI support to SCSI midlayerSagi Grimberg1-1/+22
2014-03-18IB/iser: Implement check_protectionSagi Grimberg3-0/+62
2014-03-18IB/iser: Support T10-PI operationsSagi Grimberg4-27/+304
2014-03-18IB/iser: Initialize T10-PI resourcesAlex Tabachnik2-8/+90
2014-03-18IB/iser: Introduce pi_enable, pi_guard module parametersAlex Tabachnik3-0/+24
2014-03-18IB/iser: Generalize fall_to_bounce_buf routineSagi Grimberg1-24/+29
2014-03-18IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sgSagi Grimberg3-38/+48
2014-03-18IB/iser: Replace fastreg descriptor valid bool with indicators containerSagi Grimberg3-5/+9
2014-03-18IB/iser: Keep IB device attributes under iser_deviceSagi Grimberg2-12/+7
2014-03-18IB/iser: Move fast_reg_descriptor initialization to a functionSagi Grimberg1-18/+40
2014-03-18IB/iser: Push the decision what memory key to use into fast_reg_mr routineSagi Grimberg1-42/+59
2014-03-18IB/iser: Avoid FRWR notation, use fastreg insteadSagi Grimberg3-65/+67
2014-03-18IB/iser: Suppress completions for fast registration work requestsSagi Grimberg3-19/+12
2014-03-18IB/mlx4: Fix a sparse endianness warningBart Van Assche1-1/+1
2014-03-18RDMA/ocrdma: Fix compiler warningPrarit Bhargava3-8/+5
2014-03-18RDMA/nes: Clean up a conditionDan Carpenter1-3/+1
2014-03-18IB/qib: Remove duplicate check in get_a_ctxt()Dan Carpenter1-1/+1
2014-03-18IB/usnic: Remove '0x' when using %pa formatFabio Estevam1-1/+1
2014-03-18IB/nes: Return an error on ib_copy_from_udata() failure instead of NULLYann Droneaud1-1/+1
2014-03-18IB/qib: Fix memory leak of recv context when driver fails to initialize.Dennis Dalessandro1-8/+5
2014-03-18IB/qib: fixup indentation in qib_ib_rcv()Yann Droneaud1-2/+2