aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-8/+8
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-38/+5
2023-04-24Merge branch 'x86-rep-insns': x86 user copy clarificationsLinus Torvalds1-1/+1
2023-04-24Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2-8/+6
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds1-1/+1
2023-04-13RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel1-0/+2
2023-03-30IB/qib: check for user backed iterator, not specific iterator typeJens Axboe1-1/+1
2023-03-30IB/hfi1: check for user backed iterator, not specific iterator typeJens Axboe1-5/+2
2023-03-30iov_iter: add iter_iovec() helperJens Axboe2-2/+3
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-2/+2
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen2-3/+3
2023-03-24scsi: iscsi: Declare SCSI host template constBart Van Assche1-2/+2
2023-03-24scsi: RDMA/srp: Declare the SCSI host template constBart Van Assche1-1/+1
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen1-2/+2
2023-03-24scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie1-2/+2
2023-03-23RDMA/cma: Allow UD qp_type to join multicast onlyMark Zhang1-26/+34
2023-03-20RDMA/erdma: Defer probing if netdevice can not be foundCheng Xu1-1/+1
2023-03-20RDMA/erdma: Inline mtt entries into WQE if supportedCheng Xu1-1/+1
2023-03-20RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192Cheng Xu2-2/+2
2023-03-20RDMA/erdma: Fix some typosCheng Xu3-3/+3
2023-03-20IB/mlx5: Add support for 400G_8X lane speedMaher Sanalla1-0/+4
2023-03-19dyndbg: cleanup dynamic usage in ib_srp.cJason Baron1-5/+0
2023-03-19RDMA/irdma: Add ipv4 check to irdma_find_listener()Tatyana Nikolova1-6/+10
2023-03-19RDMA/irdma: Increase iWARP CM default rexmit countMustafa Ismail1-1/+1
2023-03-19RDMA/irdma: Fix memory leak of PBLE objectsMustafa Ismail1-0/+3
2023-03-19RDMA/irdma: Do not generate SW completions for NOPsMustafa Ismail1-1/+4
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman5-6/+6
2023-03-16scsi: infiniband: srpt: Remove default fabric ops calloutsDmitry Bogdanov1-33/+0
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds53-1581/+2052
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2023-02-24Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-13/+12
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe12-96/+190
2023-02-19IB/mlx5: Extend debug control for CC parametersEdward Srouji2-3/+27
2023-02-18Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel1-4/+4
2023-02-17IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2-10/+9
2023-02-17IB/hfi1: Fix math bugs in hfi1_can_pin_pages()Patrick Kelsey1-21/+40
2023-02-17RDMA/irdma: Add support for dmabuf pin memory regionsZhu Yanjun1-0/+42
2023-02-17Merge mlx5-next into rdma.git for-nextJason Gunthorpe7-71/+108
2023-02-17RDMA/mlx5: Use query_special_contexts for mkeysOr Har-Toov7-44/+48
2023-02-17net/mlx5: Change define name for 0x100 lkey valueOr Har-Toov3-7/+7
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-20/+28
2023-02-16RDMA/rxe: Fix missing memory barriers in rxe_queue.hBob Pearson2-52/+76
2023-02-16RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering me...Long Li1-10/+12
2023-02-16RDMA/rxe: Remove rxe_alloc()Bob Pearson4-66/+44
2023-02-16RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by sizeKees Cook1-5/+12
2023-02-16Subject: RDMA/rxe: Handle zero length rdmaBob Pearson2-15/+51
2023-02-15iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()Dan Carpenter1-1/+1