summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt/ib_srpt.c
Commit message (Expand)AuthorAgeFilesLines
* IB/srpt: Add P_Key supportBart Van Assche2018-01-181-3/+11
* IB/srpt: Rework srpt_disconnect_ch_sync()Bart Van Assche2018-01-181-22/+23
* IB/srpt: Make it safe to use RCU for srpt_device.rch_listBart Van Assche2018-01-181-3/+10
* IB/srpt: Micro-optimize I/O context state manipulationBart Van Assche2018-01-081-15/+1Star
* IB/srpt: Inline srpt_get_cmd_state()Bart Van Assche2018-01-081-20/+3Star
* 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/+3Star
* 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-081-13/+13
* 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-081-1/+0Star
* 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/+1Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-151-95/+236
|\
| * 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/+20Star
| * 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-181-35/+117
| * IB/srpt: Cache global L_KeyBart Van Assche2017-10-181-2/+4
| * 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/+4Star
* | 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/+2Star
* 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-271-56/+83
|/
* 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-021-1/+2
* IB/srpt: Reduce QP buffer sizeBart Van Assche2016-06-231-2/+1Star
* 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-131-476/+253Star
|/
* Revert "ib_srpt: Convert to percpu_ida tag allocation"Bart Van Assche2016-04-081-17/+38
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-221-1/+1
|\