aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-108/+96
2022-03-18IB/iser: Fix error flow in case of registration failureMax Gurtovoy1-3/+11
2022-03-18IB/iser: Generalize map/unmap dma tasksMax Gurtovoy3-45/+31
2022-03-18IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy4-11/+11
2022-03-18IB/iser: Remove iser_reg_data_sg helper functionMax Gurtovoy1-22/+9
2022-02-23RDMA/ib_srp: Add more documentationBart Van Assche1-1/+10
2022-02-23RDMA/ib_srp: Fix a deadlockBart Van Assche1-2/+4
2022-02-22scsi: iscsi: Stop using the SCSI pointerBart Van Assche1-0/+1
2022-02-18RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_closeMd Haris Iqbal1-1/+1
2022-02-18RDMA/rtrs-clt: Fix possible double free in error caseMd Haris Iqbal1-17/+20
2022-01-28RDMA/opa: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-28RDMA/iser: Delete useless module.h includeLeon Romanovsky2-2/+0
2022-01-28RDMA/ipoib: Delete useless module.h includeLeon Romanovsky2-2/+0
2022-01-28RDMA/rtrs-clt: Do stop and failover outside reconnect work.Jack Wang2-18/+23
2022-01-28RDMA/rtrs-clt: Update one outdated comment in path_it_deinit()Jack Wang1-1/+1
2022-01-28RDMA/rtrs-clt: Reflow text so lines don't end with a '('Gioh Kim1-2/+1
2022-01-28RDMA/rtrs: Remove empty line after bracketGioh Kim1-1/+0
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar4-68/+74
2022-01-07RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sessVaishali Thakkar4-39/+40
2022-01-07RDMA/rtrs-clt: Rename rtrs_clt_sess to rtrs_clt_pathVaishali Thakkar6-568/+586
2022-01-07RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_pathVaishali Thakkar5-375/+386
2022-01-07RDMA/rtrs: Rename rtrs_sess to rtrs_pathVaishali Thakkar8-120/+120
2022-01-06IB/iser: Align coding style across driverMax Gurtovoy4-126/+87
2022-01-05IB/iser: Remove un-needed casting to/from void pointerMax Gurtovoy1-9/+8
2022-01-05IB/iser: Don't suppress send completionsMax Gurtovoy3-20/+6
2022-01-05IB/iser: Rename ib_ret local variableMax Gurtovoy1-15/+15
2022-01-05IB/iser: Fix RNR errorsSergey Gorenko3-78/+42
2022-01-05IB/iser: Remove deprecated pi_guard module paramMax Gurtovoy2-5/+0
2021-12-14Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe1-3/+6
2021-11-29RDMA/rtrs: Call {get,put}_cpu_ptr to silence a debug kernel warningGuoqing Jiang1-3/+6
2021-11-25RDMA/rtrs-clt: Fix the initial value of min_latencyJack Wang1-1/+1
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-59/+38
2021-10-29IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis NetworksScott Breyer3-6/+8
2021-10-25RDMA/ipoib: Use dev_addr_mod()Jakub Kicinski3-14/+16
2021-10-16scsi: RDMA/srp: Switch to attribute groupsBart Van Assche1-21/+30
2021-10-16scsi: ib_srp: Call scsi_done() directlyBart Van Assche1-4/+4
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-10-04scsi: target: srpt: Replace enable attr with ops.enableDmitry Bogdanov1-34/+4
2021-10-04RDMA/rtrs-clt: Follow "one entry one value" rule for IO migration statsMd Haris Iqbal3-13/+28
2021-10-04RDMA/rtrs: Do not allow sessname to contain special symbols / and .Md Haris Iqbal2-0/+11
2021-10-04RDMA/rtrs: Introduce destroy_cq helperMd Haris Iqbal1-12/+13
2021-10-04RDMA/rtrs: Replace duplicate check with is_pollqueue helperJack Wang1-3/+8
2021-10-04RDMA/rtrs: Fix warning when use poll mode on client side.Jack Wang2-3/+15
2021-10-04RDMA/rtrs: Remove len parameter from helper print functions of sysfsMd Haris Iqbal5-20/+12
2021-10-04RDMA/rtrs: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal2-14/+12
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-6/+7
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-142/+156
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-22RDMA/rtrs: Remove (void) casting for functionsGioh Kim1-2/+2