aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-05RDMA/nldev: Allow counter auto mode configration through RDMA netlinkMark Zhang1-0/+78
2019-07-05RDMA/counter: Add "auto" configuration mode supportMark Zhang3-0/+233
2019-07-05RDMA/counter: Add set/clear per-port auto mode supportMark Zhang3-1/+80
2019-07-05RDMA/restrack: Make is_visible_in_pid_ns() as an APIMark Zhang3-13/+16
2019-07-05RDMA/restrack: Add an API to attach a task to a resourceMark Zhang2-0/+16
2019-07-05RDMA/restrack: Introduce statistic counterMark Zhang1-5/+17
2019-07-04RDMA/uverbs: remove redundant assignment to variable retColin Ian King1-1/+1
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe9-61/+64
2019-06-25RDMA/netlink: Audit policy settings for netlink attributesDoug Ledford1-13/+12
2019-06-25docs: infiniband: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-24RDMA/rw: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin1-97/+70
2019-06-24RDMA/rw: Introduce rdma_rw_inv_key helperIsrael Rukshin1-8/+17
2019-06-24RDMA/core: Validate integrity handover device capMax Gurtovoy1-0/+6
2019-06-24RDMA/core: Rename signature qp create flag and signature device capabilityIsrael Rukshin1-2/+2
2019-06-24RDMA/core: Add an integrity MR pool supportIsrael Rukshin2-4/+8
2019-06-24RDMA/core: Add signature attrs element for ib_mr structureMax Gurtovoy2-1/+13
2019-06-24RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl'sMax Gurtovoy2-1/+40
2019-06-24RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity APIIsrael Rukshin2-0/+47
2019-06-24RDMA/core: Save the MR type in the ib_mr structureMax Gurtovoy3-0/+4
2019-06-20RDMA/odp: Do not leak dma maps when working with huge pagesJason Gunthorpe1-1/+2
2019-06-20RDMA/uverbs: Use offsetofend instead of opencodingJason Gunthorpe1-6/+3
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-0/+3
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky1-7/+5
2019-06-19RDMA/netlink: Resort policy arrayDoug Ledford1-75/+78
2019-06-18RDMA/odp: Fix missed unlock in non-blocking invalidate_startJason Gunthorpe1-5/+9
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe5-5/+105
2019-06-18RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe3-0/+201
2019-06-17RDMA: Move rdma_node_type to uapi/Jason Gunthorpe1-1/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky5-34/+61
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2-5/+3
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe2-3/+7
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2-1/+3
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2-4/+10
2019-06-10rdma: Delete the ib_ucm moduleJason Gunthorpe2-1353/+0
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-36/+4
2019-06-07ucma: Convert ctx_idr to XArrayMatthew Wilcox1-34/+24
2019-06-07ucma: Convert multicast_idr to XArrayMatthew Wilcox1-19/+11
2019-06-07RDMA/ucma: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner4-36/+4
2019-05-30RDMA/uverbs: check for allocation failure in uapi_add_elm()Dan Carpenter1-0/+2
2019-05-27RDMA: Convert put_page() to put_user_page*()John Hubbard2-8/+9
2019-05-27RDMA/core: Fix panic when port_data isn't initializedKamal Heib1-5/+9
2019-05-27RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman2-5/+6
2019-05-27RDMA/core: Clear out the udata before error unwindJason Gunthorpe3-6/+19
2019-05-21RDMA/core: Return void from ib_device_check_mandatory()Kamal Heib1-7/+2
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2-45/+37
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky1-9/+26
2019-05-21RDMA/core: Fix doc typoIsrael Rukshin2-4/+4
2019-05-21RDMA/rw: Add info regarding SG count failureMax Gurtovoy1-1/+2
2019-05-21RDMA/rw: Print the correct number of sig MRsIsrael Rukshin1-1/+1