aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser/iscsi_iser.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-24IB/iser: Fix typo in commentJulia Lawall1-1/+1
2022-03-18IB/iser: Generalize map/unmap dma tasksMax Gurtovoy1-3/+2
2022-03-18IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy1-4/+4
2022-01-05IB/iser: Don't suppress send completionsMax Gurtovoy1-6/+1
2022-01-05IB/iser: Fix RNR errorsSergey Gorenko1-13/+2
2022-01-05IB/iser: Remove deprecated pi_guard module paramMax Gurtovoy1-1/+0
2021-03-30RDMA/iser: struct iscsi_iser_task is declared twiceWan Jiabing1-1/+0
2020-07-29IB/iser: use new shared CQ mechanismYamin Friedman1-19/+4
2020-06-22RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis1-0/+2
2020-06-02RDMA/iser: Remove support for FMR memory registrationIsrael Rukshin1-72/+7
2019-10-22infiniband: fix ulp/iser/iscsi_iser.h kernel-doc warningsrd.dunlab@gmail.com1-7/+11
2019-10-22infiniband: fix ulp/iser/iscsi_iser.[hc] kernel-doc notationrd.dunlab@gmail.com1-4/+4
2019-10-01IB/iser: remove redundant macro definitionsMax Gurtovoy1-6/+2
2019-09-13IB/iser: Support up to 16MB data transfer in a single commandSergey Gorenko1-3/+4
2019-06-24IB/iser: Unwind WR union at iser_tx_descIsrael Rukshin1-28/+6
2019-06-24IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin1-30/+8
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi1-1/+1
2019-03-04IB/iser: Fix dma_nents type definitionMax Gurtovoy1-1/+1
2018-06-04IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy1-4/+0
2018-05-31IB/iser: Do not reduce max_sectorsSergey Gorenko1-0/+2
2017-03-24RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg1-0/+2
2017-01-24IB/iser: remove unused variable from iser_conn structMax Gurtovoy1-2/+0
2016-09-23IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig1-1/+0
2016-02-29IB/iser: Use ib_drain_sq()Steve Wise1-7/+0
2015-12-26IB/iser: Support the remote invalidation exceptionJenny Derzhavetz1-0/+3
2015-12-24IB/iser,isert: Create and use new shared headerSagi Grimberg1-35/+4
2015-12-24IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz1-1/+2
2015-12-24IB/iser: Reuse ib_sg_to_pagesSagi Grimberg1-3/+2
2015-12-24IB/iser: constify iser_reg_ops structureJulia Lawall1-1/+1
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford1-34/+68
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz1-2/+0
2015-12-11IB/iser: Convert to CQ abstractionChristoph Hellwig1-28/+44
2015-12-11IB/iser: Use helper for container_ofSagi Grimberg1-0/+6
2015-12-11IB/iser: Use a dedicated descriptor for loginSagi Grimberg1-9/+21
2015-10-28IB/iser: Port to new fast registration APISagi Grimberg1-7/+3
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-3/+7
2015-10-28IB/iser: set block queue_virt_boundarySagi Grimberg1-6/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-3/+7
2015-09-25IB/iser: Add module parameter for always register memorySagi Grimberg1-0/+1
2015-08-30IB/iser: Chain all iser transaction send work requestsSagi Grimberg1-0/+34
2015-08-30IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg1-2/+12
2015-08-30IB/iser: Pass registration pool a size parameterSagi Grimberg1-3/+8
2015-08-30IB/iser: Unify fast memory registration flowsSagi Grimberg1-10/+13
2015-08-30IB/iser: Make reg_desc_get a per device routineSagi Grimberg1-3/+13
2015-08-30IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev1-22/+16
2015-08-30IB/iser: Introduce iser registration pool structSagi Grimberg1-20/+29
2015-08-30IB/iser: Introduce iser_reg_opsSagi Grimberg1-14/+25
2015-08-30IB/iser: Rename struct fast_reg_descriptor -> iser_fr_descSagi Grimberg1-4/+4
2015-08-30IB/iser: Introduce struct iser_reg_resourcesSagi Grimberg1-16/+20
2015-08-30IB/iser: Fix possible bogus DMA unmappingSagi Grimberg1-0/+2