summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorLines
2021-11-17RDMA/nldev: Check stat attribute before accessing itLeon Romanovsky-1/+2
2021-11-16RDMA/core: Set send and receive CQ before forwarding to the driverLeon Romanovsky-0/+3
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+3
2021-11-03RDMA/core: Require the driver to set the IOVA correctly during rereg_mrAharon Landau-3/+0
2021-11-01Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe-2/+3
2021-10-28RDMA/core: Fix missed initialization of rdma_hw_stats::lockMark Zhang-2/+1
2021-10-28RDMA/umem: Allow pinned dmabuf umem usageGal Pressman-0/+51
2021-10-25RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang-2/+3
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman-0/+3
2021-10-20RDMA/core: Use kvzalloc when allocating the struct ib_portwangyugui-2/+2
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-1/+0
2021-10-12RDMA/iwpm: Remove redundant initialization of pointer err_strColin Ian King-1/+1
2021-10-12RDMA/nldev: Allow optional-counter status configuration through RDMA netlinkAharon Landau-4/+57
2021-10-12RDMA/nldev: Split nldev_stat_set_mode_doit out of nldev_stat_set_doitAharon Landau-46/+70
2021-10-12RDMA/nldev: Add support to get status of all countersAharon Landau-0/+98
2021-10-12RDMA/counter: Add optional counter supportAharon Landau-10/+59
2021-10-12RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau-1/+23
2021-10-12RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang-8/+43
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau-6/+8
2021-10-05RDMA/rw: switch to dma_map_sgtable()Logan Gunthorpe-25/+41
2021-10-04RDMA/cma: Split apart the multiple uses of the same list headsJason Gunthorpe-18/+27
2021-09-23RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requestsJason Gunthorpe-0/+24
2021-09-22RDMA/cma: Do not change route.addr.src_addr.ss_familyJason Gunthorpe-2/+6
2021-09-15RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failureTao Liu-3/+10
2021-09-14IB/cma: Do not send IGMP leaves for sendonly Multicast groupsChristoph Lameter-1/+6
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-528/+238
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe-35/+43
2021-08-25RDMA/core/sa_query: Retry SA queriesHåkon Bugge-1/+11
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb-24/+13
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb-15/+19
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb-2/+2
2021-08-23IB/core: Remove deprecated current_seq commentsLi Zhijian-3/+0
2021-08-19RDMA/core/sa_query: Remove unused functionHåkon Bugge-177/+0
2021-08-19RDMA/uverbs: Track dmabuf memory regionsGal Pressman-0/+3
2021-08-03RDMA/core: Create clean QP creations interface for uverbsLeon Romanovsky-52/+52
2021-08-03RDMA/core: Properly increment and decrement QP usecntsLeon Romanovsky-49/+39
2021-08-03RDMA/core: Configure selinux QP during creationLeon Romanovsky-17/+7
2021-08-03RDMA/core: Reorganize create QP low-level functionsLeon Romanovsky-63/+69
2021-08-03RDMA/core: Remove protection from wrong in-kernel API usageLeon Romanovsky-10/+0
2021-08-03RDMA/core: Delete duplicated and unreachable codeLeon Romanovsky-18/+5
2021-08-03RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky-3/+4
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky-27/+45
2021-08-02RDMA/cma: Revert INIT-INIT patchMike Marciniszyn-1/+16
2021-07-30RDMA/iwpm: Rely on the rdma_nl_[un]register() to ensure that requests are validLeon Romanovsky-68/+1
2021-07-30RDMA/iwpm: Remove not-needed reference countingLeon Romanovsky-47/+16
2021-07-30RDMA/iwcm: Release resources if iw_cm module initialization failsLeon Romanovsky-7/+12
2021-07-16IB/core: Read subnet_prefix in ib_query_port via cache.Anand Khoje-6/+2
2021-07-16IB/core: Shifting initialization of device->cache_lockAnand Khoje-2/+2
2021-07-16IB/core: Updating cache for subnet_prefix in config_non_roce_gid_cache()Anand Khoje-3/+5
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1186/+1167