aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-11IB/srpt: Remove redundant assignment to retYang Li1-1/+0
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+3
2021-04-12RDMA/srpt: Fix error return code in srpt_cm_req_recv()Wang Wensheng1-0/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-1/+2
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie1-1/+2
2021-03-04scsi: target: srpt: Convert to new submission APIMike Christie1-5/+8
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-8/+8
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe2-5/+9
2020-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+8
2020-11-05RDMA/srpt: Fix typo in srpt_unregister_mad_agent docstringJason Gunthorpe1-1/+1
2020-11-04scsi: target: Drop sess_cmd_lock from I/O pathMike Christie1-1/+1
2020-11-02IB/srpt: Fix memory leak in srpt_add_oneMaor Gottlieb1-5/+8
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches1-7/+7
2020-10-28IB/srpt: docs: add a description for cq_size memberMauro Carvalho Chehab1-0/+1
2020-07-29IB/srpt: use new shared CQ mechanismYamin Friedman2-8/+10
2020-06-18IB/srpt: Remove WARN_ON from srpt_cm_req_recvJing Xiangfeng1-3/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-29RDMA/srpt: Increase max_send_sgeBart Van Assche2-7/+1
2020-05-29RDMA/srpt: Reduce max_recv_sge to 1Bart Van Assche1-7/+3
2020-05-29RDMA/srpt: Make debug output more detailedBart Van Assche1-4/+5
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-1/+2
2020-05-17RDMA/srpt: Fix disabling device managementKamal Heib1-2/+6
2020-05-17RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfsXiongfeng Wang1-1/+1
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-15/+10
2020-04-14RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe1-5/+2
2020-01-03RDMA/srpt: Remove unnecessary assertion in srpt_queue_responseAditya Pakki1-2/+0
2019-11-13RDMA/srpt: Report the SCSI residual to the initiatorBart Van Assche1-0/+24
2019-11-06Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"Bart Van Assche1-5/+1
2019-10-28RDMA/srpt: Fix TPG creationBart Van Assche2-29/+73
2019-10-22infiniband: fix ulp/srpt/ib_srpt.h kernel-doc notationrd.dunlab@gmail.com1-5/+2
2019-10-04RDMA/srpt: Postpone HCA removal until after configfs directory removalBart Van Assche1-1/+4
2019-10-04RDMA/srpt: Make the code for handling port identities more systematicBart Van Assche2-32/+57
2019-10-04RDMA/srpt: Rework the code that waits until an RDMA port is no longer in useBart Van Assche2-23/+25
2019-10-04RDMA/srpt: Rework the approach for closing an RDMA channelBart Van Assche2-23/+10
2019-10-04RDMA/srpt: Improve a debug messageBart Van Assche1-1/+2
2019-10-04RDMA/srpt: Fix handling of iWARP loginsBart Van Assche1-1/+2
2019-10-04RDMA/srpt: Fix handling of SR-IOV and iWARP portsBart Van Assche1-22/+19
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-49/+35
2019-02-04scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche1-0/+11
2019-02-04scsi: RDMA/srpt: Rework I/O context allocationBart Van Assche2-32/+19
2019-02-04scsi: RDMA/srpt: Fix handling of TMF submission failureBart Van Assche1-3/+1
2019-02-04scsi: RDMA/srpt: Fix handling of command / TMF submission failureBart Van Assche1-5/+4
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-9/+0
2019-01-25infiniband: remove unneeded header search pathsMasahiro Yamada1-1/+0
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-93/+234
2018-12-22RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1