aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+1
2017-01-27IB/srpt: Accept GUIDs as port namesBart Van Assche2-61/+96
2017-01-24IB/srpt: Modify a debug statementBart Van Assche1-2/+1
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-1/+1
2016-12-14IB/srpt: Report login failures only onceBart Van Assche1-13/+9
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-08-24IB/srpt: Update sport->port_guid with each port refreshDoug Ledford1-4/+5
2016-08-02IB/srpt: Simplify srpt_queue_response()Bart Van Assche1-5/+2
2016-08-02IB/srpt: Limit the number of SG elements per work requestBart Van Assche2-2/+7
2016-06-23IB/srpt: Reduce QP buffer sizeBart Van Assche2-2/+2
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-9/+0
2016-05-25IB/core: Introduce capabilitymask2 field in ClassPortInfo madErez Shitrit1-1/+1
2016-05-13IB/srpt: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2-495/+265
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig1-9/+0
2016-04-07Revert "ib_srpt: Convert to percpu_ida tag allocation"Bart Van Assche2-17/+40
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-56/+22
2016-03-21ib_srpt: fix a WARN_ON() messageDan Carpenter1-1/+1
2016-03-10ib_srpt: Convert to percpu_ida tag allocationNicholas Bellinger2-40/+17
2016-03-10ib_srpt: Convert to target_alloc_session usageNicholas Bellinger1-17/+6
2016-02-29IB/srpt: Fix wait list processingBart Van Assche1-9/+15
2016-02-29IB/srpt: Introduce srpt_process_wait_list()Bart Van Assche1-18/+24
2016-02-29IB/srpt: Log out all initiators if a port is disabledBart Van Assche1-4/+19
2016-02-29IB/srpt: Fix srpt_write_pending()Bart Van Assche1-29/+4
2016-02-29IB/srpt: Detect session shutdown reliablyBart Van Assche2-150/+150
2016-02-29IB/srpt: Use a mutex to protect the channel listBart Van Assche2-29/+17
2016-02-29IB/srpt: Log private data associated with REJBart Van Assche1-2/+12
2016-02-29IB/srpt: Eliminate srpt_find_channel()Bart Van Assche1-65/+29
2016-02-29IB/srpt: Inline trivial CM callback functionsBart Van Assche1-27/+10
2016-02-29IB/srpt: Fix how aborted commands are processedBart Van Assche1-33/+16
2016-02-29IB/srpt: Fix srpt_handle_cmd() error pathsBart Van Assche1-12/+12
2016-02-29IB/srpt: Fix srpt_close_session()Bart Van Assche1-15/+16
2016-02-29IB/srpt: Simplify srpt_shutdown_session()Bart Van Assche2-15/+2
2016-02-29IB/srpt: Simplify channel state managementBart Van Assche1-31/+13
2016-02-29IB/srpt: Use scsilun_to_int()Bart Van Assche1-85/+7
2016-02-29IB/srpt: Introduce target_reverse_dma_direction()Bart Van Assche1-15/+2
2016-02-29IB/srpt: Inline srpt_get_ch_state()Bart Van Assche1-30/+12
2016-02-29IB/srpt: Inline srpt_sdev_name()Bart Van Assche1-12/+2
2016-02-29IB/srpt: Remove struct srpt_node_aclBart Van Assche2-9/+0
2016-02-29IB/srpt: Add parentheses around sizeof argumentBart Van Assche1-21/+21
2016-02-29IB/srpt: Simplify srpt_handle_tsk_mgmt()Bart Van Assche1-58/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-359/+137
2016-01-19IB/srpt: Remove redundant wc arraySagi Grimberg1-2/+0
2016-01-19IB/srpt: Fix the RDMA completion handlersBart Van Assche1-2/+2
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig1-0/+1
2016-01-12ib_srpt: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger2-81/+30
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2-345/+130
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2-12/+6
2015-12-11IB/srpt: chain RDMA READ/WRITE requestsChristoph Hellwig2-345/+130