summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe
2018-09-20RDMA/uverbs: Fix validity check for modify QPMajd Dibbiny
2018-09-20RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe
2018-09-20RDMA/ucontext: Get rid of the old disassociate flowJason Gunthorpe
2018-09-20RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe
2018-09-19RDMA/uverbs: Fix error unwind in ib_uverbs_add_oneJason Gunthorpe
2018-09-19RDMA/core: Properly return the error code of rdma_set_src_addr_rcuYueHaibing
2018-09-19RDMA/uverbs: Remove is_closed from ib_uverbs_fileJason Gunthorpe
2018-09-13ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang
2018-09-12RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit
2018-09-12RDMA/core: Introduce rdma_read_gid_attr_ndev_rcu() to check GID attributeParav Pandit
2018-09-12RDMA/core: Simplify roce_resolve_route_from_path()Parav Pandit
2018-09-12RDMA/core: Protect against changing dst->dev during destination resolveParav Pandit
2018-09-12RDMA/core: Refer to network type instead of device typeParav Pandit
2018-09-12RDMA/core: Use common code flow for IPv4/6 for addr resolveParav Pandit
2018-09-12RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addrParav Pandit
2018-09-12RDMA/core: Introduce and use rdma_set_src_addr() between IPv4 and IPv6Parav Pandit
2018-09-12RDMA/core: Let protocol specific function typecast sockaddr structureParav Pandit
2018-09-12RDMA/core: Avoid unnecessary sa_family overwriteParav Pandit
2018-09-12RDMA/core Introduce and use rdma_find_ndev_for_src_ip_rcuParav Pandit
2018-09-12RDMA/uverbs: Atomically flush and mark closed the comp event queueSteve Wise
2018-09-11RDMA/mlx5: Add flow actions support to raw create flowMark Bloch
2018-09-11RDMA/uverbs: Move flow resources initializationMark Bloch
2018-09-11IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi
2018-09-06RDMA/core: Assign device ifindex before publishing the deviceParav Pandit
2018-09-06RDMA/core: Follow correct unregister order between sysfs and cgroupParav Pandit
2018-09-06RDMA/umem: Restore lockdep check while downgrading lockLeon Romanovsky
2018-09-06RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit
2018-09-06RDMA/core: Use simpler spin lock irq API from blocking contextParav Pandit
2018-09-06RDMA/core: Remove context entries from list while unregistering deviceParav Pandit
2018-09-06RDMA/core: Use simplified list_for_eachParav Pandit
2018-09-06RDMA/core: No need to protect kfree with spin lock and semaphoreParav Pandit
2018-09-06RDMA/{cma, core}: Avoid callback on rdma_addr_cancel()Parav Pandit
2018-09-06RDMA/core: Rate limit MAD error messagesParav Pandit
2018-09-06RDMA/core: Fail early if unsupported QP is providedParav Pandit
2018-09-06RDMA/cma: Protect cma dev list with lockParav Pandit
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe
2018-09-05RDMA/uverbs: Use device.groups to initialize device attributesParav Pandit
2018-09-05RDMA/uverbs: Use cdev_device_add() instead of cdev_add()Parav Pandit
2018-09-05RDMA/core: Depend on device_add() to add device attributesParav Pandit
2018-09-05RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()Parav Pandit
2018-09-05RDMA/core: Replace open-coded variant of get_deviceParav Pandit
2018-09-05RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky
2018-09-05IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein
2018-09-05RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch
2018-09-05RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageMark Bloch
2018-09-04IB/core: Release object lock if destroy failedArtemy Kovalyov
2018-09-04RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko