summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-08-15IB/core: Change filter function return type from int to boolParav Pandit
2018-08-15IB/core: Update GID entries for netdevice whose mac address changesParav Pandit
2018-08-15IB/core: Add default GIDs of the bond master netdevParav Pandit
2018-08-15IB/core: Consider adding default GIDs of bond deviceParav Pandit
2018-08-15IB/core: Delete lower netdevice default GID entries in bonding scenarioParav Pandit
2018-08-14IB/core: Avoid confusing del_netdev_default_ipsParav Pandit
2018-08-14IB/core: Add comment for change upper netevent handlingParav Pandit
2018-08-13IB/ucm: Fix compiling ucm.cJason Gunthorpe
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-13IB/uverbs: Do not check for device disassociation during ioctlJason Gunthorpe
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe
2018-08-13IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe
2018-08-13IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe
2018-08-10IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe
2018-08-10IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe
2018-08-10IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe
2018-08-09IB/uverbs: Fix reading of 32 bit flagsJason Gunthorpe
2018-08-07IB/ucm: Initialize sgid request GID attribute pointerParav Pandit
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe
2018-08-01IB/uverbs: Do not block disassociate during write()Jason Gunthorpe
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe
2018-08-01IB/uverbs: Lower the test for ongoing disassociationJason Gunthorpe
2018-08-01IB/uverbs: Allow uobject allocation to work concurrently with disassociateJason Gunthorpe
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe
2018-08-01IB/uverbs: Consolidate uobject destructionJason Gunthorpe
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe
2018-08-01IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe
2018-07-30RDMA/core: Prefix _ib to IB/RoCE specific functionsParav Pandit
2018-07-30RDMA/core: Simplify gid type check in cma_acquire_dev()Parav Pandit
2018-07-30RDMA/core: Avoid holding lock while initializing fields on stackParav Pandit
2018-07-30RDMA/core: Return bool instead of intParav Pandit
2018-07-30RDMA/cma: Get rid of 1 bit booleanParav Pandit
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit
2018-07-30RDMA/cma: Simplify rdma_resolve_addr() error flowParav Pandit
2018-07-30RDMA/cma: Initialize resource type in __rdma_create_id()Parav Pandit
2018-07-30RDMA/core: Check for verbs callbacks before using themKamal Heib
2018-07-30RDMA/core: Remove {create,destroy}_ah from mandatory verbsKamal Heib
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-26RDMA/cma: Do not ignore net namespace for unbound cm_idParav Pandit
2018-07-26RDMA/cma: Consider netdevice for RoCE portsParav Pandit