summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-21RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang
2021-06-21IB/mlx4: Avoid field-overflowing memcpy()Kees Cook
2021-06-21rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang
2021-06-21RDMA/rtrs-clt: Raise MAX_SEGMENTSJack Wang
2021-06-21RDMA/rtrs_clt: Alloc less memory with write path fast memory registrationJack Wang
2021-06-21RDMA/rtrs-clt: Write path fast memory registrationJack Wang
2021-06-21RDMA/rtrs: Introduce head/tail wrJack Wang
2021-06-21RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma
2021-06-21IB/core: Removed port validity check from ib_get_cached_subnet_prefixAnand Khoje
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky
2021-06-21RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li
2021-06-21RDMA/hns: Use IDA interface to manage pd indexYangyang Li
2021-06-21RDMA/hns: Use IDA interface to manage mtpt indexYangyang Li
2021-06-21RDMA/hns: Remove unused RR mechanismYangyang Li
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_free_range functionYangyang Li
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_alloc_range functionYangyang Li
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