aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26RDMA/rxe: Add send_common_ack() helperLi Zhijian1-26/+17
2022-09-22RDMA/core: Clean up a variable name in ib_create_srq_user()Dan Carpenter1-1/+1
2022-09-22RDMA/srp: Support more than 255 rdma portsMikhael Goikhman2-7/+7
2022-09-22RDMA/rxe: Use members of generic struct in rxe_mrDaisuke Matsuda4-14/+8
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda4-3/+6
2022-09-22RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang3-2/+27
2022-09-22RDMA/cm: Use SLID in the work completion as the DLID in responder sideMark Zhang1-7/+7
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang6-87/+231
2022-09-22RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_pathsMark Zhang3-15/+20
2022-09-21RDMA/erdma: Support dynamic mtuCheng Xu5-1/+26
2022-09-20RDMA/siw: Fix QP destroy to wait for all references dropped.Bernard Metzler3-1/+5
2022-09-20RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.Bernard Metzler1-12/+15
2022-09-20IB/hfi1: remove rc_only_opcode and uc_only_opcode declarationsGaosheng Cui1-3/+0
2022-09-20RDMA/srpt: Use flex array destination for memcpy()Hangyu Hua1-1/+1
2022-09-20RDMA/erdma: Make hardware internal opcodes invisible to driverCheng Xu2-5/+4
2022-09-20RDMA/erdma: Remove redundant includesCheng Xu9-56/+1
2022-09-20RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_waitCheng Xu5-22/+12
2022-09-20RDMA/srp: Fix srp_abort()Bart Van Assche1-3/+1
2022-09-20RDMA/qib: fix repeated words in commentswangjianli1-1/+1
2022-09-20RDMA/hfi1: fix repeated words in commentswangjianli2-2/+2
2022-09-20RDMA/irdma: Validate udata inlen and outlenShiraz Saleem1-7/+60
2022-09-20RDMA/irdma: Align AE id codes to correct flush code and eventSindhu-Devale6-21/+38
2022-09-08RDMA/mlx5: Remove duplicate assignment in umr_rereg_pas()Daisuke Matsuda1-1/+0
2022-09-08RDMA/rxe: convert pr_warn to pr_debugLi Zhijian1-23/+22
2022-09-08RDMA/rxe: use %u to print u32 variablesLi Zhijian1-5/+5
2022-09-06RDMA/rtrs-clt: Kill xchg_pathsGuoqing Jiang1-12/+2
2022-09-06RDMA/rtrs-clt: Break the loop once one path is connectedGuoqing Jiang1-1/+4
2022-09-06RDMA/rtrs: Update comments for MAX_SESS_QUEUE_DEPTHGuoqing Jiang1-4/+3
2022-09-05RDMA/hfi1: Remove the unneeded result variableye xingchen1-3/+1
2022-09-05RDMA/mlx5: Move function mlx5_core_query_ib_ppcnt() to mlx5_ibChris Mi3-27/+23
2022-09-05IB/mlx5: Support querying eswitch functions from DEVXBodong Wang1-0/+2
2022-09-01RDMA/siw: Add missing Kconfig selectionsTom Talpey1-1/+4
2022-08-31RDMA/rxe: Delete error messages triggered by incoming Read requestsDaisuke Matsuda1-7/+3
2022-08-31RDMA/rxe: Remove the unused variable objZhu Yanjun3-7/+5
2022-08-31RDMA/rxe: Fix the error caused by qp->skZhu Yanjun1-2/+4
2022-08-31RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun1-1/+3
2022-08-30RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qpWenpeng Liang3-5/+1
2022-08-30IB/cm: Refactor cm_insert_listen() and cm_find_listen()Mark Zhang1-20/+15
2022-08-30IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_init_listen()Mark Zhang2-21/+8
2022-08-30IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang4-15/+6
2022-08-30RDMA/rtrs: Remove 'dir' argument from rnbd_srv_rdma_evGuoqing Jiang3-10/+8
2022-08-29RDMA/rxe: Remove an unused member from struct rxe_mrDaisuke Matsuda3-3/+0
2022-08-28RDMA/core: Remove 'device' argument from rdma_build_skb()Yunsheng Lin1-3/+2
2022-08-28RDMA/srp: Use the attribute group mechanism for sysfs attributesBart Van Assche1-6/+12
2022-08-28RDMA/srp: Handle dev_set_name() failureBart Van Assche1-4/+5
2022-08-28RDMA/srp: Remove the srp_host.released completionBart Van Assche2-10/+5
2022-08-28RDMA/srp: Rework the srp_add_port() error pathBart Van Assche1-8/+7
2022-08-24RDMA/hns: Support MR's restrack raw ops for hns driverWenpeng Liang5-1/+66
2022-08-23RDMA/hns: Support MR's restrack ops for hns driverWenpeng Liang3-0/+32
2022-08-23RDMA/hns: Support QP's restrack raw ops for hns driverWenpeng Liang4-6/+65