summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srpt/ib_srpt.c
AgeCommit message (Expand)Author
2019-05-08scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche
2018-12-29ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche
2018-09-09ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche
2018-08-03drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4Andrew Morton
2018-08-03IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()Bart Van Assche
2018-01-17IB/srpt: Fix ACL lookup during loginBart Van Assche
2018-01-17IB/srpt: Disable RDMA access by the initiatorBart Van Assche
2017-11-30IB/srpt: Do not accept invalid initiator port namesBart Van Assche
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky
2017-07-06IB/srpt: Make a debug statement in srpt_abort_cmd() more informativeBart Van Assche
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-05-07IB/srpt: Avoid that aborting a command triggers a kernel warningBart Van Assche
2017-05-07IB/srpt: Fix abort handlingBart Van Assche
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-01-27IB/srpt: Accept GUIDs as port namesBart Van Assche
2017-01-24IB/srpt: Modify a debug statementBart Van Assche
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche
2016-12-14IB/srpt: Report login failures only onceBart Van Assche
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig
2016-08-24IB/srpt: Update sport->port_guid with each port refreshDoug Ledford
2016-08-02IB/srpt: Simplify srpt_queue_response()Bart Van Assche
2016-08-02IB/srpt: Limit the number of SG elements per work requestBart Van Assche
2016-06-23IB/srpt: Reduce QP buffer sizeBart Van Assche
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-05-25IB/core: Introduce capabilitymask2 field in ClassPortInfo madErez Shitrit
2016-05-13IB/srpt: convert to the generic RDMA READ/WRITE APIChristoph Hellwig
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig
2016-04-07Revert "ib_srpt: Convert to percpu_ida tag allocation"Bart Van Assche
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-03-21ib_srpt: fix a WARN_ON() messageDan Carpenter
2016-03-10ib_srpt: Convert to percpu_ida tag allocationNicholas Bellinger
2016-03-10ib_srpt: Convert to target_alloc_session usageNicholas Bellinger
2016-02-29IB/srpt: Fix wait list processingBart Van Assche
2016-02-29IB/srpt: Introduce srpt_process_wait_list()Bart Van Assche
2016-02-29IB/srpt: Log out all initiators if a port is disabledBart Van Assche
2016-02-29IB/srpt: Fix srpt_write_pending()Bart Van Assche
2016-02-29IB/srpt: Detect session shutdown reliablyBart Van Assche
2016-02-29IB/srpt: Use a mutex to protect the channel listBart Van Assche
2016-02-29IB/srpt: Log private data associated with REJBart Van Assche
2016-02-29IB/srpt: Eliminate srpt_find_channel()Bart Van Assche
2016-02-29IB/srpt: Inline trivial CM callback functionsBart Van Assche
2016-02-29IB/srpt: Fix how aborted commands are processedBart Van Assche
2016-02-29IB/srpt: Fix srpt_handle_cmd() error pathsBart Van Assche
2016-02-29IB/srpt: Fix srpt_close_session()Bart Van Assche
2016-02-29IB/srpt: Simplify srpt_shutdown_session()Bart Van Assche
2016-02-29IB/srpt: Simplify channel state managementBart Van Assche
2016-02-29IB/srpt: Use scsilun_to_int()Bart Van Assche