summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/iser/iscsi_iser.h
Commit message (Expand)AuthorAgeFilesLines
* IB/iser: Fix typo in commentJulia Lawall2022-05-241-1/+1
* IB/iser: Generalize map/unmap dma tasksMax Gurtovoy2022-03-181-3/+2
* IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy2022-03-181-4/+4
* IB/iser: Don't suppress send completionsMax Gurtovoy2022-01-051-6/+1
* IB/iser: Fix RNR errorsSergey Gorenko2022-01-051-13/+2
* IB/iser: Remove deprecated pi_guard module paramMax Gurtovoy2022-01-051-1/+0
* RDMA/iser: struct iscsi_iser_task is declared twiceWan Jiabing2021-03-301-1/+0
* IB/iser: use new shared CQ mechanismYamin Friedman2020-07-291-19/+4
* RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis2020-06-221-0/+2
* RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin2020-06-021-72/+7
* infiniband: fix ulp/iser/iscsi_iser.h kernel-doc warningsrd.dunlab@gmail.com2019-10-221-7/+11
* infiniband: fix ulp/iser/iscsi_iser.[hc] kernel-doc notationrd.dunlab@gmail.com2019-10-221-4/+4
* IB/iser: remove redundant macro definitionsMax Gurtovoy2019-10-011-6/+2
* IB/iser: Support up to 16MB data transfer in a single commandSergey Gorenko2019-09-131-3/+4
* IB/iser: Unwind WR union at iser_tx_descIsrael Rukshin2019-06-241-28/+6
* IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin2019-06-241-30/+8
* RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-251-1/+1
* IB/iser: Fix dma_nents type definitionMax Gurtovoy2019-03-041-1/+1
* IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-041-4/+0
* IB/iser: Do not reduce max_sectorsSergey Gorenko2018-05-311-0/+2
* RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg2017-03-241-0/+2
* IB/iser: remove unused variable from iser_conn structMax Gurtovoy2017-01-241-2/+0
* IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2016-09-231-1/+0
* IB/iser: Use ib_drain_sq()Steve Wise2016-02-291-7/+0
* IB/iser: Support the remote invalidation exceptionJenny Derzhavetz2015-12-261-0/+3
* IB/iser,isert: Create and use new shared headerSagi Grimberg2015-12-241-35/+4
* IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz2015-12-241-1/+2
* IB/iser: Reuse ib_sg_to_pagesSagi Grimberg2015-12-241-3/+2
* IB/iser: constify iser_reg_ops structureJulia Lawall2015-12-241-1/+1
* Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-221-34/+68
|\
| * IB/iser: Convert to CQ abstractionChristoph Hellwig2015-12-111-28/+44
| * IB/iser: Use helper for container_ofSagi Grimberg2015-12-111-0/+6
| * IB/iser: Use a dedicated descriptor for loginSagi Grimberg2015-12-111-9/+21
* | IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-2/+0
|/
* IB/iser: Port to new fast registration APISagi Grimberg2015-10-281-7/+3
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-3/+7
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-3/+7
* | IB/iser: set block queue_virt_boundarySagi Grimberg2015-10-281-6/+1
|/
* IB/iser: Add module parameter for always register memorySagi Grimberg2015-09-251-0/+1
* IB/iser: Chain all iser transaction send work requestsSagi Grimberg2015-08-301-0/+34
* IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg2015-08-301-2/+12
* IB/iser: Pass registration pool a size parameterSagi Grimberg2015-08-301-3/+8
* IB/iser: Unify fast memory registration flowsSagi Grimberg2015-08-301-10/+13
* IB/iser: Make reg_desc_get a per device routineSagi Grimberg2015-08-301-3/+13
* IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev2015-08-301-22/+16
* IB/iser: Introduce iser registration pool structSagi Grimberg2015-08-301-20/+29
* IB/iser: Introduce iser_reg_opsSagi Grimberg2015-08-301-14/+25
* IB/iser: Rename struct fast_reg_descriptor -> iser_fr_descSagi Grimberg2015-08-301-4/+4
* IB/iser: Introduce struct iser_reg_resourcesSagi Grimberg2015-08-301-16/+20
* IB/iser: Fix possible bogus DMA unmappingSagi Grimberg2015-08-301-0/+2