aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-01IB/uverbs: Do not block disassociate during write()Jason Gunthorpe2-12/+11
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe11-94/+78
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe4-86/+89
2018-08-01IB/uverbs: Lower the test for ongoing disassociationJason Gunthorpe1-0/+11
2018-08-01IB/uverbs: Allow uobject allocation to work concurrently with disassociateJason Gunthorpe1-11/+26
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe4-24/+63
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe3-48/+75
2018-08-01IB/uverbs: Consolidate uobject destructionJason Gunthorpe3-168/+157
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe4-92/+55
2018-08-01IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe3-22/+32
2018-07-31RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib2-2/+2
2018-07-31rdma/cxgb4: Simplify a structure initializationBart Van Assche1-1/+1
2018-07-31rdma/cxgb4: Fix SRQ endianness annotationsBart Van Assche2-3/+4
2018-07-31rdma/cxgb4: Remove a set-but-not-used variableBart Van Assche1-2/+0
2018-07-30RDMA/core: Prefix _ib to IB/RoCE specific functionsParav Pandit1-18/+19
2018-07-30RDMA/core: Simplify gid type check in cma_acquire_dev()Parav Pandit1-9/+3
2018-07-30RDMA/core: Avoid holding lock while initializing fields on stackParav Pandit1-22/+14
2018-07-30RDMA/core: Return bool instead of intParav Pandit2-12/+15
2018-07-30RDMA/cma: Get rid of 1 bit booleanParav Pandit1-2/+2
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit5-36/+49
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit4-12/+12
2018-07-30RDMA/cma: Simplify rdma_resolve_addr() error flowParav Pandit1-10/+4
2018-07-30RDMA/cma: Initialize resource type in __rdma_create_id()Parav Pandit1-1/+1
2018-07-30RDMA/hns: Program the tclass and flow label into the hardwareLijun Ou4-10/+13
2018-07-30RDMA/hns: Use macro instead of magic numberLijun Ou2-2/+5
2018-07-30RDMA/hns: Modify qp will return errno when qp type is illegalLijun Ou1-0/+1
2018-07-30RDMA/hns: Assign the value for vlan field of qp contextLijun Ou2-6/+13
2018-07-30RDMA/hns: Only assgin the fields of the av if IB_QP_AV bit is setLijun Ou1-31/+80
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib13-239/+0
2018-07-30RDMA/core: Check for verbs callbacks before using themKamal Heib2-1/+5
2018-07-30RDMA/core: Remove {create,destroy}_ah from mandatory verbsKamal Heib1-2/+0
2018-07-30RDMA/ipoib: Fix check for return code from ib_create_srqKamal Heib1-1/+1
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib3-3/+3
2018-07-30IB/mlx4: Use 4K pages for kernel QP's WQE bufferJack Morgenstein2-176/+34
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe7-30/+119
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche43-241/+257
2018-07-30IB/mlx5, ib_post_send(), IB_WR_REG_SIG_MR: Do not modify the 'wr' argumentBart Van Assche1-12/+18
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche18-88/+97
2018-07-30IB/iser: Inline two work request conversion functionsBart Van Assche1-2/+3
2018-07-27IB/cache: Restore compatibility for ib_query_gidJason Gunthorpe1-0/+24
2018-07-26RDMA/hns: Enable modify_cq for uverbs.Lijun Ou1-0/+3
2018-07-26RDMA/hns: Update the data type of immediate dataLijun Ou2-7/+11
2018-07-26RDMA/hns: Use delay instead of usleepLijun Ou1-2/+2
2018-07-26RDMA/hns: Add illegal hop_num judgementLijun Ou1-0/+3
2018-07-26RDMA/hns: Return correct error code from hns_roce_v1_rsv_lp_qp()Lijun Ou1-1/+2
2018-07-26RDMA/hns: Add 50GE type of hnae3 device matchLijun Ou1-0/+2
2018-07-26RDMA/hns: Do not overwrite the error code during error unwind in hns_roce_initLijun Ou1-2/+1
2018-07-26IB/mlx5: avoid excessive warning msgs when creating VFs on 2nd portQing Huang1-2/+2
2018-07-26RDMA/usnic: Suppress a compiler warningBart Van Assche2-3/+3
2018-07-26net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe1-1/+1