aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-19IB/uverbs: Refactor uverbs_finalize_objectsMatan Barak3-59/+54
2018-06-19IB/uverbs: Export uverbs idr and fd typesMatan Barak1-0/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+1
2018-06-18IB/mad: Use IDR for agent IDswilly@infradead.org2-35/+55
2018-06-18RDMA: Hold the sgid_attr inside the struct ib_ah/qpJason Gunthorpe1-2/+44
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2-2/+56
2018-06-18IB/core: Tidy ib_resolve_eth_dmacParav Pandit1-4/+10
2018-06-18IB/core: Add a sgid_attr pointer to struct rdma_ah_attrJason Gunthorpe1-27/+225
2018-06-18IB: Ensure that all rdma_ah_attr's are zero initializedParav Pandit1-2/+2
2018-06-18IB/mad: Agent registration is process context onlyMatthew Wilcox1-7/+9
2018-06-18RDMA/uverbs: Refactor flow_resources_alloc() functionLeon Romanovsky1-10/+5
2018-06-18RDMA/nldev: Return port capability flag for IB onlyLeon Romanovsky1-8/+8
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit5-34/+12
2018-06-18IB/core: Make rdma_find_gid_by_filter support all protocolsJason Gunthorpe1-17/+8
2018-06-18IB/core: Provide rdma_ versions of the gid cache APIJason Gunthorpe1-103/+161
2018-06-18IB/core: Replace ib_query_gid with rdma_get_gid_attrParav Pandit1-35/+31
2018-06-18IB/core: Introduce GID attribute get, put and hold APIsParav Pandit1-0/+86
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-1/+1
2018-06-18IB/core: Introduce GID entry reference countsParav Pandit1-103/+220
2018-06-17IB/core: Store default GID property per-table instead of per-entryParav Pandit1-13/+24
2018-06-17IB/core: Do not set the gid type when reserving default entriesParav Pandit1-5/+0
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-6/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-8/+11
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-4/+5
2018-06-12Convert infiniband uverbs to struct_sizeMatthew Wilcox1-2/+2
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds22-268/+642
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-18/+18
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook5-18/+18
2018-06-05RDMA/restrack: Change SPDX tag to properly reflect licenseLeon Romanovsky1-1/+1
2018-06-04infiniband: fix a possible use-after-free bugCong Wang1-1/+5
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git into for-nextJason Gunthorpe8-28/+253
2018-06-02IB/uverbs: Add support for flow countersRaed Salem2-11/+71
2018-06-02IB/core: Support passing uhw for create_flowMatan Barak2-2/+7
2018-06-02IB/uverbs: Add read counters supportRaed Salem1-1/+58
2018-06-02IB/uverbs: Add create/destroy counters supportRaed Salem4-2/+104
2018-06-02IB/uverbs: Add an ib_uobject getter to ioctl() infrastructureMatan Barak2-13/+14
2018-06-01RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky1-4/+7
2018-06-01RDMA/mad: Delete inaccessible BUG_ONLeon Romanovsky1-1/+0
2018-06-01RDMA/cma: Ignore unknown eventLeon Romanovsky1-1/+1
2018-06-01RDMA/cm: Abort loop in case of CM dequeueLeon Romanovsky1-1/+3
2018-05-30RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib coreWei Hu(Xavier)1-1/+41
2018-05-29RDMA/core: Remove indirection through ib_cache_setup()Jason Gunthorpe3-15/+2
2018-05-29IB/core: Fix error code for invalid GID entryParav Pandit1-1/+1
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-16/+2
2018-05-28IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein1-10/+1
2018-05-24IB/core: Introduce and use rdma_gid_table()Parav Pandit1-10/+15
2018-05-24IB/core: Reduce the places that use zgidParav Pandit1-5/+14
2018-05-24RDMA/ucm: Mark UCM interface as BROKENLeon Romanovsky1-2/+2
2018-05-24IB/core: Remove duplicate declaration of gid_cache_wqParav Pandit1-2/+0
2018-05-22RDMA/CMA: add rdma_iw_cm_id() and rdma_res_to_id() helpersSteve Wise1-0/+28