summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2021-10-06RDMA/irdma: Process extended CQ entries correctlyShiraz Saleem1-2/+2
2021-10-06RDMA/irdma: Delete unused struct irdma_bthZhu Yanjun1-8/+0
2021-10-05IB/hf1: Use string_upper() instead of an open coded variantAndy Shevchenko1-6/+4
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2-2/+2
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory1-0/+1
2021-10-04RDMA/mlx5: Avoid taking MRs from larger MR cache pools when a pool is emptyAharon Landau1-17/+9
2021-10-04Merge tag 'v5.15-rc4' into rdma.get for-nextJason Gunthorpe13-40/+66
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin1-1/+1
2021-10-01IB/mlx5: Flow through a more detailed return code from get_prefetchable_mr()Jason Gunthorpe1-15/+25
2021-09-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe3-24/+59
2021-09-28IB/mlx5: Enable UAR to have DevX UIDMeir Lichtinger3-24/+59
2021-09-27RDMA/hfi1: Use struct_size() and flex_array_size() helpersGustavo A. R. Silva1-3/+2
2021-09-27IB/hfi1: Add ring consumer and producers tracesMike Marciniszyn3-22/+85
2021-09-27IB/hfi1: Remove atomic completion countMike Marciniszyn3-12/+10
2021-09-27IB/hfi1: Tune netdev xmit cachelinesMike Marciniszyn3-52/+66
2021-09-27IB/hfi1: Get rid of tx priv backpointerMike Marciniszyn1-5/+4
2021-09-27IB/hfi1: Get rid of hot path divideMike Marciniszyn2-27/+11
2021-09-27IB/hfi1: Remove cache and embed txreq in ringMike Marciniszyn2-128/+101
2021-09-27RDMA/hns: Add the check of the CQE size of the user spaceWenpeng Liang1-9/+22
2021-09-27RDMA/hns: Fix the size setting error when copying CQE in clean_cq()Wenpeng Liang1-1/+1
2021-09-27RDMA/hfi1: Fix kernel pointer leakGuo Zhi1-4/+4
2021-09-24RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky3-10/+10
2021-09-24RDMA/hns: Work around broken constant propagation in gcc 8Jason Gunthorpe1-5/+6
2021-09-20RDMA/irdma: Report correct WC error when there are MW bind errorsSindhu Devale3-0/+8
2021-09-20RDMA/irdma: Report correct WC error when transport retry counter is exceededSindhu Devale3-0/+6
2021-09-20RDMA/irdma: Validate number of CQ entries on create CQSindhu Devale1-1/+1
2021-09-20RDMA/irdma: Skip CQP ring during a resetSindhu Devale6-10/+8
2021-09-20RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier1-3/+9
2021-09-20RDMA/bnxt_re: Correct FRMR size calculationSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Use GFP_KERNEL in non atomic contextSelvin Xavier2-3/+3
2021-09-20RDMA/bnxt_re: Fix FRMR issue with single page MR allocationSelvin Xavier1-2/+3
2021-09-20RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Suppress unwanted error messagesSelvin Xavier1-3/+6
2021-09-20RDMA/bnxt_re: Support multiple page sizesSelvin Xavier2-14/+4
2021-09-20RDMA/bnxt_re: Reduce the delay in polling for hwrm command completionSelvin Xavier2-2/+2
2021-09-20RDMA/bnxt_re: Use separate response buffer for stat_ctx_freeEdwin Peer1-3/+4
2021-09-20RDMA/bnxt_re: Update statistics counter nameSelvin Xavier2-3/+3
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier10-101/+401
2021-09-13IB/qib: Fix clang confusion of NULL pointer comparisonJason Gunthorpe1-1/+1
2021-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-6/+8
2021-09-08IB/hfi1: make hist staticchongjiapeng1-1/+1
2021-09-08RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker1-2/+2
2021-09-08IB/qib: Fix null pointer subtraction compiler warningJason Gunthorpe1-1/+3
2021-09-08RDMA/mlx5: Fix xlt_chunk_align calculationNiklas Schnelle1-1/+1
2021-09-08RDMA/mlx5: Fix number of allocated XLT entriesNiklas Schnelle1-1/+1
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds132-4175/+1003
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe22-68/+58
2021-08-30RDMA/mlx5: Relax DCS QP creation checksLior Nahmanson1-2/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-8/+9
2021-08-26RDMA/hns: Delete unnecessary blank lines.Xinhao Liu3-4/+0