summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-113-4/+4
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-5/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-10-0752-395/+912
|\
| * Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-0615-60/+69
| |\
| * | RDMA/usnic: fix set-but-not-unused variable 'flags' warningZeng Heng2022-09-291-3/+0
| * | IB/hfi1: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing2022-09-271-4/+1
| * | RDMA/hns: Unified Log Printing StyleGuofeng Yue2022-09-276-55/+55
| * | RDMA/hns: Replacing magic number with macros in apply_func_caps()Yixing Liu2022-09-271-2/+4
| * | RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()Luoyouming2022-09-271-4/+3
| * | RDMA/hns: Remove redundant 'max_srq_desc_sz' in capsYangyang Li2022-09-273-5/+2
| * | RDMA/hns: Remove redundant 'num_mtt_segs' and 'max_extend_sg'Yangyang Li2022-09-273-8/+3
| * | RDMA/hns: Remove redundant 'phy_addr' in hns_roce_hem_list_find_mtt()Chengchang Tang2022-09-273-9/+4
| * | RDMA/hns: Remove redundant 'use_lowmem' argument from hns_roce_init_hem_table()Yunsheng Lin2022-09-274-22/+14
| * | RDMA/hns: Remove redundant 'bt_level' for hem_list_alloc_item()Yunsheng Lin2022-09-271-4/+4
| * | RDMA/hns: Remove redundant 'attr_mask' in modify_qp_init_to_init()Yixing Liu2022-09-271-6/+3
| * | RDMA/hns: Remove unnecessary brackets when getting pointGuofeng Yue2022-09-272-3/+4
| * | RDMA/hns: Remove unnecessary braces for single statement blocksGuofeng Yue2022-09-271-2/+1
| * | RDMA/hns: Cleanup for a spelling error of AsynchronousGuofeng Yue2022-09-271-1/+1
| * | RDMA/mlx5: Enable ATS support for MRs and umemsJason Gunthorpe2022-09-273-17/+61
| * | RDMA/mlx5: Add support for dmabuf to devx umemJason Gunthorpe2022-09-271-3/+21
| * | IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda2022-09-222-2/+0
| * | RDMA/erdma: Support dynamic mtuCheng Xu2022-09-215-1/+26
| * | IB/hfi1: remove rc_only_opcode and uc_only_opcode declarationsGaosheng Cui2022-09-201-3/+0
| * | RDMA/erdma: Make hardware internal opcodes invisible to driverCheng Xu2022-09-202-5/+4
| * | RDMA/erdma: Remove redundant includesCheng Xu2022-09-209-56/+1
| * | RDMA/erdma: Eliminate unnecessary casting for erdma_post_cmd_waitCheng Xu2022-09-205-22/+12
| * | RDMA/qib: fix repeated words in commentswangjianli2022-09-201-1/+1
| * | RDMA/hfi1: fix repeated words in commentswangjianli2022-09-202-2/+2
| * | RDMA/irdma: Validate udata inlen and outlenShiraz Saleem2022-09-201-7/+60
| * | RDMA/irdma: Align AE id codes to correct flush code and eventSindhu-Devale2022-09-206-21/+38
| * | RDMA/mlx5: Remove duplicate assignment in umr_rereg_pas()Daisuke Matsuda2022-09-081-1/+0
| * | RDMA/hfi1: Remove the unneeded result variableye xingchen2022-09-051-3/+1
| * | Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky2022-09-051-2/+23
| |\ \
| * | | IB/mlx5: Support querying eswitch functions from DEVXBodong Wang2022-09-051-0/+2
| * | | RDMA/hns: Remove redundant member doorbell_qpn of struct hns_roce_qpWenpeng Liang2022-08-303-5/+1
| * | | RDMA/hns: Support MR's restrack raw ops for hns driverWenpeng Liang2022-08-245-1/+66
| * | | RDMA/hns: Support MR's restrack ops for hns driverWenpeng Liang2022-08-233-0/+32
| * | | RDMA/hns: Support QP's restrack raw ops for hns driverWenpeng Liang2022-08-234-6/+65
| * | | RDMA/hns: Support QP's restrack ops for hns driverWenpeng Liang2022-08-233-0/+36
| * | | RDMA/hns: Support CQ's restrack raw ops for hns driverWenpeng Liang2022-08-233-0/+41
| * | | RDMA/hns: Add or remove CQ's restrack attributesWenpeng Liang2022-08-231-57/+10
| * | | RDMA/hns: Remove redundant DFX file and DFX ops structureWenpeng Liang2022-08-237-75/+50
| * | | IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda2022-08-234-6/+1
| * | | IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-216-6/+6
| * | | RDMA/efa: Support CQ receive entries with source GIDMichael Margolin2022-08-215-5/+309
| * | | RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau2022-08-162-1/+5
| * | | IB/mlx5: Call io_stop_wc() after writing to WC MMIOJason Gunthorpe2022-08-161-0/+1
* | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-09-282-2/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng2022-09-271-0/+12
| * | | Merge branch 'mlx5-vfio' into mlx5-nextLeon Romanovsky2022-09-2750-506/+7280
| |\ \ \ | | |_|/ | |/| |