summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorLines
2019-01-29IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas-5/+13
2019-01-25IB/uverbs: Fix ioctl query port to consider device disassociationYishai Hadas-1/+7
2019-01-25IB/uverbs: Fix OOPs upon device disassociationYishai Hadas-4/+3
2019-01-25RDMA/umem: Add missing initialization of owning_mmArtemy Kovalyov-0/+3
2019-01-21RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe-4/+10
2019-01-14RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe-13/+59
2019-01-08RDMA/cma: Add cm_id restrack resource based on kernel or user cm_id typeSteve Wise-1/+4
2019-01-07RDMA/nldev: Don't expose unsafe global rkey to regular userLeon Romanovsky-4/+0
2019-01-07RDMA/uverbs: Fix post send success return value in case of errorGal Pressman-1/+3
2019-01-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-0/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-2/+1
2019-01-02IB/core: Add advise_mr to the list of known opsMoni Shoua-0/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds-12/+8
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1847/+2672
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse-12/+8
2018-12-22IB/uverbs: Signedness bug in UVERBS_HANDLER()Dan Carpenter-1/+1
2018-12-21IB/umad: Start using dev_groups of classParav Pandit-16/+12
2018-12-21IB/umad: Use class_groups and let core create class fileParav Pandit-9/+14
2018-12-21IB/umad: Refactor code to use cdev_device_add()Parav Pandit-85/+86
2018-12-21IB/umad: Avoid destroying device while it is accessedParav Pandit-9/+13
2018-12-21IB/umad: Simplify and avoid dynamic allocation of classParav Pandit-21/+21
2018-12-20RDMA/iwcm: Don't copy past the end of dev_name() stringSteve Wise-4/+8
2018-12-20IB/core: Move query port to ioctlMichael Guralnik-53/+104
2018-12-20RDMA/nldev: Expose port_cap_flags2Michael Guralnik-3/+6
2018-12-20IB/core: uverbs copy to struct or zero helperMichael Guralnik-0/+11
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman-16/+20
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman-7/+13
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch-36/+39
2018-12-18IB/uverbs: Add support to advise_mrMoni Shoua-1/+55
2018-12-18RDMA/uverbs: Add an ioctl method to destroy an objectParav Pandit-7/+63
2018-12-18RDMA/uverbs: Add a method to introspect handles in a contextJason Gunthorpe-1/+88
2018-12-18RDMA/core: Delete RoCE GID in hw when corresponding IP is deletedParav Pandit-4/+3
2018-12-18RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe-23/+89
2018-12-12IB/core: Fix oops in netdev_next_upper_dev_rcu()Mark Zhang-0/+3
2018-12-12RDMA: Start use ib_device_opsKamal Heib-295/+306
2018-12-11RDMA/core: Introduce ib_device_opsKamal Heib-0/+98
2018-12-11RDMA/uverbs: Optimize clearing of extra bytes in responseLeon Romanovsky-6/+8
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe-16/+10
2018-12-11IB/core: Add new IB ratesMichael Guralnik-0/+12
2018-12-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed-2/+12
2018-12-07RDMA/core: Validate port number in query_pkey verbYuval Shaia-0/+3
2018-12-04IB/core: Enable getting an object type from a given uobjectYishai Hadas-5/+1
2018-12-04IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas-13/+39
2018-12-03RDMA/nldev: Export to user space number of contextsLeon Romanovsky-0/+1
2018-12-03RDMA/uverbs: Annotate alloc/deallloc paths with context trackingLeon Romanovsky-0/+5
2018-12-03RDMA/restrack: Track ucontextLeon Romanovsky-0/+5
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe-128/+54
2018-12-03RDMA/uverbs: Do not check the input length on create_cq/qp pathsJason Gunthorpe-29/+9
2018-12-03RDMA/uverbs: Use the iterator for ib_uverbs_unmarshall_recv()Jason Gunthorpe-40/+63