aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-7/+26
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-1/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2-21/+79
2018-08-15IB/core: Change filter function return type from int to boolParav Pandit2-31/+43
2018-08-15IB/core: Update GID entries for netdevice whose mac address changesParav Pandit1-6/+7
2018-08-15IB/core: Add default GIDs of the bond master netdevParav Pandit1-29/+59
2018-08-15IB/core: Consider adding default GIDs of bond deviceParav Pandit1-1/+23
2018-08-15IB/core: Delete lower netdevice default GID entries in bonding scenarioParav Pandit1-9/+62
2018-08-14IB/core: Avoid confusing del_netdev_default_ipsParav Pandit1-13/+10
2018-08-14IB/core: Add comment for change upper netevent handlingParav Pandit1-16/+39
2018-08-13IB/ucm: Fix compiling ucm.cJason Gunthorpe1-5/+5
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-08-13IB/uverbs: Do not check for device disassociation during ioctlJason Gunthorpe1-28/+13
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe6-742/+2
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe3-269/+210
2018-08-13IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe1-12/+8
2018-08-13IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe1-20/+89
2018-08-10IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe2-35/+64
2018-08-10IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe1-55/+57
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe3-51/+57
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe5-3/+408
2018-08-10IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe3-20/+33
2018-08-09IB/uverbs: Fix reading of 32 bit flagsJason Gunthorpe1-1/+1
2018-08-07IB/ucm: Initialize sgid request GID attribute pointerParav Pandit1-4/+1
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe3-14/+62
2018-08-01IB/uverbs: Do not block disassociate during write()Jason Gunthorpe2-12/+11
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe7-63/+51
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe3-83/+80
2018-08-01IB/uverbs: Lower the test for ongoing disassociationJason Gunthorpe1-0/+11
2018-08-01IB/uverbs: Allow uobject allocation to work concurrently with disassociateJason Gunthorpe1-11/+26
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe3-23/+57
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe1-37/+57
2018-08-01IB/uverbs: Consolidate uobject destructionJason Gunthorpe1-129/+122
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2-86/+44
2018-08-01IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe3-22/+32
2018-07-30RDMA/core: Prefix _ib to IB/RoCE specific functionsParav Pandit1-18/+19
2018-07-30RDMA/core: Simplify gid type check in cma_acquire_dev()Parav Pandit1-9/+3
2018-07-30RDMA/core: Avoid holding lock while initializing fields on stackParav Pandit1-22/+14
2018-07-30RDMA/core: Return bool instead of intParav Pandit1-10/+13
2018-07-30RDMA/cma: Get rid of 1 bit booleanParav Pandit1-2/+2
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit1-24/+31
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit2-9/+9
2018-07-30RDMA/cma: Simplify rdma_resolve_addr() error flowParav Pandit1-10/+4
2018-07-30RDMA/cma: Initialize resource type in __rdma_create_id()Parav Pandit1-1/+1
2018-07-30RDMA/core: Check for verbs callbacks before using themKamal Heib2-1/+5
2018-07-30RDMA/core: Remove {create,destroy}_ah from mandatory verbsKamal Heib1-2/+0
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe4-15/+69
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-3/+6
2018-07-26RDMA/cma: Do not ignore net namespace for unbound cm_idParav Pandit1-3/+10
2018-07-26RDMA/cma: Consider netdevice for RoCE portsParav Pandit1-3/+2