summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2023-05-17RDMA/rxe: Extend dbg log messages to err and infoBob Pearson2-3/+47
2023-05-17RDMA/rxe: Change rxe_dbg to rxe_dbg_devBob Pearson9-24/+25
2023-05-17RDMA/rxe: Remove rxe_alloc()Bob Pearson4-66/+44
2023-05-11RDMA/mlx5: Use correct device num_ports when modify DCMark Zhang1-1/+1
2023-05-11RDMA/mlx5: Fix flow counter query via DEVXMark Bloch1-5/+26
2023-05-11RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMRAvihai Horon1-2/+4
2023-05-11RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"Zhu Yanjun1-3/+8
2023-05-11RDMA/rxe: Remove __rxe_do_task()Bob Pearson3-58/+17
2023-05-11RDMA/rxe: Convert tasklet args to queue pairsBob Pearson6-18/+17
2023-05-11IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey11-304/+423
2023-05-11IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey1-7/+6
2023-05-11RDMA/srpt: Add a check for valid 'mad_agent' pointerSaravanan Vajravel1-10/+13
2023-05-11RDMA/cm: Trace icm_send_rej event before the cm state is resetMark Zhang1-1/+2
2023-05-11RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa1-3/+0
2023-05-11RDMA/rxe: Remove tasklet call from rxe_cq.cBob Pearson3-33/+3
2023-05-11RDMA/erdma: Use fixed hardware page sizeCheng Xu2-8/+13
2023-05-11RDMA/rxe: Replace exists by rxe in rxe.cBob Pearson1-6/+6
2023-05-11RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter1-2/+6
2023-05-11RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova1-2/+0
2023-05-11RDMA/siw: Fix potential page_array out of range accessDaniil Dulov1-1/+1
2023-05-11IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_initKang Chen1-1/+4
2023-05-11scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie1-2/+2
2023-04-20RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel1-0/+2
2023-04-20RDMA/cma: Allow UD qp_type to join multicast onlyMark Zhang1-26/+34
2023-04-20RDMA/erdma: Defer probing if netdevice can not be foundCheng Xu1-1/+1
2023-04-20RDMA/erdma: Inline mtt entries into WQE if supportedCheng Xu1-1/+1
2023-04-20RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192Cheng Xu2-2/+2
2023-04-20RDMA/erdma: Fix some typosCheng Xu3-3/+3
2023-04-20IB/mlx5: Add support for 400G_8X lane speedMaher Sanalla1-0/+4
2023-04-20RDMA/irdma: Add ipv4 check to irdma_find_listener()Tatyana Nikolova1-6/+10
2023-04-20RDMA/irdma: Increase iWARP CM default rexmit countMustafa Ismail1-1/+1
2023-04-20RDMA/irdma: Fix memory leak of PBLE objectsMustafa Ismail1-0/+3
2023-04-20RDMA/irdma: Do not generate SW completions for NOPsMustafa Ismail1-1/+4
2023-03-11RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by sizeKees Cook1-5/+12
2023-03-11IB/hfi1: Update RMT size calculationDean Luick1-27/+32
2023-03-10IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2-10/+9
2023-03-10IB/hfi1: Fix math bugs in hfi1_can_pin_pages()Patrick Kelsey1-21/+40
2023-03-10RDMA/rxe: Fix missing memory barriers in rxe_queue.hBob Pearson2-52/+76
2023-03-10RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering me...Long Li1-10/+12
2023-03-10Subject: RDMA/rxe: Handle zero length rdmaBob Pearson2-15/+51
2023-03-10RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarrayBob Pearson3-302/+254
2023-03-10RDMA/rxe: Cleanup page variables in rxe_mr.cBob Pearson2-20/+22
2023-03-10RDMA-rxe: Isolate mr code from atomic_write_reply()Bob Pearson3-42/+59
2023-03-10RDMA-rxe: Isolate mr code from atomic_reply()Bob Pearson4-100/+105
2023-03-10RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.cBob Pearson3-36/+38
2023-03-10RDMA/rxe: Cleanup mr_check_rangeBob Pearson1-3/+1
2023-03-10iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()Dan Carpenter1-1/+1
2023-03-10RDMA/irdma: Cap MSIX used to online CPUs + 1Mustafa Ismail1-0/+2
2023-03-10RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()Nikita Zhandarovich1-0/+3
2023-03-10RDMA/siw: Fix user page pinning accountingBernard Metzler1-11/+12