summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt
Commit message (Expand)AuthorAgeFilesLines
* RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-3/+2Star
* IB/srpt: Increase lid and sm_lid to 32 bitsDasaratharaman Chandramouli2017-08-081-2/+2
* IB/srpt: Make a debug statement in srpt_abort_cmd() more informativeBart Van Assche2017-07-071-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-05-121-6/+3Star
|\
| * IB/srpt: Avoid that aborting a command triggers a kernel warningBart Van Assche2017-05-081-1/+2
| * IB/srpt: Fix abort handlingBart Van Assche2017-05-081-5/+1Star
* | IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-2/+2
|/
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+1Star
|\
| * IB/srpt: Modify a debug statementBart Van Assche2017-01-241-2/+1Star
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-1/+1
* | IB/srpt: Accept GUIDs as port namesBart Van Assche2017-01-272-61/+96
|/
* IB/srpt: Report login failures only onceBart Van Assche2016-12-141-13/+9Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-101-1/+1
|\
| * IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* | IB/srpt: Update sport->port_guid with each port refreshDoug Ledford2016-08-241-4/+5
|/
* IB/srpt: Simplify srpt_queue_response()Bart Van Assche2016-08-021-5/+2Star
* IB/srpt: Limit the number of SG elements per work requestBart Van Assche2016-08-022-2/+7
* IB/srpt: Reduce QP buffer sizeBart Van Assche2016-06-232-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-281-9/+0Star
|\
| * target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-9/+0Star
* | IB/core: Introduce capabilitymask2 field in ClassPortInfo madErez Shitrit2016-05-251-1/+1
* | IB/srpt: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2016-05-132-495/+265Star
|/
* Revert "ib_srpt: Convert to percpu_ida tag allocation"Bart Van Assche2016-04-082-17/+40
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-221-1/+1
|\
| * ib_srpt: fix a WARN_ON() messageDan Carpenter2016-03-211-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-222-56/+22Star
|\ \ | |/ |/|
| * ib_srpt: Convert to percpu_ida tag allocationNicholas Bellinger2016-03-112-40/+17Star
| * ib_srpt: Convert to target_alloc_session usageNicholas Bellinger2016-03-111-17/+6Star
* | IB/srpt: Fix wait list processingBart Van Assche2016-02-291-9/+15
* | IB/srpt: Introduce srpt_process_wait_list()Bart Van Assche2016-02-291-18/+24
* | IB/srpt: Log out all initiators if a port is disabledBart Van Assche2016-02-291-4/+19
* | IB/srpt: Fix srpt_write_pending()Bart Van Assche2016-02-291-29/+4Star
* | IB/srpt: Detect session shutdown reliablyBart Van Assche2016-02-292-150/+150
* | IB/srpt: Use a mutex to protect the channel listBart Van Assche2016-02-292-29/+17Star
* | IB/srpt: Log private data associated with REJBart Van Assche2016-02-291-2/+12
* | IB/srpt: Eliminate srpt_find_channel()Bart Van Assche2016-02-291-65/+29Star
* | IB/srpt: Inline trivial CM callback functionsBart Van Assche2016-02-291-27/+10Star
* | IB/srpt: Fix how aborted commands are processedBart Van Assche2016-02-291-33/+16Star
* | IB/srpt: Fix srpt_handle_cmd() error pathsBart Van Assche2016-02-291-12/+12
* | IB/srpt: Fix srpt_close_session()Bart Van Assche2016-02-291-15/+16
* | IB/srpt: Simplify srpt_shutdown_session()Bart Van Assche2016-02-292-15/+2Star
* | IB/srpt: Simplify channel state managementBart Van Assche2016-02-291-31/+13Star
* | IB/srpt: Use scsilun_to_int()Bart Van Assche2016-02-291-85/+7Star
* | IB/srpt: Introduce target_reverse_dma_direction()Bart Van Assche2016-02-291-15/+2Star
* | IB/srpt: Inline srpt_get_ch_state()Bart Van Assche2016-02-291-30/+12Star
* | IB/srpt: Inline srpt_sdev_name()Bart Van Assche2016-02-291-12/+2Star
* | IB/srpt: Remove struct srpt_node_aclBart Van Assche2016-02-292-9/+0Star
* | IB/srpt: Add parentheses around sizeof argumentBart Van Assche2016-02-291-21/+21
* | IB/srpt: Simplify srpt_handle_tsk_mgmt()Bart Van Assche2016-02-291-58/+1Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-242-359/+137Star
|\