summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2023-08-07RDMA/hns: Fix port active speedChengchang Tang1-2/+5
2023-08-07RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP6-25/+25
2023-08-07RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP2-9/+4
2023-08-07RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() functionKalesh AP1-13/+8
2023-08-07RDMA/bnxt_re: Fix the sideband buffer size handling for FW commandsSelvin Xavier3-80/+55
2023-08-07RDMA/bnxt_re: Remove a redundant flagKalesh AP2-4/+2
2023-08-07RDMA/bnxt_re: Fix max_qp count for virtual functionsKalesh AP3-9/+6
2023-08-03IB/hfi1: Fix possible panic during hotplug removeDouglas Miller1-0/+1
2023-08-03RDMA/irdma: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-07-31RDMA/hns: Remove unused function declarationsYue Haibing1-2/+0
2023-07-31RDMA/rxe: Fix incomplete state save in rxe_requesterBob Pearson1-20/+25
2023-07-31RDMA/rxe: Fix rxe_modify_srqBob Pearson2-30/+36
2023-07-31RDMA/rxe: Fix unsafe drain work queue codeBob Pearson2-0/+8
2023-07-31RDMA/rxe: Move work queue code to subroutinesBob Pearson1-51/+108
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie9-22/+18
2023-07-31IB/mlx5: Add HW counter called rx_dct_connectShetu Ayalew1-0/+2
2023-07-31RDMA/umem: Set iova in ODP flowMichael Guralnik1-1/+2
2023-07-31RDMA/mthca: Remove unnecessary NULL assignmentsRuan Jinjie1-10/+10
2023-07-31RDMA/irdma: Fix one kernel-doc commentYang Li1-1/+0
2023-07-31RDMA/siw: Fix tx thread initialization.Bernard Metzler3-44/+43
2023-07-31RDMA/mlx: Remove unnecessary variable initializationsRuan Jinjie2-42/+42
2023-07-30RDMA/irdma: Use HW specific minimum WQ sizeSindhu Devale8-5/+16
2023-07-30RDMA/irdma: Allow accurate reporting on QP max send/recv WRSindhu Devale4-87/+197
2023-07-30RDMA/core: Get IB width and speed from netdevHaoyue Xu1-21/+79
2023-07-30bnxt_re: Update the debug counters for doorbell pacingChandramohan Akula3-0/+32
2023-07-30bnxt_re: Expose the missing hw countersChandramohan Akula3-2/+39
2023-07-30bnxt_re: Update the hw counters for resource statsChandramohan Akula3-9/+94
2023-07-30bnxt_re: Reorganize the resource statsChandramohan Akula5-42/+47
2023-07-26RDMA/irdma: Cleanup and rename irdma_netdev_vlan_ipv6()Mustafa Ismail3-15/+12
2023-07-26RDMA/irdma: Add table based lookup for CQ pointer during an eventKrzysztof Czurylo5-8/+57
2023-07-26RDMA/irdma: Refactor error handling in create CQPSindhu Devale1-14/+21
2023-07-26RDMA/irdma: Drop a local in irdma_sc_get_next_aeqeSindhu Devale1-4/+1
2023-07-26RDMA/irdma: Report correct WC errorSindhu Devale1-0/+1
2023-07-26RDMA/irdma: Fix op_type reporting in CQEsSindhu Devale1-1/+1
2023-07-26scsi: RDMA/srp: Fix residual handlingBart Van Assche1-4/+0
2023-07-24IB/hfi1: Use struct_size()Christophe JAILLET1-6/+3
2023-07-24RDMA/hns: Remove VF extend configurationJunxian Huang3-85/+10
2023-07-24RDMA/hns: Support get XRCD number from firmwareLuoyouming2-4/+4
2023-07-23RDMA/qedr: Remove duplicate assignments of vaMinjie Du1-1/+0
2023-07-23RDMA/qedr: Remove a duplicate assignment in qedr_create_gsi_qp()Minjie Du1-1/+0
2023-07-21RDMA/bnxt_re: Add a new uapi for driver notificationChandramohan Akula1-0/+15
2023-07-21RDMA/bnxt_re: Implement doorbell pacing algorithmChandramohan Akula2-0/+129
2023-07-21RDMA/bnxt_re: Update alloc_page uapi for pacingChandramohan Akula2-3/+34
2023-07-21RDMA/bnxt_re: Enable pacing support for the user appsChandramohan Akula1-0/+2
2023-07-21RDMA/bnxt_re: Initialize Doorbell pacing featureChandramohan Akula3-0/+137
2023-07-21RDMA/cma: Avoid GID lookups on iWARP devicesChuck Lever1-0/+21
2023-07-21RDMA/cma: Deduplicate error flow in cma_validate_port()Chuck Lever1-5/+6
2023-07-21RDMA/core: Set gid_attr.ndev for iWARP devicesChuck Lever1-0/+11
2023-07-21RDMA/siw: Fabricate a GID on tun and loopback devicesChuck Lever3-16/+11
2023-07-21RDMA/bnxt_re: use vmalloc_array and vcallocJulia Lawall1-2/+2