summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-273-37/+38
|\
| * IB/isert: Fix incorrect release of isert connectionSaravanan Vajravel2023-06-111-2/+0
| * IB/isert: Fix possible list corruption in CMA handlerSaravanan Vajravel2023-06-111-0/+4
| * IB/isert: Fix dead lock in ib_isertSaravanan Vajravel2023-06-111-2/+8
| * RDMA/rtrs: Fix rxe_dealloc_pd warningLi Zhijian2023-06-011-32/+23
| * RDMA/rtrs: Fix the last iu->buf leak in err pathLi Zhijian2023-06-011-1/+3
* | RDMA/rtrs: Remove duplicate cq_num assignmentLi Zhijian2023-06-011-1/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-293-24/+22
|\
| * RDMA/srpt: Add a check for valid 'mad_agent' pointerSaravanan Vajravel2023-04-091-10/+13
| * IB/iser: remove redundant new lineMax Gurtovoy2023-04-031-1/+0
| * IB/iser: centralize setting desc type and done callbackMax Gurtovoy2023-04-031-7/+9
| * IB/iser: remove unused macrosMax Gurtovoy2023-04-031-6/+0
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-5/+0
|\ \
| * | dyndbg: cleanup dynamic usage in ib_srp.cJason Baron2023-03-191-5/+0
| |/
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-2/+2
|\ \
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-2/+2
| |/
* | Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-242-3/+3
|\ \
| * | scsi: iscsi: Declare SCSI host template constBart Van Assche2023-03-241-2/+2
| * | scsi: RDMA/srp: Declare the SCSI host template constBart Van Assche2023-03-241-1/+1
| |/
* | Merge patch series "target: TMF and recovery fixes"Martin K. Petersen2023-03-241-2/+2
|\ \
| * | scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie2023-03-241-2/+2
| |/
* / scsi: infiniband: srpt: Remove default fabric ops calloutsDmitry Bogdanov2023-03-161-33/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-242-2/+2
|\
| * Merge branch 'mlx5-next' into HEADLeon Romanovsky2023-01-151-3/+5
| |\
| * | RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang2023-01-102-2/+2
* | | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-1/+1
|\ \ \
| * | | scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli2023-02-021-1/+1
| | |/ | |/|
* | | RDMA/rtrs: Don't call kobject_del for srv_path->kobjLi Zhijian2023-02-071-2/+1
* | | IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea2023-01-261-0/+8
|/ /
* / RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)2022-12-291-3/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-149-127/+164
|\
| * IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea2022-12-111-0/+7
| * RDMA/srp: Fix error return code in srp_parse_options()Wang Yufen2022-12-041-14/+82
| * IB/isert: use the ISCSI_LOGIN_CURRENT_STAGE macroMaurizio Lombardi2022-11-211-3/+2
| * RDMA/rtrs-srv: Remove kobject_del from rtrs_srv_destroy_once_sysfs_root_foldersGuoqing Jiang2022-11-171-1/+0
| * RDMA/rtrs-srv: Fix several issues in rtrs_srv_destroy_path_filesGuoqing Jiang2022-11-171-3/+9
| * RDMA/rtrs: Clean up rtrs_rdma_dev_pd_opsGuoqing Jiang2022-11-172-21/+4
| * RDMA/rtrs-srv: Remove outdated comments from create_conGuoqing Jiang2022-11-171-6/+0
| * RDMA/rtrs-clt: Correct the checking of ib_map_mr_sgGuoqing Jiang2022-11-171-4/+2
| * RDMA/rtrs-srv: Correct the checking of ib_map_mr_sgGuoqing Jiang2022-11-171-1/+1
| * RDMA/rtrs-srv: Refactor the handling of failure case in map_cont_bufsGuoqing Jiang2022-11-171-27/+20
| * RDMA/rtrs-srv: Refactor rtrs_srv_rdma_cm_handlerGuoqing Jiang2022-11-171-9/+8
| * IB/iser: open code iser_disconnected_handlerMax Gurtovoy2022-10-191-14/+7
| * IB/iser: add safety checks for state_mutex lockMax Gurtovoy2022-10-191-6/+20
| * IB/iser: open code iser_conn_state_comp_exchSergey Gorenko2022-10-191-18/+2
* | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\ \
| * | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
| * | [infiniband] READ is "data destination", not source...Al Viro2022-11-251-1/+1
| |/
* / treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1