summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt/ib_srpt.c
Commit message (Expand)AuthorAgeFilesLines
...
* rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-051-2/+2
* scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche2019-02-041-0/+11
* scsi: RDMA/srpt: Rework I/O context allocationBart Van Assche2019-02-041-28/+19
* scsi: RDMA/srpt: Fix handling of TMF submission failureBart Van Assche2019-02-041-3/+1
* scsi: RDMA/srpt: Fix handling of command / TMF submission failureBart Van Assche2019-02-041-5/+4
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-9/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-83/+200
|\
| * RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun2018-12-221-1/+1
| * RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-2/+2
| * RDMA/srpt: Add support for immediate dataBart Van Assche2018-12-191-45/+160
| * RDMA/srpt: Rework the srpt_alloc_srq() error pathBart Van Assche2018-12-191-4/+6
| * RDMA/srpt: Remove driver version and release dateBart Van Assche2018-12-191-5/+2
| * RDMA/srpt: Join split stringsBart Van Assche2018-12-191-17/+12
| * RDMA/srpt: Improve coding style conformanceBart Van Assche2018-12-191-5/+5
| * RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche2018-12-191-5/+13
| * IB/srpt: Drop pointless static qualifier in srpt_make_tpg()Yue Haibing2018-11-211-1/+1
* | scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-1/+0
* | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-6/+1
|/
* RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-12/+14
* IB/srp: Remove unnecessary unlikely()Igor Stoppa2018-09-051-1/+1
* 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