summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | IB/mthca: Return an error on ib_copy_to_udata() failureYann Droneaud2014-04-011-0/+1
| | | | | |/
| | | | * | IB/iser: Bump driver version to 1.3Or Gerlitz2014-04-011-1/+1
| | | | * | IB/iser: Update Mellanox copyright noteOr Gerlitz2014-04-015-5/+5
| | | | * | IB/iser: Print QP information once connection is establishedOr Gerlitz2014-04-011-2/+7
| | | | * | IB/iser: Remove struct iscsi_iser_connAriel Nahum2014-04-015-79/+59
| | | | * | IB/iser: Drain the tx cq once before looping on the rx cqRoi Dayan2014-04-011-3/+6
| | | | * | IB/iser: Fix sector_t format warningRandy Dunlap2014-04-011-2/+3
| | | | * | IB/iser: Publish T10-PI support to SCSI midlayerSagi Grimberg2014-03-171-1/+22
| | | | * | IB/iser: Implement check_protectionSagi Grimberg2014-03-173-0/+62
| | | | * | IB/iser: Support T10-PI operationsSagi Grimberg2014-03-174-27/+304
| | | | * | IB/iser: Initialize T10-PI resourcesAlex Tabachnik2014-03-172-8/+90
| | | | * | IB/iser: Introduce pi_enable, pi_guard module parametersAlex Tabachnik2014-03-173-0/+24
| | | | * | IB/iser: Generalize fall_to_bounce_buf routineSagi Grimberg2014-03-171-24/+29
| | | | * | IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sgSagi Grimberg2014-03-173-38/+48
| | | | * | IB/iser: Replace fastreg descriptor valid bool with indicators containerSagi Grimberg2014-03-173-5/+9
| | | | * | IB/iser: Keep IB device attributes under iser_deviceSagi Grimberg2014-03-172-12/+7
| | | | * | IB/iser: Move fast_reg_descriptor initialization to a functionSagi Grimberg2014-03-171-18/+40
| | | | * | IB/iser: Push the decision what memory key to use into fast_reg_mr routineSagi Grimberg2014-03-171-42/+59
| | | | * | IB/iser: Avoid FRWR notation, use fastreg insteadSagi Grimberg2014-03-173-65/+67
| | | | * | IB/iser: Suppress completions for fast registration work requestsSagi Grimberg2014-03-173-19/+12
| | | | |/
| | | * | IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handlerMoni Shoua2014-04-012-43/+0
| | | |/
| | * | RDMA/cxgb4: Disable DSGL use by defaultSteve Wise2014-04-021-2/+2
| | * | RDMA/cxgb4: rx_data() needs to hold the ep mutexSteve Wise2014-04-021-7/+9
| | * | RDMA/cxgb4: Drop RX_DATA packets if the endpoint is goneSteve Wise2014-04-021-0/+2
| | * | RDMA/cxgb4: Lock around accept/reject downcallsSteve Wise2014-04-021-10/+21
| | * | RDMA/cxgb4: Update snd_seq when sending MPA messagesSteve Wise2014-03-241-0/+3
| | * | RDMA/cxgb4: Connect_request_upcall fixesSteve Wise2014-03-241-16/+24
| | * | RDMA/cxgb4: Ignore read reponse type 1 CQEsSteve Wise2014-03-241-4/+20
| | * | RDMA/cxgb4: Fix possible memory leak in RX_PKT processingSteve Wise2014-03-241-1/+8
| | * | RDMA/cxgb4: Don't leak skb in c4iw_uld_rx_handler()Steve Wise2014-03-241-2/+4
| | * | RDMA/cxgb4: Save the correct map length for fast_reg_page_listsSteve Wise2014-03-202-2/+11
| | * | RDMA/cxgb4: Default peer2peer mode to 1Steve Wise2014-03-201-2/+2
| | * | RDMA/cxgb4: Mind the sq_sig_all/sq_sig_type QP attributesSteve Wise2014-03-202-2/+5
| | * | RDMA/cxgb4: Fix incorrect BUG_ON conditionsSteve Wise2014-03-201-2/+2
| | * | RDMA/cxgb4: Always release neigh entrySteve Wise2014-03-201-1/+1
| | * | RDMA/cxgb4: Allow loopback connectionsSteve Wise2014-03-201-1/+2
| | * | RDMA/cxgb4: Cap CQ size at T4_MAX_IQ_SIZESteve Wise2014-03-201-1/+1
| | * | RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq()Dan Carpenter2014-03-201-0/+1
| | * | RDMA/cxgb4: Fix underflows in c4iw_create_qp()Dan Carpenter2014-03-201-1/+1
| | |/
| * | IB/mlx5: Expose support for signature MR featureSagi Grimberg2014-03-071-0/+9
| * | IB/mlx5: Collect signature error completionSagi Grimberg2014-03-075-2/+122
| * | IB/mlx5: Support IB_WR_REG_SIG_MRSagi Grimberg2014-03-071-0/+422
| * | IB/mlx5: Remove MTT access mode from umr flags helper functionSagi Grimberg2014-03-071-2/+3
| * | IB/mlx5: Break up wqe handling into begin & finish routinesSagi Grimberg2014-03-071-36/+61
| * | IB/mlx5: Initialize mlx5_ib_qp signature-related membersSagi Grimberg2014-03-072-3/+12
| * | mlx5: Implement create_mr and destroy_mrSagi Grimberg2014-03-073-0/+117
| * | IB/core: Introduce signature verbs APISagi Grimberg2014-03-071-0/+8
| * | IB/core: Introduce protected memory regionsSagi Grimberg2014-03-071-0/+39
| * | IB: Refactor umem to use linear SG tableYishai Hadas2014-03-0415-544/+445
| |/
* | RDMA/cxgb4: set error code on kmalloc() failureYann Droneaud2014-03-281-1/+3
OpenPOWER on IntegriCloud