aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21RDMA/hns: Clean SRQC structure definitionXi Wang2-93/+4
2021-06-21RDMA/hns: Use new interface to write DB related fieldsYixing Liu2-78/+49
2021-06-21RDMA/hns: Use new interface to write FRMR fieldsYixing Liu2-29/+22
2021-06-21RDMA/hns: Use new interface to get CQE fieldsLang Cheng2-97/+48
2021-06-21RDMA/hns: Use new interface to modify QP contextLang Cheng2-881/+449
2021-06-21RDMA/hns: Use new interface to write CQ context.Yixing Liu2-121/+79
2021-06-21RDMA/hns: Add hr_reg_write_bool()Lang Cheng2-12/+20
2021-06-21RDMA/hns: Add a check to ensure integer mtu is positiveWeihang Li1-5/+10
2021-06-21RDMA/hns: Do not use !! for values that are already bool when calling hr_reg_write()Weihang Li1-2/+1
2021-06-21RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPsAvihai Horon3-5/+18
2021-06-18RDMA/hns: Clear extended doorbell info before usingXi Wang2-0/+22
2021-06-18RDMA/rtrs: Check device max_qp_wr limit when create QPJack Wang2-23/+19
2021-06-18RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_numGuoqing Jiang5-31/+30
2021-06-18RDMA/rtrs: RDMA_RXE requires more number of WRMd Haris Iqbal2-4/+5
2021-06-18RDMA/rtrs-clt: Use minimal max_send_sge when create qpJack Wang2-7/+8
2021-06-18RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wrJack Wang1-13/+25
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe14-39/+22
2021-06-16RDMA/core: Allow port_groups to be used with namespacesJason Gunthorpe1-6/+4
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe11-78/+25
2021-06-16RDMA/hfi1: Use attributes for the port sysfsJason Gunthorpe2-340/+194
2021-06-16RDMA/qib: Use attributes for the port sysfsJason Gunthorpe2-356/+254
2021-06-16RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe3-166/+119
2021-06-16RDMA/core: Expose the ib port sysfs attribute machineryJason Gunthorpe2-100/+158
2021-06-16RDMA/core: Remove the kobject_uevent() NOPJason Gunthorpe1-2/+0
2021-06-16RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe4-58/+32
2021-06-16RDMA/core: Simplify how the port sysfs is createdJason Gunthorpe1-219/+103
2021-06-16RDMA/core: Simplify how the gid_attrs sysfs is createdJason Gunthorpe1-81/+89
2021-06-16RDMA/core: Split gid_attrs related sysfs from add_port()Jason Gunthorpe1-71/+89
2021-06-16RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe2-170/+292
2021-06-16RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe4-10/+16
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe19-106/+142
2021-06-16RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson3-11/+26
2021-06-16RDMA/rxe: Implement memory access through MWsBob Pearson4-15/+75
2021-06-16RDMA/rxe: Implement invalidate MW operationsBob Pearson7-93/+199
2021-06-16RDMA/rxe: Add support for bind MW work requestsBob Pearson6-5/+229
2021-06-16RDMA/rxe: Move local ops to subroutineBob Pearson1-40/+63
2021-06-16RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASKBob Pearson4-6/+5
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson7-11/+74
2021-06-16RDMA/rxe: Enable MW object poolBob Pearson3-8/+13
2021-06-16RDMA/rxe: Return errors for add index and keyBob Pearson2-20/+32
2021-06-16RDMA/rxe: Add bind MW fields to rxe_send_wrBob Pearson1-0/+10
2021-06-16RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2-3/+0
2021-06-16RDMA/hns: Support getting max QP number from firmwareXi Wang6-27/+106
2021-06-16RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky1-2/+2
2021-06-10RDMA/irdma: Store PBL info address a pointer typeShiraz Saleem5-24/+23
2021-06-10IB/cm: Remove dgid from the cm_id_priv avJason Gunthorpe1-9/+4
2021-06-08RDMA/irdma: Use list_last_entry/list_first_entryShiraz Saleem2-3/+3
2021-06-08RDMA/irdma: Use list_move instead of list_del/list_addBaokun Li1-2/+1
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_deviceWeihang Li2-7/+7
2021-06-08RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li2-6/+6