summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/nldev: Check stat attribute before accessing itLeon Romanovsky2021-11-171-1/+2
* RDMA/core: Set send and receive CQ before forwarding to the driverLeon Romanovsky2021-11-161-0/+3
* Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-0/+3
|\
| * dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+3
* | RDMA/core: Require the driver to set the IOVA correctly during rereg_mrAharon Landau2021-11-031-3/+0
* | Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-011-2/+3
|\ \
| * | RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang2021-10-251-2/+3
| |/
* | RDMA/core: Fix missed initialization of rdma_hw_stats::lockMark Zhang2021-10-282-2/+1
* | RDMA/umem: Allow pinned dmabuf umem usageGal Pressman2021-10-281-0/+51
* | RDMA/core: Use kvzalloc when allocating the struct ib_portwangyugui2021-10-201-2/+2
* | RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-121-1/+0
* | RDMA/iwpm: Remove redundant initialization of pointer err_strColin Ian King2021-10-121-1/+1
* | RDMA/nldev: Allow optional-counter status configuration through RDMA netlinkAharon Landau2021-10-121-4/+57
* | RDMA/nldev: Split nldev_stat_set_mode_doit out of nldev_stat_set_doitAharon Landau2021-10-121-46/+70
* | RDMA/nldev: Add support to get status of all countersAharon Landau2021-10-121-0/+98
* | RDMA/counter: Add optional counter supportAharon Landau2021-10-123-10/+59
* | RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau2021-10-122-1/+23
* | RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang2021-10-123-8/+43
* | RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-122-6/+8
* | RDMA/rw: switch to dma_map_sgtable()Logan Gunthorpe2021-10-051-25/+41
* | RDMA/cma: Split apart the multiple uses of the same list headsJason Gunthorpe2021-10-042-18/+27
|/
* RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requestsJason Gunthorpe2021-09-232-0/+24
* RDMA/cma: Do not change route.addr.src_addr.ss_familyJason Gunthorpe2021-09-221-2/+6
* RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failureTao Liu2021-09-151-3/+10
* IB/cma: Do not send IGMP leaves for sendonly Multicast groupsChristoph Lameter2021-09-141-1/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-0216-528/+238
|\
| * Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-303-35/+43
| |\
| | * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-242-24/+13
| | * lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb2021-08-241-15/+19
| | * lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb2021-08-241-2/+2
| * | RDMA/core/sa_query: Retry SA queriesHåkon Bugge2021-08-252-1/+11
| * | IB/core: Remove deprecated current_seq commentsLi Zhijian2021-08-231-3/+0
| * | RDMA/core/sa_query: Remove unused functionHåkon Bugge2021-08-191-177/+0
| * | RDMA/core: Create clean QP creations interface for uverbsLeon Romanovsky2021-08-034-52/+52
| * | RDMA/core: Properly increment and decrement QP usecntsLeon Romanovsky2021-08-034-49/+39
| * | RDMA/core: Configure selinux QP during creationLeon Romanovsky2021-08-033-17/+7
| * | RDMA/core: Reorganize create QP low-level functionsLeon Romanovsky2021-08-032-63/+69
| * | RDMA/core: Remove protection from wrong in-kernel API usageLeon Romanovsky2021-08-031-10/+0
| * | RDMA/core: Delete duplicated and unreachable codeLeon Romanovsky2021-08-032-18/+5
| * | RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky2021-08-031-3/+4
| * | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-034-27/+45
| * | RDMA/iwpm: Rely on the rdma_nl_[un]register() to ensure that requests are validLeon Romanovsky2021-07-303-68/+1
| * | RDMA/iwpm: Remove not-needed reference countingLeon Romanovsky2021-07-302-47/+16
| * | RDMA/iwcm: Release resources if iw_cm module initialization failsLeon Romanovsky2021-07-301-7/+12
| * | IB/core: Read subnet_prefix in ib_query_port via cache.Anand Khoje2021-07-161-6/+2
| * | IB/core: Shifting initialization of device->cache_lockAnand Khoje2021-07-162-2/+2
| * | IB/core: Updating cache for subnet_prefix in config_non_roce_gid_cache()Anand Khoje2021-07-161-3/+5
* | | RDMA/uverbs: Track dmabuf memory regionsGal Pressman2021-08-191-0/+3
| |/ |/|
* | RDMA/cma: Revert INIT-INIT patchMike Marciniszyn2021-08-021-1/+16
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-0130-1186/+1167
|\