aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt/ib_srpt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-05IB/srp: Remove unnecessary unlikely()Igor Stoppa1-1/+1
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-7/+4
2018-08-02scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie1-2/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-3/+3
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit1-2/+3
2018-07-24IB/srpt: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-9/+8
2018-07-13IB/srpt: Fix srpt_cm_req_recv() error path (2/2)Bart Van Assche1-1/+4
2018-07-13IB/srpt: Fix srpt_cm_req_recv() error path (1/2)Bart Van Assche1-3/+14
2018-07-10ib_srpt: use kvmalloc to allocate ring pointersJan Dakinevich1-3/+3
2018-07-03ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche1-2/+2
2018-07-03ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche1-2/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-2/+0
2018-06-29IB/srpt: Support HCAs with more than two portsBart Van Assche1-3/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-2/+4
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit1-2/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-03-14drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4Andrew Morton1-1/+2
2018-03-07IB/srpt: Add RDMA/CM supportBart Van Assche1-62/+318
2018-03-06IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()Bart Van Assche1-6/+9
2018-01-25RDMA/srpt: Fix RCU debug build errorLeon Romanovsky1-2/+0
2018-01-18IB/srpt: Move the code for parsing struct ib_cm_req_event_paramBart Van Assche1-19/+30
2018-01-18IB/srpt: Preparations for adding RDMA/CM supportBart Van Assche1-16/+16
2018-01-18IB/srpt: Don't allow reordering of commands on wait listBart Van Assche1-35/+47
2018-01-18IB/srpt: Fix a race condition related to wait list processingBart Van Assche1-5/+7
2018-01-18IB/srpt: Fix login-related race conditionsBart Van Assche1-84/+111
2018-01-18IB/srpt: Log all zero-length writes and completionsBart Van Assche1-2/+6
2018-01-18IB/srpt: Simplify srpt_close_session()Bart Van Assche1-15/+4
2018-01-18IB/srpt: Rework multi-channel supportBart Van Assche1-51/+135
2018-01-18IB/srpt: Use the source GID as session nameBart Van Assche1-5/+6
2018-01-18IB/srpt: One target per portBart Van Assche1-46/+52
2018-01-18IB/srpt: Add P_Key supportBart Van Assche1-3/+11
2018-01-18IB/srpt: Rework srpt_disconnect_ch_sync()Bart Van Assche1-22/+23
2018-01-18IB/srpt: Make it safe to use RCU for srpt_device.rch_listBart Van Assche1-3/+10
2018-01-08IB/srpt: Micro-optimize I/O context state manipulationBart Van Assche1-15/+1
2018-01-08IB/srpt: Inline srpt_get_cmd_state()Bart Van Assche1-20/+3
2018-01-08IB/srpt: Introduce srpt_format_guid()Bart Van Assche1-11/+13
2018-01-08IB/srpt: Reduce frequency of receive failure messagesBart Van Assche1-2/+2
2018-01-08IB/srpt: Convert a warning into a debug messageBart Van Assche1-1/+2
2018-01-08IB/srpt: Use the IPv6 format for GIDs in log messagesBart Van Assche1-11/+3
2018-01-08IB/srpt: Verify port numbers in srpt_event_handler()Bart Van Assche1-6/+16
2018-01-08IB/srpt: Reduce the severity level of a log messageBart Van Assche1-1/+1
2018-01-08IB/srpt: Rename a local variable, a member variable and a constantBart Van Assche1-13/+13
2018-01-08IB/srpt: Fix kernel-doc warnings in ib_srpt.cBart Van Assche1-60/+145
2018-01-08IB/srpt: Remove an unused structure memberBart Van Assche1-1/+0
2018-01-03IB/srpt: Fix ACL lookup during loginBart Van Assche1-1/+1
2018-01-03IB/srpt: Disable RDMA access by the initiatorBart Van Assche1-2/+1
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-95/+236
2017-11-13IB/srpt: Ensure that modifying the use_srq configfs attribute worksBart Van Assche1-0/+12
2017-11-13IB/srpt: Wait until channel release has finished during module unloadBart Van Assche1-23/+20
2017-11-13IB/srpt: Introduce srpt_disconnect_ch_sync()Bart Van Assche1-16/+35