aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-04RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe4-31/+25
2018-07-04RDMA/uverbs: Split UVERBS_ATTR_FLOW_ACTION_ESP_HANDLEJason Gunthorpe1-4/+8
2018-07-04RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe4-24/+24
2018-07-04IB/core: type promotion bug in rdma_rw_init_one_mr()Dan Carpenter1-1/+1
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas9-99/+137
2018-06-29IB/cm: Remove now useless rcu_lock in dst_fetch_haJason Gunthorpe1-7/+5
2018-06-27IB/core: Check for rdma_protocol_ib only after validating port_numJason Gunthorpe1-8/+11
2018-06-26RDMA/uverbs: Remove redundant checkLeon Romanovsky1-3/+0
2018-06-26RDMA/umem: Don't check for a negative return value of dma_map_sg_attrs()Leon Romanovsky1-1/+1
2018-06-26RDMA/uverbs: Don't overwrite NULL pointer with ZERO_SIZE_PTRLeon Romanovsky1-1/+4
2018-06-25RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky3-16/+8
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