summaryrefslogtreecommitdiffstats
path: root/include/rdma
AgeCommit message (Expand)AuthorLines
2018-09-20RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe-0/+22
2018-09-17IB/rxe: Revise the ib_wr_opcode enumJason Gunthorpe-14/+20
2018-09-13RDMA: Remove duplicated include from ib_addr.hYueHaibing-1/+0
2018-09-12RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit-0/+3
2018-09-12RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addrParav Pandit-4/+0
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl-2/+8
2018-09-11RDMA/mlx5: Add flow actions support to raw create flowMark Bloch-0/+6
2018-09-11RDMA/uverbs: Move flow resources initializationMark Bloch-14/+33
2018-09-11IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi-1/+70
2018-09-11RDMA/core: Document QP @event_handler functionChuck Lever-0/+2
2018-09-11RDMA/core: Document CM @event_handler functionChuck Lever-1/+5
2018-09-06RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit-2/+3
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe-0/+3
2018-09-05RDMA/core: Depend on device_add() to add device attributesParav Pandit-0/+3
2018-09-05RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky-1/+1
2018-09-05IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein-3/+6
2018-09-05RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch-0/+12
2018-09-05RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageMark Bloch-0/+40
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-24/+0
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko-1/+2
2018-08-17RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe-24/+0
2018-08-16Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe-0/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe-5/+8
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe-91/+0
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe-29/+7
2018-08-13IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe-0/+24
2018-08-10IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe-28/+8
2018-08-10IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe-0/+1
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe-19/+22
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe-0/+137
2018-08-10IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe-1/+1
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe-1/+5
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe-2/+4
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe-4/+3
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe-3/+9
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe-1/+6
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe-11/+18
2018-08-01IB/uverbs: Consolidate uobject destructionJason Gunthorpe-39/+35
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe-6/+11
2018-07-30RDMA/core: Return bool instead of intParav Pandit-2/+2
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit-1/+1
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit-3/+3
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe-0/+33
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche-15/+15
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche-5/+6
2018-07-27IB/cache: Restore compatibility for ib_query_gidJason Gunthorpe-0/+24
2018-07-26IB/core: Introduce and use sgid_attr in CM requestsParav Pandit-0/+13
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe-8/+0
2018-07-25IB/uverbs: Move the FD uobj type struct file allocation to alloc_commitJason Gunthorpe-1/+1
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe-3/+8