aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky2-25/+23
2022-09-05RDMA/mlx5: Move function mlx5_core_query_ib_ppcnt() to mlx5_ibChris Mi2-25/+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 Zhang1-20/+8
2022-08-30IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang3-9/+5
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
2022-08-23RDMA/hns: Support QP's restrack ops for hns driverWenpeng Liang3-0/+36
2022-08-23RDMA/hns: Support CQ's restrack raw ops for hns driverWenpeng Liang3-0/+41
2022-08-23RDMA/hns: Add or remove CQ's restrack attributesWenpeng Liang1-57/+10
2022-08-23RDMA/hns: Remove redundant DFX file and DFX ops structureWenpeng Liang7-75/+50
2022-08-23IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda5-8/+1
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang11-14/+14
2022-08-21RDMA/efa: Support CQ receive entries with source GIDMichael Margolin5-5/+309
2022-08-21RDMA/rtrs-clt: Output sg index when warning onJack Wang1-1/+1
2022-08-21RDMA/rtrs-srv: Add event tracing supportSantosh Pradhan5-6/+116
2022-08-21RDMA/rtrs-clt: Add event tracing supportSantosh Pradhan4-1/+112