summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt
Commit message (Expand)AuthorAgeFilesLines
* IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-091-1/+1
* ib_srpt: depend on INFINIBAND_ADDR_TRANSGreg Thelen2018-04-271-1/+1
* drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4Andrew Morton2018-03-141-1/+2
* IB/srpt: Add RDMA/CM supportBart Van Assche2018-03-072-63/+325
* IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()Bart Van Assche2018-03-071-6/+9
* RDMA/srpt: Fix RCU debug build errorLeon Romanovsky2018-01-251-2/+0Star
* IB/srpt: Move the code for parsing struct ib_cm_req_event_paramBart Van Assche2018-01-181-19/+30
* IB/srpt: Preparations for adding RDMA/CM supportBart Van Assche2018-01-182-18/+22
* IB/srpt: Don't allow reordering of commands on wait listBart Van Assche2018-01-182-35/+49
* IB/srpt: Fix a race condition related to wait list processingBart Van Assche2018-01-181-5/+7
* IB/srpt: Fix login-related race conditionsBart Van Assche2018-01-181-84/+111
* IB/srpt: Log all zero-length writes and completionsBart Van Assche2018-01-181-2/+6
* IB/srpt: Simplify srpt_close_session()Bart Van Assche2018-01-181-15/+4Star
* IB/srpt: Rework multi-channel supportBart Van Assche2018-01-182-60/+160
* IB/srpt: Use the source GID as session nameBart Van Assche2018-01-182-8/+7Star
* IB/srpt: One target per portBart Van Assche2018-01-182-53/+61
* IB/srpt: Add P_Key supportBart Van Assche2018-01-182-3/+13
* IB/srpt: Rework srpt_disconnect_ch_sync()Bart Van Assche2018-01-182-24/+23Star
* IB/srpt: Make it safe to use RCU for srpt_device.rch_listBart Van Assche2018-01-182-3/+12
* IB/srpt: Micro-optimize I/O context state manipulationBart Van Assche2018-01-082-17/+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-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/+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-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/+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-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/+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: 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