summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2014-03-17IB/iser: Support T10-PI operationsSagi Grimberg4-27/+304
2014-03-17IB/iser: Initialize T10-PI resourcesAlex Tabachnik2-8/+90
2014-03-17IB/iser: Introduce pi_enable, pi_guard module parametersAlex Tabachnik3-0/+24
2014-03-17IB/iser: Generalize fall_to_bounce_buf routineSagi Grimberg1-24/+29
2014-03-17IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sgSagi Grimberg3-38/+48
2014-03-17IB/iser: Replace fastreg descriptor valid bool with indicators containerSagi Grimberg3-5/+9
2014-03-17IB/iser: Keep IB device attributes under iser_deviceSagi Grimberg2-12/+7
2014-03-17IB/iser: Move fast_reg_descriptor initialization to a functionSagi Grimberg1-18/+40
2014-03-17IB/iser: Push the decision what memory key to use into fast_reg_mr routineSagi Grimberg1-42/+59
2014-03-17IB/iser: Avoid FRWR notation, use fastreg insteadSagi Grimberg3-65/+67
2014-03-17IB/iser: Suppress completions for fast registration work requestsSagi Grimberg3-19/+12
2014-03-17IB/mlx4: Fix a sparse endianness warningBart Van Assche1-1/+1
2014-03-17RDMA/ocrdma: Fix compiler warningPrarit Bhargava3-8/+5
2014-03-17RDMA/nes: Clean up a conditionDan Carpenter1-3/+1
2014-03-17IB/qib: Remove duplicate check in get_a_ctxt()Dan Carpenter1-1/+1
2014-03-17IB/usnic: Remove '0x' when using %pa formatFabio Estevam1-1/+1
2014-03-17IB/nes: Return an error on ib_copy_from_udata() failure instead of NULLYann Droneaud1-1/+1
2014-03-17IB/qib: Fix memory leak of recv context when driver fails to initialize.Dennis Dalessandro1-8/+5
2014-03-17IB/qib: fixup indentation in qib_ib_rcv()Yann Droneaud1-2/+2
2014-03-17IB/qib: add missing braces in do_qib_user_sdma_queue_create()Yann Droneaud1-1/+2
2014-03-17IB/qib: Modify software pma counters to use percpu variablesMike Marciniszyn11-28/+83
2014-03-17IB/qib: Add percpu counter replacing qib_devdata int_counterMike Marciniszyn6-34/+59
2014-03-17IB/qib: Fix debugfs ordering issue with multiple HCAsMike Marciniszyn1-14/+11
2014-03-17IB/ipath: Fix potential buffer overrun in sending diag packet routineDennis Dalessandro1-41/+25
2014-03-17IB/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-14cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise6-152/+228
2014-03-14cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative adviceSteve Wise1-12/+12
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-75/+112
2014-03-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rola...Nicholas Bellinger21-585/+1236
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
2014-03-12mlx4: In RoCE allow guests to have multiple GIDSJack Morgenstein1-4/+30
2014-03-12mlx4: Adjust QP1 multiplexing for RoCE/SRIOVJack Morgenstein3-20/+67
2014-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-75/+112
2014-03-07IB/mlx5: Expose support for signature MR featureSagi Grimberg1-0/+9
2014-03-07IB/mlx5: Collect signature error completionSagi Grimberg5-2/+122
2014-03-07IB/mlx5: Support IB_WR_REG_SIG_MRSagi Grimberg1-0/+422
2014-03-07IB/mlx5: Remove MTT access mode from umr flags helper functionSagi Grimberg1-2/+3
2014-03-07IB/mlx5: Break up wqe handling into begin & finish routinesSagi Grimberg1-36/+61
2014-03-07IB/mlx5: Initialize mlx5_ib_qp signature-related membersSagi Grimberg2-3/+12
2014-03-07mlx5: Implement create_mr and destroy_mrSagi Grimberg3-0/+117
2014-03-07IB/core: Introduce signature verbs APISagi Grimberg1-0/+8
2014-03-07IB/core: Introduce protected memory regionsSagi Grimberg1-0/+39
2014-03-04iser-target: Fix command leak for tx_desc->comp_llnode_batchNicholas Bellinger2-6/+46
2014-03-04iser-target: Ignore completions for FRWRs in isert_cq_tx_workNicholas Bellinger2-2/+7
2014-03-04iser-target: Fix post_send_buf_count for RDMA READ/WRITENicholas Bellinger1-6/+8