summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/srpt: Inline srpt_get_cmd_state()Bart Van Assche2018-01-081-20/+3
* IB/srpt: Introduce srpt_format_guid()Bart Van Assche2018-01-081-11/+13
* IB/srpt: Reduce frequency of receive failure messagesBart Van Assche2018-01-081-2/+2
* IB/srpt: Convert a warning into a debug messageBart Van Assche2018-01-081-1/+2
* IB/srpt: Use the IPv6 format for GIDs in log messagesBart Van Assche2018-01-081-11/+3
* IB/srpt: Verify port numbers in srpt_event_handler()Bart Van Assche2018-01-081-6/+16
* IB/srpt: Reduce the severity level of a log messageBart Van Assche2018-01-081-1/+1
* IB/srpt: Rename a local variable, a member variable and a constantBart Van Assche2018-01-082-16/+16
* IB/srpt: Document all structure members in ib_srpt.hBart Van Assche2018-01-081-11/+22
* IB/srpt: Fix kernel-doc warnings in ib_srpt.cBart Van Assche2018-01-081-60/+145
* IB/srpt: Remove an unused structure memberBart Van Assche2018-01-082-2/+0
* IB/srpt: Fix ACL lookup during loginBart Van Assche2018-01-041-1/+1
* IB/srpt: Disable RDMA access by the initiatorBart Van Assche2018-01-041-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-152-96/+244
|\
| * IB/srpt: Ensure that modifying the use_srq configfs attribute worksBart Van Assche2017-11-131-0/+12
| * IB/srpt: Wait until channel release has finished during module unloadBart Van Assche2017-11-131-23/+20
| * IB/srpt: Introduce srpt_disconnect_ch_sync()Bart Van Assche2017-11-131-16/+35
| * IB/srpt: Introduce helper functions for SRQ allocation and freeingBart Van Assche2017-11-131-43/+72
| * IB/srpt: Post receive work requests after qp transition to INIT stateMike Marciniszyn2017-11-131-4/+4
| * IB/srpt: Change default behavior from using SRQ to using RCBart Van Assche2017-10-182-35/+123
| * IB/srpt: Cache global L_KeyBart Van Assche2017-10-182-3/+6
| * IB/srpt: Limit the send and receive queue sizes to what the HCA supportsBart Van Assche2017-10-181-4/+5
| * IB/srpt: Do not accept invalid initiator port namesBart Van Assche2017-10-181-5/+4
* | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
|/
* RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-3/+2
* 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/+3
|\
| * 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/+1
* | 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/+1
|\
| * IB/srpt: Modify a debug statementBart Van Assche2017-01-241-2/+1
| * 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/+9
* 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/+2
* 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/+0
|\
| * target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-9/+0
* | 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/+265
|/
* 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/+22
|\ \ | |/ |/|