summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-18IB/qib: add missing braces in do_qib_user_sdma_queue_create()Yann Droneaud1-1/+2
2014-03-18IB/qib: Modify software pma counters to use percpu variablesMike Marciniszyn11-28/+83
2014-03-18IB/qib: Add percpu counter replacing qib_devdata int_counterMike Marciniszyn6-34/+59
2014-03-18IB/qib: Fix debugfs ordering issue with multiple HCAsMike Marciniszyn1-14/+11
2014-03-18IB/ipath: Fix potential buffer overrun in sending diag packet routineDennis Dalessandro1-41/+25
2014-03-18IB/qib: Fix potential buffer overrun in sending diag packet routineDennis Dalessandro1-11/+16
2014-03-17RDMA/nes: Fix for passing a valid QP pointer to the user space libraryTatyana Nikolova4-3/+7
2014-03-17RDMA/nes: Fixes for IRD/ORD negotiation with MPA v2Tatyana Nikolova2-29/+93
2014-03-15cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise6-152/+228
2014-03-15cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative adviceSteve Wise1-12/+12
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-75/+112
2014-03-12mlx4: Activate RoCE/SRIOVJack Morgenstein1-8/+0
2014-03-12mlx4_ib: Fix SIDR support of for UD QPs under SRIOV/RoCEShani Michaelli1-15/+57
2014-03-12mlx4: Implement IP based gids support for RoCE/SRIOVJack Morgenstein5-24/+84
2014-03-12mlx4: Add ref counting to port MAC table for RoCEJack Morgenstein2-43/+261