summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2023-06-21IB/isert: Fix incorrect release of isert connectionSaravanan Vajravel1-2/+0
2023-06-21IB/isert: Fix possible list corruption in CMA handlerSaravanan Vajravel1-0/+4
2023-06-21IB/isert: Fix dead lock in ib_isertSaravanan Vajravel1-2/+8
2023-06-21RDMA/rtrs: Fix rxe_dealloc_pd warningLi Zhijian1-32/+23
2023-06-21RDMA/rtrs: Fix the last iu->buf leak in err pathLi Zhijian1-1/+3
2023-05-11RDMA/srpt: Add a check for valid 'mad_agent' pointerSaravanan Vajravel1-10/+13
2023-05-11scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie1-2/+2
2023-02-14IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea1-0/+8
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2023-02-09READ is "data destination", not source...Al Viro1-1/+1
2023-01-24RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)1-3/+5
2022-12-31IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2022-12-31RDMA/srp: Fix error return code in srp_parse_options()Wang Yufen1-14/+82
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+1
2022-10-07Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe4-13/+20
2022-09-22RDMA/srp: Support more than 255 rdma portsMikhael Goikhman2-7/+7
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang2-2/+2
2022-09-20RDMA/srpt: Use flex array destination for memcpy()Hangyu Hua1-1/+1
2022-09-20RDMA/srp: Fix srp_abort()Bart Van Assche1-3/+1
2022-09-06RDMA/rtrs-clt: Kill xchg_pathsGuoqing Jiang1-12/+2
2022-09-06RDMA/rtrs-clt: Break the loop once one path is connectedGuoqing Jiang1-1/+4
2022-09-06RDMA/rtrs: Update comments for MAX_SESS_QUEUE_DEPTHGuoqing Jiang1-4/+3
2022-09-01RDMA/srp: Set scmnd->result only when scmnd is not NULLyangx.jy@fujitsu.com1-1/+2
2022-08-30IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang2-3/+3
2022-08-30RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_evGuoqing Jiang2-4/+3
2022-08-28RDMA/srp: Use the attribute group mechanism for sysfs attributesBart Van Assche1-6/+12
2022-08-28RDMA/srp: Handle dev_set_name() failureBart Van Assche1-4/+5
2022-08-28RDMA/srp: Remove the srp_host.released completionBart Van Assche2-10/+5
2022-08-28RDMA/srp: Rework the srp_add_port() error pathBart Van Assche1-8/+7
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang3-5/+5
2022-08-21RDMA/rtrs-clt: Output sg index when warning onJack Wang1-1/+1
2022-08-21RDMA/rtrs-srv: Pass the correct number of entries for dma mapped SGLJack Wang1-7/+7
2022-08-21RDMA/rtrs-clt: Use the right sg_cnt after ib_dma_map_sgJack Wang1-4/+5
2022-08-21RDMA/rtrs-srv: Add event tracing supportSantosh Pradhan5-6/+116
2022-08-21RDMA/rtrs-clt: Add event tracing supportSantosh Pradhan4-1/+112
2022-08-16IB/iser: Fix login with authenticationSergey Gorenko1-1/+6
2022-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-139/+215
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2022-08-02RDMA/ib_srpt: Unify checking rdma_cm_id condition in srpt_cm_req_recv()Li Zhijian1-4/+4
2022-07-29RDMA/srpt: Fix a use-after-freeBart Van Assche2-46/+94
2022-07-29RDMA/srpt: Introduce a reference count in struct srpt_deviceBart Van Assche2-2/+17
2022-07-29RDMA/srpt: Duplicate port name membersBart Van Assche2-6/+13
2022-07-22IB: Fix repeated words 'the the' commentsSlark Xiao1-1/+1
2022-07-18RDMA/rtrs-srv: Do not use mempool for page allocationJack Wang1-17/+6
2022-07-18RDMA/rtrs-clt: Replace list_next_or_null_rr_rcu with an inline functionMd Haris Iqbal1-19/+16
2022-07-18RDMA/rtrs-srv: Use per-cpu variables for rdma statsSantosh Kumar Pradhan4-16/+42
2022-07-18RDMA/rtrs-clt: Use this_cpu_ API for statsSantosh Kumar Pradhan1-11/+3
2022-07-18RDMA/rtrs-srv: Fix modinfo output for stringifyJack Wang1-10/+11