summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-22/+21
2021-08-13Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-5/+2
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski5-33/+107
2021-08-10net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2-5/+2
2021-08-06RDMA/iw_cxgb4: Fix refcount underflow while destroying cqs.Dakshaja Uppalapati3-8/+13
2021-08-05RDMA/mlx5: Add shared FDB supportMark Bloch2-24/+95
2021-08-05{net, RDMA}/mlx5: Extend send to vport rulesMark Bloch1-1/+1
2021-08-05RDMA/mlx5: Fill port info based on the relevant eswitchMark Bloch1-3/+7
2021-08-03RDMA/hns: Fix the double unlock problem of poll_semYangyang Li2-7/+4
2021-08-02RDMA/mlx5: Delay emptying a cache entry when a new MR is added to it recentlyAharon Landau1-2/+2
2021-07-25IB/mlx5: Rename is_apu_thread_cq function to is_apu_cqTal Gilboa2-5/+4
2021-07-15RDMA/irdma: Change returned type of irdma_setup_virt_qp to voidZhu Yanjun1-4/+2
2021-07-15RDMA/irdma: Change the returned type of irdma_set_hw_rsrc to voidZhu Yanjun1-9/+2
2021-07-15RDMA/irdma: change the returned type of irdma_sc_repost_aeq_entries to voidZhu Yanjun2-5/+2
2021-07-15RDMA/irdma: Check vsi pointer before using itTatyana Nikolova1-3/+6
2021-07-12RDMA/irdma: Change the returned type to voidZhu Yanjun1-5/+4
2021-07-12RDMA/irdma: Fix unused variable total_size warningTatyana Nikolova1-4/+1
2021-07-12RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS3-7/+8
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds4-11/+11
2021-07-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds134-32025/+34932
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches4-11/+11
2021-06-30RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky1-1/+2
2021-06-25RDMA/irdma: Fix potential overflow expression in irdma_prm_get_pblesShiraz Saleem2-3/+3
2021-06-25RDMA/irdma: Check contents of user-space irdma_mem_reg_req objectShiraz Saleem1-6/+20
2021-06-24RDMA/hns: Add window selection field of congestion controlYixing Liu2-0/+14
2021-06-24RDMA/hfi1: Remove use of kmap()Ira Weiny1-2/+2
2021-06-24RDMA/irdma: Remove use of kmap()Ira Weiny1-4/+4
2021-06-24RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King1-4/+1
2021-06-23RDMA/hns: Fix incorrect vlan enable bit in QPCWeihang Li1-2/+2
2021-06-23RDMA/irdma: Use the queried port attributesKamal Heib1-1/+1
2021-06-22RDMA/hns: Add vendor_err info to error WCLang Cheng1-0/+1
2021-06-22RDMA/irdma: Check return value from ib_umem_find_best_pgszShiraz Saleem1-1/+7
2021-06-22RDMA/hns: Fix spelling mistakes of originalLang Cheng1-1/+1
2021-06-22RDMA/hns: Simplify the judgment in hns_roce_v2_post_send()Yixing Liu1-3/+3
2021-06-22RDMA/hns: Encapsulate flushing CQE as a functionWenpeng Liang3-35/+21
2021-06-22RDMA/hns: Modify function return value typeYangyang Li3-11/+3
2021-06-22RDMA/hns: Clean definitions of EQC structureXi Wang1-15/+4
2021-06-22RDMA/hns: Delete unnecessary branch of hns_roce_v2_query_qpYangyang Li1-7/+2
2021-06-22RDMA/hns: Add member assignments for qp_init_attrYangyang Li1-0/+5
2021-06-22RDMA/hns: Fix some print issuesYixing Liu2-4/+2
2021-06-22RDMA/hns: Fix uninitialized variableYixing Liu1-1/+1
2021-06-22RDMA/hns: Force rewrite inline flag of WQELang Cheng1-2/+2
2021-06-22Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe4-47/+74
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe8-24/+29
2021-06-22RDMA/mlx5: Support real-time timestamp directly from the deviceAharon Landau4-6/+43
2021-06-22RDMA/mlx5: Refactor get_ts_format functions to simplify codeAharon Landau1-47/+37
2021-06-22IB/mlx4: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-06-22RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma3-6/+5
2021-06-22RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky6-11/+11
2021-06-21RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li4-41/+25