summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-303-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-281-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-252-3/+3
|\ \
| * | scsi: iscsi: Declare SCSI host template constBart Van Assche2023-03-251-2/+2
| * | scsi: RDMA/srp: Declare the SCSI host template constBart Van Assche2023-03-251-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-171-33/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-252-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-241-1/+1
|\ \ \
| * | | scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli2023-02-031-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-131-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-121-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-2/+1
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-074-13/+20
|\
| * RDMA/srp: Set scmnd->result only when scmnd is not NULLyangx.jy@fujitsu.com2022-09-011-1/+2
| * RDMA/rtrs-srv: Pass the correct number of entries for dma mapped SGLJack Wang2022-08-211-7/+7
| * RDMA/rtrs-clt: Use the right sg_cnt after ib_dma_map_sgJack Wang2022-08-211-4/+5
| * IB/iser: Fix login with authenticationSergey Gorenko2022-08-161-1/+6
* | RDMA/srp: Support more than 255 rdma portsMikhael Goikhman2022-09-222-7/+7