aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01IB/iser: Bump driver version to 1.3Or Gerlitz1-1/+1
2014-04-01IB/iser: Update Mellanox copyright noteOr Gerlitz5-5/+5
2014-04-01IB/iser: Print QP information once connection is establishedOr Gerlitz1-2/+7
2014-04-01IB/iser: Remove struct iscsi_iser_connAriel Nahum5-79/+59
2014-04-01IB/iser: Drain the tx cq once before looping on the rx cqRoi Dayan1-3/+6
2014-04-01IB/iser: Fix sector_t format warningRandy Dunlap1-2/+3
2014-03-17IB/iser: Publish T10-PI support to SCSI midlayerSagi Grimberg1-1/+22
2014-03-17IB/iser: Implement check_protectionSagi Grimberg3-0/+62
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-02-14IB/iser: Fix use after free in iser_snd_completion()Dan Carpenter1-1/+2
2014-02-14IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser connectionRoi Dayan1-3/+7
2013-09-05Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-165/+589
2013-09-02IB/iser: Fix redundant pointer check in dealloc flowSagi Grimberg1-1/+1
2013-09-02IB/iser: Fix possible memory leak in iser_create_frwr_pool()Roi Dayan1-3/+7
2013-08-26[SCSI] IB/iser: Add Discovery supportOr Gerlitz2-2/+12
2013-08-09IB/iser: Introduce fast memory registration model (FRWR)Sagi Grimberg3-12/+287
2013-08-09IB/iser: Place the fmr pool into a union in iser's IB conn structSagi Grimberg3-41/+48
2013-08-09IB/iser: Handle unaligned SG in separate functionSagi Grimberg1-23/+43
2013-08-09IB/iser: Generalize rdma memory registrationSagi Grimberg3-20/+40
2013-08-09IB/iser: Accept session->cmds_max from user spaceShlomo Pongratz4-27/+46
2013-08-09IB/iser: Restructure allocation/deallocation of connection resourcesShlomo Pongratz3-71/+151
2013-08-09IB/iser: Use proper debug level value for info printsOr Gerlitz2-9/+8
2013-06-04IB/iser: Add Mellanox copyrightOr Gerlitz5-0/+5
2013-06-04IB/iser: Fix device removal flowRoi Dayan1-7/+8
2013-05-01IB/iser: Add support for iser CM REQ additional infoOr Gerlitz2-0/+16
2013-05-01IB/iser: Return error to upper layers on EAGAIN registration failuresOr Gerlitz1-1/+2
2013-05-01IB/iser: Move informational messages from error to info levelRoi Dayan3-25/+34
2013-05-01IB/iser: Add module versionRoi Dayan2-5/+4
2013-02-22IB/iser: Enable iser when FMRs are not supportedOr Gerlitz2-5/+10
2013-02-22IB/iser: Avoid error prints on EAGAIN registration failuresOr Gerlitz1-1/+1
2013-02-22IB/iser: Use proper define for the commands per LUN value advertised to SCSI MLOr Gerlitz1-1/+1
2012-10-03IB/iser: Add more RX CQs to scale out processing of SCSI responsesAlex Tabachnik2-44/+103
2012-05-18IB/iser: Fix error flow in iser ep connection establishmentOr Gerlitz2-4/+4
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-39/+34
2012-03-20infiniband: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-05IB/iser: Post initial receive buffers before sending the final login requestOr Gerlitz3-27/+22
2012-03-05IB/iser: Free IB connection resources in the proper placeDoug Ledford2-12/+12
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-04IB/iser: DMA unmap TX bufs used for iSCSI/iSER headersOr Gerlitz2-4/+8