summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
* IB/cm: Release previously acquired reference counter in the cm_id_privMark Zhang2022-01-281-1/+1
* RDMA/ucma: Protect mc during concurrent multicast leavesLeon Romanovsky2022-01-281-11/+23
* RDMA/cma: Use correct address when leaving multicast groupMaor Gottlieb2022-01-281-10/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-01-136-15/+25
|\
| * Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe2022-01-132-1/+4
| |\
| * | RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
| * | Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe2021-12-142-1/+5
| |\ \
| * | | RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entryAvihai Horon2021-12-141-3/+9
| * | | RDMA/core: Let ib_find_gid() continue search even after empty entryAvihai Horon2021-12-141-1/+2
| * | | RDMA/core: Modify rdma_query_gid() to return accurate error codesAvihai Horon2021-12-141-3/+9
| * | | IB/core: Remove redundant pointer mmColin Ian King2021-12-061-2/+1
| * | | RDMA/uverbs: Remove the unnecessary assignmentZhu Yanjun2021-12-061-1/+0
| * | | RDMA/cma: Remove open coding of overflow checking for private_data_lenHåkon Bugge2021-11-251-4/+2
* | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-101-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
| | |/ | |/|
* | | RDMA/core: Don't infoleak GRH fieldsLeon Romanovsky2022-01-051-1/+1
* | | RDMA/uverbs: Check for null return of kmalloc_arrayJiasheng Jiang2022-01-051-0/+3
|/ /
* | 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