summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser
Commit message (Expand)AuthorAgeFilesLines
* 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/+59Star
* 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-181-1/+22
* IB/iser: Implement check_protectionSagi Grimberg2014-03-183-0/+62
* IB/iser: Support T10-PI operationsSagi Grimberg2014-03-184-27/+304
* IB/iser: Initialize T10-PI resourcesAlex Tabachnik2014-03-182-8/+90
* IB/iser: Introduce pi_enable, pi_guard module parametersAlex Tabachnik2014-03-183-0/+24
* IB/iser: Generalize fall_to_bounce_buf routineSagi Grimberg2014-03-181-24/+29
* IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sgSagi Grimberg2014-03-183-38/+48
* IB/iser: Replace fastreg descriptor valid bool with indicators containerSagi Grimberg2014-03-183-5/+9
* IB/iser: Keep IB device attributes under iser_deviceSagi Grimberg2014-03-182-12/+7Star
* IB/iser: Move fast_reg_descriptor initialization to a functionSagi Grimberg2014-03-181-18/+40
* IB/iser: Push the decision what memory key to use into fast_reg_mr routineSagi Grimberg2014-03-181-42/+59
* IB/iser: Avoid FRWR notation, use fastreg insteadSagi Grimberg2014-03-183-65/+67
* IB/iser: Suppress completions for fast registration work requestsSagi Grimberg2014-03-183-19/+12Star
* IB/iser: Fix use after free in iser_snd_completion()Dan Carpenter2014-02-141-1/+2
* IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser co...Roi Dayan2014-02-141-3/+7
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-09-055-165/+589
|\
| * IB/iser: Fix redundant pointer check in dealloc flowSagi Grimberg2013-09-031-1/+1
| * IB/iser: Fix possible memory leak in iser_create_frwr_pool()Roi Dayan2013-09-031-3/+7
| * IB/iser: Introduce fast memory registration model (FRWR)Sagi Grimberg2013-08-103-12/+287
| * IB/iser: Place the fmr pool into a union in iser's IB conn structSagi Grimberg2013-08-103-41/+48
| * IB/iser: Handle unaligned SG in separate functionSagi Grimberg2013-08-101-23/+43
| * IB/iser: Generalize rdma memory registrationSagi Grimberg2013-08-103-20/+40
| * IB/iser: Accept session->cmds_max from user spaceShlomo Pongratz2013-08-104-27/+46
| * IB/iser: Restructure allocation/deallocation of connection resourcesShlomo Pongratz2013-08-103-71/+151
| * IB/iser: Use proper debug level value for info printsOr Gerlitz2013-08-102-9/+8Star
* | [SCSI] IB/iser: Add Discovery supportOr Gerlitz2013-08-262-2/+12
|/
* IB/iser: Add Mellanox copyrightOr Gerlitz2013-06-055-0/+5
* IB/iser: Fix device removal flowRoi Dayan2013-06-051-7/+8
* IB/iser: Add support for iser CM REQ additional infoOr Gerlitz2013-05-022-0/+16
* IB/iser: Return error to upper layers on EAGAIN registration failuresOr Gerlitz2013-05-021-1/+2
* IB/iser: Move informational messages from error to info levelRoi Dayan2013-05-023-25/+34
* IB/iser: Add module versionRoi Dayan2013-05-022-5/+4Star
* IB/iser: Enable iser when FMRs are not supportedOr Gerlitz2013-02-222-5/+10
* IB/iser: Avoid error prints on EAGAIN registration failuresOr Gerlitz2013-02-221-1/+1
* IB/iser: Use proper define for the commands per LUN value advertised to SCSI MLOr Gerlitz2013-02-221-1/+1
* IB/iser: Add more RX CQs to scale out processing of SCSI responsesAlex Tabachnik2012-10-042-44/+103
* IB/iser: Fix error flow in iser ep connection establishmentOr Gerlitz2012-05-192-4/+4
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-03-214-39/+34Star
|\
| * IB/iser: Post initial receive buffers before sending the final login requestOr Gerlitz2012-03-053-27/+22Star
| * IB/iser: Free IB connection resources in the proper placeDoug Ledford2012-03-052-12/+12
* | infiniband: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
|/
* switch ->is_visible() to returning umode_tAl Viro2012-01-041-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-11-011-0/+1