summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe2018-08-013-14/+62
* IB/uverbs: Do not block disassociate during write()Jason Gunthorpe2018-08-012-12/+11
* IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-019-90/+75
* IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe2018-08-013-83/+80
* IB/uverbs: Lower the test for ongoing disassociationJason Gunthorpe2018-08-011-0/+11
* IB/uverbs: Allow uobject allocation to work concurrently with disassociateJason Gunthorpe2018-08-011-11/+26
* IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe2018-08-013-23/+57
* IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe2018-08-011-37/+57
* IB/uverbs: Consolidate uobject destructionJason Gunthorpe2018-08-011-129/+122
* IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2018-08-012-86/+44
* IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe2018-08-013-22/+32
* RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib2018-07-312-2/+2
* rdma/cxgb4: Simplify a structure initializationBart Van Assche2018-07-311-1/+1
* rdma/cxgb4: Fix SRQ endianness annotationsBart Van Assche2018-07-311-1/+2
* rdma/cxgb4: Remove a set-but-not-used variableBart Van Assche2018-07-311-2/+0
* RDMA/core: Prefix _ib to IB/RoCE specific functionsParav Pandit2018-07-301-18/+19
* RDMA/core: Simplify gid type check in cma_acquire_dev()Parav Pandit2018-07-301-9/+3
* RDMA/core: Avoid holding lock while initializing fields on stackParav Pandit2018-07-301-22/+14
* RDMA/core: Return bool instead of intParav Pandit2018-07-301-10/+13
* RDMA/cma: Get rid of 1 bit booleanParav Pandit2018-07-301-2/+2
* RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit2018-07-304-35/+48
* RDMA/core: Constify dst_addr argumentParav Pandit2018-07-302-9/+9
* RDMA/cma: Simplify rdma_resolve_addr() error flowParav Pandit2018-07-301-10/+4
* RDMA/cma: Initialize resource type in __rdma_create_id()Parav Pandit2018-07-301-1/+1
* RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou2018-07-304-10/+13
* RDMA/hns: Use macro instead of magic numberLijun Ou2018-07-302-2/+5
* RDMA/hns: Modify qp will return errno when qp type is illegalLijun Ou2018-07-301-0/+1
* RDMA/hns: Assign the value for vlan field of qp contextLijun Ou2018-07-302-6/+13
* RDMA/hns: Only assgin the fields of the av if IB_QP_AV bit is setLijun Ou2018-07-301-31/+80
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-3013-239/+0
* RDMA/core: Check for verbs callbacks before using themKamal Heib2018-07-302-1/+5
* RDMA/core: Remove {create,destroy}_ah from mandatory verbsKamal Heib2018-07-301-2/+0
* RDMA/ipoib: Fix check for return code from ib_create_srqKamal Heib2018-07-301-1/+1
* RDMA/providers: Fix return value from create_srq callbacksKamal Heib2018-07-303-3/+3
* IB/mlx4: Use 4K pages for kernel QP's WQE bufferJack Morgenstein2018-07-302-176/+34
* IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe2018-07-306-30/+86
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-3038-220/+233
* IB/mlx5, ib_post_send(), IB_WR_REG_SIG_MR: Do not modify the 'wr' argumentBart Van Assche2018-07-301-12/+18
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-3017-83/+91
* IB/iser: Inline two work request conversion functionsBart Van Assche2018-07-301-2/+3
* RDMA/hns: Enable modify_cq for uverbs.Lijun Ou2018-07-261-0/+3
* RDMA/hns: Update the data type of immediate dataLijun Ou2018-07-262-7/+11
* RDMA/hns: Use delay instead of usleepLijun Ou2018-07-261-2/+2
* RDMA/hns: Add illegal hop_num judgementLijun Ou2018-07-261-0/+3
* RDMA/hns: Return correct error code from hns_roce_v1_rsv_lp_qp()Lijun Ou2018-07-261-1/+2
* RDMA/hns: Add 50GE type of hnae3 device matchLijun Ou2018-07-261-0/+2
* RDMA/hns: Do not overwrite the error code during error unwind in hns_roce_initLijun Ou2018-07-261-2/+1
* IB/mlx5: avoid excessive warning msgs when creating VFs on 2nd portQing Huang2018-07-261-2/+2
* RDMA/usnic: Suppress a compiler warningBart Van Assche2018-07-262-3/+3
* RDMA/cma: Do not ignore net namespace for unbound cm_idParav Pandit2018-07-261-3/+10