summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt/ib_srpt.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/srpt: fix function pointer cast warningsArnd Bergmann2024-03-011-4/+5
* RDMA/srpt: Make debug output more detailedBart Van Assche2024-03-011-4/+5
* RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2024-03-011-12/+14
* RDMA/srpt: Support specifying the srpt_service_guid parameterBart Van Assche2024-03-011-2/+6
* RDMA/srpt: Fix error return code in srpt_cm_req_recv()Wang Wensheng2021-05-221-0/+1
* RDMA/srpt: Report the SCSI residual to the initiatorBart Van Assche2020-01-171-0/+24
* scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche2019-05-081-0/+11
* RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche2019-01-131-5/+13
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-7/+4
|\
| * scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie2018-08-021-2/+1
| * scsi: target: rename target_alloc_sessionMike Christie2018-08-021-3/+3
| * scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-2/+0
* | RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit2018-07-301-2/+3
* | IB/srpt: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-9/+8
* | IB/srpt: Fix srpt_cm_req_recv() error path (2/2)Bart Van Assche2018-07-131-1/+4
* | IB/srpt: Fix srpt_cm_req_recv() error path (1/2)Bart Van Assche2018-07-131-3/+14
* | ib_srpt: use kvmalloc to allocate ring pointersJan Dakinevich2018-07-101-3/+3
* | ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche2018-07-031-2/+2
* | ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche2018-07-031-2/+1
* | IB/srpt: Support HCAs with more than two portsBart Van Assche2018-06-291-3/+2
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-2/+4
* | IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-181-2/+1
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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-071-62/+318
* IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()Bart Van Assche2018-03-061-6/+9
* RDMA/srpt: Fix RCU debug build errorLeon Romanovsky2018-01-251-2/+0
* 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-181-16/+16
* IB/srpt: Don't allow reordering of commands on wait listBart Van Assche2018-01-181-35/+47
* 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/+4
* IB/srpt: Rework multi-channel supportBart Van Assche2018-01-181-51/+135
* IB/srpt: Use the source GID as session nameBart Van Assche2018-01-181-5/+6
* IB/srpt: One target per portBart Van Assche2018-01-181-46/+52
* 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/+1
* 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-081-13/+13
* IB/srpt: Fix kernel-doc warnings in ib_srpt.cBart Van Assche2018-01-081-60/+145