summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)Author
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe
2022-09-29RDMA/usnic: fix set-but-not-unused variable 'flags' warningZeng Heng
2022-09-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2022-09-27RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng
2022-09-27IB/hfi1: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing
2022-09-27RDMA/hns: Unified Log Printing StyleGuofeng Yue
2022-09-27RDMA/hns: Replacing magic number with macros in apply_func_caps()Yixing Liu
2022-09-27RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()Luoyouming
2022-09-27RDMA/hns: Remove redundant 'max_srq_desc_sz' in capsYangyang Li
2022-09-27RDMA/hns: Remove redundant 'num_mtt_segs' and 'max_extend_sg'Yangyang Li
2022-09-27RDMA/hns: Remove redundant 'phy_addr' in hns_roce_hem_list_find_mtt()Chengchang Tang
2022-09-27RDMA/hns: Remove redundant 'use_lowmem' argument from hns_roce_init_hem_table()Yunsheng Lin
2022-09-27RDMA/hns: Remove redundant 'bt_level' for hem_list_alloc_item()Yunsheng Lin
2022-09-27RDMA/hns: Remove redundant 'attr_mask' in modify_qp_init_to_init()Yixing Liu
2022-09-27RDMA/hns: Remove unnecessary brackets when getting pointGuofeng Yue
2022-09-27RDMA/hns: Remove unnecessary braces for single statement blocksGuofeng Yue
2022-09-27RDMA/hns: Cleanup for a spelling error of AsynchronousGuofeng Yue
2022-09-27RDMA/mlx5: Enable ATS support for MRs and umemsJason Gunthorpe
2022-09-27RDMA/mlx5: Add support for dmabuf to devx umemJason Gunthorpe
2022-09-27Merge branch 'mlx5-vfio' into mlx5-nextLeon Romanovsky
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda
2022-09-21RDMA/erdma: Support dynamic mtuCheng Xu
2022-09-20IB/hfi1: remove rc_only_opcode and uc_only_opcode declarationsGaosheng Cui
2022-09-20RDMA/erdma: Make hardware internal opcodes invisible to driverCheng Xu
2022-09-20RDMA/erdma: Remove redundant includesCheng Xu
2022-09-20RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_waitCheng Xu
2022-09-20RDMA/qib: fix repeated words in commentswangjianli
2022-09-20RDMA/hfi1: fix repeated words in commentswangjianli
2022-09-20RDMA/irdma: Validate udata inlen and outlenShiraz Saleem
2022-09-20RDMA/irdma: Align AE id codes to correct flush code and eventSindhu-Devale
2022-09-08RDMA/mlx5: Remove duplicate assignment in umr_rereg_pas()Daisuke Matsuda
2022-09-07RDMA/irdma: Report RNR NAK generation in device capsSindhu-Devale
2022-09-07RDMA/irdma: Use s/g array in post send only when its validSindhu-Devale
2022-09-07RDMA/irdma: Return correct WC error for bind operation failureSindhu-Devale
2022-09-07RDMA/irdma: Return error on MR deregister CQP failureSindhu-Devale
2022-09-07RDMA/irdma: Report the correct max cqes from query deviceSindhu-Devale
2022-09-05RDMA/hfi1: Remove the unneeded result variableye xingchen
2022-09-05Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky
2022-09-05RDMA/mlx5: Move function mlx5_core_query_ib_ppcnt() to mlx5_ibChris Mi
2022-09-05IB/mlx5: Support querying eswitch functions from DEVXBodong Wang
2022-09-05RDMA/mlx5: Fix UMR cleanup on error flow of driver initMaor Gottlieb
2022-09-05RDMA/mlx5: Set local port to one when accessing countersChris Mi
2022-09-05RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla
2022-08-30RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qpWenpeng Liang
2022-08-30RDMA/hns: Remove the num_qpc_timer variableYixing Liu
2022-08-30RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shiftWenpeng Liang
2022-08-30RDMA/hns: Fix supported page sizeChengchang Tang