summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang
2021-06-21RDMA/hns: Clean SRQC structure definitionXi Wang
2021-06-21RDMA/hns: Use new interface to write DB related fieldsYixing Liu
2021-06-21RDMA/hns: Use new interface to write FRMR fieldsYixing Liu
2021-06-21RDMA/hns: Use new interface to get CQE fieldsLang Cheng
2021-06-21RDMA/hns: Use new interface to modify QP contextLang Cheng
2021-06-21RDMA/hns: Use new interface to write CQ context.Yixing Liu
2021-06-21RDMA/hns: Add hr_reg_write_bool()Lang Cheng
2021-06-21RDMA/hns: Add a check to ensure integer mtu is positiveWeihang Li
2021-06-21RDMA/hns: Do not use !! for values that are already bool when calling hr_reg_...Weihang Li
2021-06-21RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPsAvihai Horon
2021-06-18RDMA/hns: Clear extended doorbell info before usingXi Wang
2021-06-18RDMA/rtrs: Check device max_qp_wr limit when create QPJack Wang
2021-06-18RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_numGuoqing Jiang
2021-06-18RDMA/rtrs: RDMA_RXE requires more number of WRMd Haris Iqbal
2021-06-18RDMA/rtrs-clt: Use minimal max_send_sge when create qpJack Wang
2021-06-18RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wrJack Wang
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe
2021-06-16RDMA/core: Allow port_groups to be used with namespacesJason Gunthorpe
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe
2021-06-16RDMA/hfi1: Use attributes for the port sysfsJason Gunthorpe
2021-06-16RDMA/qib: Use attributes for the port sysfsJason Gunthorpe
2021-06-16RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe
2021-06-16RDMA/core: Expose the ib port sysfs attribute machineryJason Gunthorpe
2021-06-16RDMA/core: Remove the kobject_uevent() NOPJason Gunthorpe
2021-06-16RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe
2021-06-16RDMA/core: Simplify how the port sysfs is createdJason Gunthorpe
2021-06-16RDMA/core: Simplify how the gid_attrs sysfs is createdJason Gunthorpe
2021-06-16RDMA/core: Split gid_attrs related sysfs from add_port()Jason Gunthorpe
2021-06-16RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe
2021-06-16RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe
2021-06-16RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson
2021-06-16RDMA/rxe: Implement memory access through MWsBob Pearson
2021-06-16RDMA/rxe: Implement invalidate MW operationsBob Pearson
2021-06-16RDMA/rxe: Add support for bind MW work requestsBob Pearson
2021-06-16RDMA/rxe: Move local ops to subroutineBob Pearson
2021-06-16RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASKBob Pearson
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson
2021-06-16RDMA/rxe: Enable MW object poolBob Pearson
2021-06-16RDMA/rxe: Return errors for add index and keyBob Pearson
2021-06-16RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson
2021-06-16RDMA/hns: Support getting max QP number from firmwareXi Wang
2021-06-16RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky
2021-06-10RDMA/irdma: Store PBL info address a pointer typeShiraz Saleem
2021-06-10IB/cm: Remove dgid from the cm_id_priv avJason Gunthorpe
2021-06-08RDMA/irdma: Use list_last_entry/list_first_entryShiraz Saleem
2021-06-08RDMA/irdma: Use list_move instead of list_del/list_addBaokun Li
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_deviceWeihang Li
2021-06-08RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li