aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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/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
2019-05-21RDMA/rw: Fix doc typoIsrael Rukshin1-1/+1
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-20/+23
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse1-2/+3
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-2/+3
2019-05-13RDMA/core: Change system parameters callback from dumpit to doitParav Pandit1-12/+15
2019-05-13RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe1-8/+8
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds32-712/+1679
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-34/+35
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro2-2/+0
2019-05-07RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky1-0/+9
2019-05-06RDMA: Add EFA related definitionsGal Pressman2-0/+3
2019-05-06RDMA/umem: Remove hugetlb flagShiraz Saleem2-28/+1
2019-05-06RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksShiraz Saleem1-0/+34
2019-05-06RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem1-0/+51
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov4-4/+4
2019-05-03RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit2-16/+70
2019-05-03RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit3-2/+12
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit1-0/+55
2019-05-03IB/cm: Reduce dependency on gid attribute ndev checkParav Pandit1-2/+3