aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-03IB/srpt: Fix ACL lookup during loginBart Van Assche1-1/+1
2018-01-03IB/srpt: Disable RDMA access by the initiatorBart Van Assche1-2/+1
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-96/+244
2017-11-13IB/srpt: Ensure that modifying the use_srq configfs attribute worksBart Van Assche1-0/+12
2017-11-13IB/srpt: Wait until channel release has finished during module unloadBart Van Assche1-23/+20
2017-11-13IB/srpt: Introduce srpt_disconnect_ch_sync()Bart Van Assche1-16/+35
2017-11-13IB/srpt: Introduce helper functions for SRQ allocation and freeingBart Van Assche1-43/+72
2017-11-13IB/srpt: Post receive work requests after qp transition to INIT stateMike Marciniszyn1-4/+4
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-10-18IB/srpt: Change default behavior from using SRQ to using RCBart Van Assche2-35/+123
2017-10-18IB/srpt: Cache global L_KeyBart Van Assche2-3/+6
2017-10-18IB/srpt: Limit the send and receive queue sizes to what the HCA supportsBart Van Assche1-4/+5
2017-10-18IB/srpt: Do not accept invalid initiator port namesBart Van Assche1-5/+4
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky1-3/+2
2017-08-08IB/srpt: Increase lid and sm_lid to 32 bitsDasaratharaman Chandramouli1-2/+2
2017-07-06IB/srpt: Make a debug statement in srpt_abort_cmd() more informativeBart Van Assche1-2/+2
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-6/+3
2017-05-07IB/srpt: Avoid that aborting a command triggers a kernel warningBart Van Assche1-1/+2
2017-05-07IB/srpt: Fix abort handlingBart Van Assche1-5/+1
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-2/+2
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