summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srpt/ib_srpt.c
AgeCommit message (Expand)Author
2020-11-05RDMA/srpt: Fix typo in srpt_unregister_mad_agent docstringJason Gunthorpe
2020-11-02IB/srpt: Fix memory leak in srpt_add_oneMaor Gottlieb
2020-07-29IB/srpt: use new shared CQ mechanismYamin Friedman
2020-06-18IB/srpt: Remove WARN_ON from srpt_cm_req_recvJing Xiangfeng
2020-05-29RDMA/srpt: Increase max_send_sgeBart Van Assche
2020-05-29RDMA/srpt: Reduce max_recv_sge to 1Bart Van Assche
2020-05-29RDMA/srpt: Make debug output more detailedBart Van Assche
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky
2020-05-17RDMA/srpt: Fix disabling device managementKamal Heib
2020-05-17RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfsXiongfeng Wang
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe
2020-04-14RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe
2020-01-03RDMA/srpt: Remove unnecessary assertion in srpt_queue_responseAditya Pakki
2019-11-13RDMA/srpt: Report the SCSI residual to the initiatorBart Van Assche
2019-11-06Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"Bart Van Assche
2019-10-28RDMA/srpt: Fix TPG creationBart Van Assche
2019-10-04RDMA/srpt: Postpone HCA removal until after configfs directory removalBart Van Assche
2019-10-04RDMA/srpt: Make the code for handling port identities more systematicBart Van Assche
2019-10-04RDMA/srpt: Rework the code that waits until an RDMA port is no longer in useBart Van Assche
2019-10-04RDMA/srpt: Rework the approach for closing an RDMA channelBart Van Assche
2019-10-04RDMA/srpt: Improve a debug messageBart Van Assche
2019-10-04RDMA/srpt: Fix handling of iWARP loginsBart Van Assche
2019-10-04RDMA/srpt: Fix handling of SR-IOV and iWARP portsBart Van Assche
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever
2019-02-04scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche
2019-02-04scsi: RDMA/srpt: Rework I/O context allocationBart Van Assche
2019-02-04scsi: RDMA/srpt: Fix handling of TMF submission failureBart Van Assche
2019-02-04scsi: RDMA/srpt: Fix handling of command / TMF submission failureBart Van Assche
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-22RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA/srpt: Add support for immediate dataBart Van Assche
2018-12-19RDMA/srpt: Rework the srpt_alloc_srq() error pathBart Van Assche
2018-12-19RDMA/srpt: Remove driver version and release dateBart Van Assche
2018-12-19RDMA/srpt: Join split stringsBart Van Assche
2018-12-19RDMA/srpt: Improve coding style conformanceBart Van Assche
2018-12-19RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-11-21IB/srpt: Drop pointless static qualifier in srpt_make_tpg()Yue Haibing
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-05IB/srp: Remove unnecessary unlikely()Igor Stoppa
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-02scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie
2018-08-02scsi: target: rename target_alloc_sessionMike Christie
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit
2018-07-24IB/srpt: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-13IB/srpt: Fix srpt_cm_req_recv() error path (2/2)Bart Van Assche
2018-07-13IB/srpt: Fix srpt_cm_req_recv() error path (1/2)Bart Van Assche