aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-25RDMA/verbs: Drop kernel variant of create_flowLeon Romanovsky1-17/+0
2018-06-25RDMA/uverbs: Check existence of create_flow callbackJason Gunthorpe1-0/+5
2018-06-25RDMA/core: Remove unused ib cache functionsJason Gunthorpe1-68/+0
2018-06-25IB/cm: Use sgid_attr from the AVParav Pandit1-14/+6
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit4-63/+93
2018-06-25IB/cm: Pass the sgid_attr through various eventsParav Pandit2-2/+7
2018-06-25IB/cm: Keep track of the sgid_attr that created the cm idParav Pandit1-26/+41
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit3-13/+18
2018-06-25IB: Make ib_init_ah_from_mcmember set sgid_attrParav Pandit2-15/+27
2018-06-25IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit3-54/+60
2018-06-22IB/core: Free GID table entry during GID deletionParav Pandit1-5/+23
2018-06-22RDMA/cma: Consider net namespace while leaving multicast groupParav Pandit1-33/+24
2018-06-22IB/uverbs: Delete type and id from uverbs_obj_attrJason Gunthorpe1-4/+2
2018-06-19IB/core: Expose ib_ucontext from a given ib_uverbs_fileYishai Hadas1-0/+6
2018-06-19IB/uverbs: Allow an empty namespace in ioctl() frameworkMatan Barak1-2/+13
2018-06-19IB/uverbs: Add a macro to define a type with no kernel known sizeMatan Barak1-2/+2
2018-06-19IB/uverbs: Add PTR_IN attributes that are allocated/copied automaticallyMatan Barak1-1/+24
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