summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srpt/ib_srpt.c
AgeCommit message (Expand)Author
2019-05-08scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-22RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA/srpt: Add support for immediate dataBart Van Assche
2018-12-19RDMA/srpt: Rework the srpt_alloc_srq() error pathBart Van Assche
2018-12-19RDMA/srpt: Remove driver version and release dateBart Van Assche
2018-12-19RDMA/srpt: Join split stringsBart Van Assche
2018-12-19RDMA/srpt: Improve coding style conformanceBart Van Assche
2018-12-19RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-11-21IB/srpt: Drop pointless static qualifier in srpt_make_tpg()Yue Haibing
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-05IB/srp: Remove unnecessary unlikely()Igor Stoppa
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-02scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie
2018-08-02scsi: target: rename target_alloc_sessionMike Christie
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit
2018-07-24IB/srpt: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-13IB/srpt: Fix srpt_cm_req_recv() error path (2/2)Bart Van Assche
2018-07-13IB/srpt: Fix srpt_cm_req_recv() error path (1/2)Bart Van Assche
2018-07-10ib_srpt: use kvmalloc to allocate ring pointersJan Dakinevich
2018-07-03ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche
2018-07-03ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche
2018-06-29IB/srpt: Support HCAs with more than two portsBart Van Assche
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-03-14drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4Andrew Morton
2018-03-07IB/srpt: Add RDMA/CM supportBart Van Assche
2018-03-06IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()Bart Van Assche
2018-01-25RDMA/srpt: Fix RCU debug build errorLeon Romanovsky
2018-01-18IB/srpt: Move the code for parsing struct ib_cm_req_event_paramBart Van Assche
2018-01-18IB/srpt: Preparations for adding RDMA/CM supportBart Van Assche
2018-01-18IB/srpt: Don't allow reordering of commands on wait listBart Van Assche
2018-01-18IB/srpt: Fix a race condition related to wait list processingBart Van Assche
2018-01-18IB/srpt: Fix login-related race conditionsBart Van Assche
2018-01-18IB/srpt: Log all zero-length writes and completionsBart Van Assche
2018-01-18IB/srpt: Simplify srpt_close_session()Bart Van Assche
2018-01-18IB/srpt: Rework multi-channel supportBart Van Assche
2018-01-18IB/srpt: Use the source GID as session nameBart Van Assche
2018-01-18IB/srpt: One target per portBart Van Assche
2018-01-18IB/srpt: Add P_Key supportBart Van Assche
2018-01-18IB/srpt: Rework srpt_disconnect_ch_sync()Bart Van Assche
2018-01-18IB/srpt: Make it safe to use RCU for srpt_device.rch_listBart Van Assche
2018-01-08IB/srpt: Micro-optimize I/O context state manipulationBart Van Assche
2018-01-08IB/srpt: Inline srpt_get_cmd_state()Bart Van Assche
2018-01-08IB/srpt: Introduce srpt_format_guid()Bart Van Assche