aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
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-1574/+2045
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-95/+189
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-19/+38
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
2023-02-15RDMA/mlx5: Use rdma_umem_for_each_dma_block()Jason Gunthorpe1-3/+1
2023-02-14net/mlx5: Lag, Add single RDMA device in multiport modeMark Bloch1-5/+13
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan5-13/+12
2023-02-08Merge tag 'mlx5-next-netdev-deadlock' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2-24/+57
2023-02-08RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregisterJiri Pirko2-24/+57
2023-02-08RDMA/irdma: Cap MSIX used to online CPUs + 1Mustafa Ismail1-0/+2
2023-02-07RDMA/mlx5: Check reg_create() create for errorsDan Carpenter1-0/+2
2023-02-07RDMA/rtrs: Don't call kobject_del for srv_path->kobjLi Zhijian1-2/+1
2023-02-06Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski2-419/+226
2023-02-06RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()Nikita Zhandarovich1-0/+3
2023-02-06RDMA/mlx5: Remove impossible check of mkey cache cleanup failureLeon Romanovsky3-11/+4
2023-02-06RDMA/mlx5: Fix MR cache debugfs error in IB representors modeLeon Romanovsky1-0/+4
2023-02-06RDMA/siw: Fix user page pinning accountingBernard Metzler1-11/+12
2023-02-06RDMA/mana_ib: Prevent array underflow in mana_ib_create_qp_raw()Dan Carpenter1-1/+1
2023-02-02scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli1-1/+1
2023-02-02RDMA/cxgb4: add null-ptr-check after ip_dev_find()Nikita Zhandarovich1-0/+4
2023-02-01bnxt_en: Remove runtime interrupt vector allocationAjit Khaparde2-37/+12
2023-02-01RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde1-4/+7
2023-02-01bnxt_en: Remove struct bnxt access from RoCE driverHongguang Gao1-15/+7
2023-02-01bnxt_en: Use auxiliary bus calls over proprietary callsAjit Khaparde1-41/+61
2023-02-01bnxt_en: Use direct API instead of indirectionAjit Khaparde1-55/+16
2023-02-01bnxt_en: Remove usage of ulp_idAjit Khaparde1-13/+11
2023-02-01RDMA/bnxt_re: Use auxiliary driver interfaceAjit Khaparde2-273/+131
2023-01-31IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-01-31RDMA/umem: Use dma-buf locked API to solve deadlockMaor Gottlieb1-4/+4
2023-01-30RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang1-4/+4
2023-01-29RDMA/irdma: Fix potential NULL-ptr-dereferenceNikita Zhandarovich1-0/+3
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-77/+163
2023-01-27RDMA/mlx5: Add work to remove temporary entries from the cacheMichael Guralnik3-23/+82
2023-01-27RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flowMichael Guralnik2-13/+44
2023-01-27RDMA/mlx5: Introduce mlx5r_cache_rb_keyMichael Guralnik3-84/+201
2023-01-27RDMA/mlx5: Change the cache structure to an RB-treeMichael Guralnik3-47/+132
2023-01-27RDMA/mlx5: Remove implicit ODP cache entryAharon Landau1-15/+5
2023-01-27RDMA/mlx5: Don't keep umrable 'page_shift' in cache entriesAharon Landau3-5/+1
2023-01-27RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarrayBob Pearson3-299/+251
2023-01-26IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea1-0/+8
2023-01-26RDMA/rxe: Cleanup page variables in rxe_mr.cBob Pearson2-20/+22
2023-01-26RDMA-rxe: Isolate mr code from atomic_write_reply()Bob Pearson3-42/+59
2023-01-26RDMA-rxe: Isolate mr code from atomic_reply()Bob Pearson4-100/+105
2023-01-26RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.cBob Pearson3-36/+38
2023-01-26RDMA/rxe: Cleanup mr_check_rangeBob Pearson1-3/+1
2023-01-26RDMA/irdma: Split CQ handler into irdma_reg_user_mr_type_cqZhu Yanjun1-29/+40
2023-01-26RDMA/irdma: Split QP handler into irdma_reg_user_mr_type_qpZhu Yanjun1-14/+33
2023-01-26RDMA/irdma: Split mr alloc and free into new functionsZhu Yanjun1-28/+46
2023-01-26RDMA/irdma: Split MEM handler into irdma_reg_user_mr_type_memZhu Yanjun1-32/+50
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-2/+2
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye3-0/+11
2023-01-22IB/hfi1: Restore allocated resources on failed copyoutDean Luick1-2/+5
2023-01-15RDMA/erdma: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-2/+2
2023-01-15RDMA/mlx5: Print error syndrome in case of fatal QP errorsPatrisious Haddad3-3/+48
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang7-72/+191
2023-01-15Merge branch 'mlx5-next' into HEADLeon Romanovsky3-20/+43
2023-01-15RDMA/cxgb4: Replace 0-length arrays with flexible arraysKees Cook1-20/+6
2023-01-10IB/hfi1: Use dma_mmap_coherent for matching buffersDean Luick1-24/+57
2023-01-10IB/hfi1: Update RMT size calculationDean Luick1-27/+32
2023-01-10IB/hfi1: Split IB counter allocationDean Luick1-47/+30
2023-01-10IB/hfi1: Improve TID validity checkingDean Luick1-8/+8
2023-01-10IB/hfi1: Consolidate the creation of user TIDsDean Luick2-7/+6
2023-01-10IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-01-10IB/hfi1: Remove redundant pageidx variableDean Luick1-13/+9
2023-01-10IB/hfi1: Remove user expected buffer invalidate raceDean Luick2-5/+55
2023-01-10IB/hfi1: Immediately remove invalid memory from hardwareDean Luick2-14/+30
2023-01-10IB/hfi1: Fix expected receive setup error exit issuesDean Luick1-33/+50
2023-01-10IB/hfi1: Reserve user expected TIDsDean Luick1-8/+6
2023-01-10IB/hfi1: Reject a zero-length user expected bufferDean Luick1-0/+2
2023-01-10RDMA/core: Fix ib block iterator counter overflowYonatan Nachum1-2/+5
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang4-131/+74
2023-01-10RDMA/core: Refactor rdma_bind_addrPatrisious Haddad1-123/+130
2023-01-09RDMA/rxe: Prevent faulty rkey generationDaisuke Matsuda1-5/+5
2023-01-09RDMA/rxe: Fix inaccurate constants in rxe_type_infoDaisuke Matsuda1-11/+11
2023-01-09RDMA/hns: Support cqe inline in user spaceLuoyouming4-1/+21
2023-01-09RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming4-11/+29
2023-01-09RDMA/hns: Remove rq inline in kernelLuoyouming3-147/+0
2023-01-04RDMA/irdma: Remove extra ret variable in favor of existing errZhu Yanjun1-3/+2
2023-01-01RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-01RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for deviceShay Drory1-3/+3
2022-12-29RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)1-3/+5
2022-12-28RDMA/hns: Fix refcount leak in hns_roce_mmapMiaoqian Lin1-2/+3
2022-12-28RDMA/erdma: Fix refcount leak in erdma_mmapMiaoqian Lin1-1/+3
2022-12-27RDMA/cxgb4: remove unnecessary NULL check in __c4iw_poll_cq_one()Alexey Kodanev1-1/+1
2022-12-27RDMA/hfi1: Fix doc for hfi1_free_ctxtMiaoqian Lin1-1/+1
2022-12-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-33/+41
2022-12-16RDMA/siw: Fix pointer cast warningArnd Bergmann1-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-7/+7
2022-12-15RDMA/rxe: Fix compile warnings on 32-bitJason Gunthorpe1-32/+40
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds86-861/+3444
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-15/+13
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-9/+8
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+4
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds3-36/+8
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-2/+2
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-11IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2022-12-11RDMA: Add missed netdev_put() for the netdevice_trackerJason Gunthorpe1-1/+1
2022-12-10trace: Relocate event helper filesChuck Lever2-2/+2
2022-12-09RDMA/rxe: Enable RDMA FLUSH capability for rxe deviceLi Zhijian1-0/+2
2022-12-09RDMA/cm: Make QP FLUSHABLE for supported deviceLi Zhijian1-2/+11
2022-12-09RDMA/rxe: Implement flush completionLi Zhijian1-1/+3
2022-12-09RDMA/rxe: Implement flush execution in responder sideLi Zhijian4-20/+183
2022-12-09RDMA/rxe: Implement RC RDMA FLUSH service in requester sideLi Zhijian1-1/+14
2022-12-09RDMA/rxe: Extend rxe packet format to support flushLi Zhijian3-5/+73
2022-12-09RDMA/rxe: Allow registering persistent flag for pmem MR onlyLi Zhijian1-2/+20
2022-12-09RDMA/rxe: Fix incorrect responder length checkingBob Pearson1-25/+35
2022-12-09RDMA/rxe: Fix oops with zero length readsDaisuke Matsuda1-3/+5
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe9-21/+30
2022-12-08RDMA/mlx5: Remove not-used IB_FLOW_SPEC_IB defineZhu Yanjun1-1/+0
2022-12-07RDMA/hns: Fix XRC caps on HIP08Chengchang Tang1-2/+3
2022-12-07RDMA/hns: Fix error code of CMDChengchang Tang2-1/+30
2022-12-07RDMA/hns: Fix page size cap from firmwareChengchang Tang1-0/+3
2022-12-07RDMA/hns: Fix PBL page MTR findChengchang Tang1-1/+2
2022-12-07RDMA/hns: Fix AH attr queried by query_qpChengchang Tang1-0/+2
2022-12-07RDMA/hns: Fix the gid problem caused by free mrYixing Liu2-46/+137
2022-12-07RDMA/cma: Change RoCE packet life time from 18 to 16Chao Leng1-1/+1
2022-12-07RDMA/hfi1: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-12-04RDMA/mlx5: no need to kfree NULL pointerLi Zhijian1-4/+2
2022-12-04RDMA/srp: Fix error return code in srp_parse_options()Wang Yufen1-14/+82
2022-12-04RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
2022-12-04RDMA: Disable IB HW for UMLRandy Dunlap1-0/+2
2022-12-01RDMA/rxe: Enable atomic write capability for rxe deviceXiao Yang1-0/+5
2022-12-01RDMA/rxe: Implement atomic write completionXiao Yang1-0/+4
2022-12-01RDMA/rxe: Make responder support atomic write on RC serviceXiao Yang1-5/+79
2022-12-01RDMA/rxe: Make requester support atomic write on RC serviceXiao Yang1-2/+13
2022-12-01RDMA/rxe: Extend rxe packet format to support atomic writeXiao Yang2-0/+21
2022-12-01IB/hfi1: Switch to netif_napi_add()Yang Yang1-1/+1
2022-11-30RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand1-1/+1
2022-11-30RDMA/siw: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-11-30RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-11-30RDMA/umem: remove FOLL_FORCE usageDavid Hildenbrand1-4/+4
2022-11-30RDMA/nldev: Fix failure to send large messagesMark Zhang1-1/+1
2022-11-30RDMA/nldev: Add NULL check to silence false warningsOr Har-Toov1-8/+36
2022-11-29net/mlx5: Generalize name of UMR alignment definitionTariq Toukan2-9/+8
2022-11-29RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi1-8/+4
2022-11-28RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can1-0/+2
2022-11-28RDMA: Add netdevice_tracker to ib_device_set_netdev()Jason Gunthorpe1-2/+4
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-25[infiniband] READ is "data destination", not source...Al Viro1-1/+1
2022-11-24RDMA/erdma: Notify the latest PI to FW for reflushing when necessaryCheng Xu2-9/+26
2022-11-24RDMA/erdma: Implement the lifecycle of reflushing work for each QPCheng Xu3-0/+28
2022-11-24RDMA/erdma: Add a workqueue for WRs reflushingCheng Xu2-2/+13
2022-11-24RDMA/erdma: Fix a typo in annotationCheng Xu1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman3-4/+4
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie9-21/+30
2022-11-22RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu1-3/+3
2022-11-22RDMA/rxe: Do not NULL deref on debugging failure pathJason Gunthorpe1-1/+1
2022-11-22RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao1-2/+2
2022-11-22RDMA/irdma: Initialize net_type before checking itMustafa Ismail1-0/+1
2022-11-22RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2022-11-21IB/isert: use the ISCSI_LOGIN_CURRENT_STAGE macroMaurizio Lombardi1-3/+2
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman9-21/+30