summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Remove qp->req.stateBob Pearson2023-04-177-66/+34
* RDMA/rxe: Remove qp->comp.stateBob Pearson2023-04-173-10/+4
* RDMA/rxe: Remove qp->resp.stateBob Pearson2023-04-176-14/+8
* RDMA/mlx5: Allow relaxed ordering read in VFs and VMsAvihai Horon2023-04-164-9/+15
* net/mlx5: Update relaxed ordering read HCA capabilitiesAvihai Horon2023-04-163-4/+5
* RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMRAvihai Horon2023-04-161-2/+4
* RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for RO writeAvihai Horon2023-04-163-6/+5
* RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe2023-04-165-27/+20
* RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"Zhu Yanjun2023-04-161-3/+8
* RDMA/irdma: Slightly optimize irdma_form_ah_cm_frame()Christophe JAILLET2023-04-131-1/+1
* RDMA/rxe: Fix incorrect TASKLET_STATE_SCHED check in rxe_task.cBob Pearson2023-04-121-2/+2
* IB/hfi1: Place struct mmu_rb_handler on cache line startPatrick Kelsey2023-04-092-6/+19
* IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey2023-04-0911-304/+423
* IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey2023-04-091-7/+6
* IB/hfi1: Suppress useless compiler warningsEhab Ababneh2023-04-091-0/+7
* IB/hfi1: Remove trace newlinesDean Luick2023-04-095-18/+18
* RDMA/srpt: Add a check for valid 'mad_agent' pointerSaravanan Vajravel2023-04-091-10/+13
* RDMA/cm: Trace icm_send_rej event before the cm state is resetMark Zhang2023-04-091-1/+2
* RDMA/bnxt_re: Enable congestion control by defaultSelvin Xavier2023-04-045-13/+222
* RDAM/bnxt_re: Use tlv apis while processing the slow path commandsSelvin Xavier2023-04-041-11/+11
* RDMA/bnxt_re: RoCE slow path TLV supportSelvin Xavier2023-04-041-0/+162
* RDMA/bnxt_re: Reduce number of argumets to control path command APIsSelvin Xavier2023-04-044-138/+199
* RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline functionSelvin Xavier2023-04-044-69/+98
* RDMA/bnxt_re: Remove HW queue mapping from RoCE DriverSelvin Xavier2023-04-043-93/+0
* RDMA/bnxt_re: Update HW interface headersSelvin Xavier2023-04-043-2957/+4309
* RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa2023-04-031-3/+0
* RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li2023-04-031-4/+2
* IB/qib: Remove unused cnt variableTom Rix2023-04-031-5/+4
* RDMA/mlx5: Remove unused num_alloc_xa_entries variableTom Rix2023-04-031-2/+0
* IB/iser: remove redundant new lineMax Gurtovoy2023-04-031-1/+0
* IB/iser: centralize setting desc type and done callbackMax Gurtovoy2023-04-031-7/+9
* IB/iser: remove unused macrosMax Gurtovoy2023-04-031-6/+0
* RDMA/rxe: Clean kzalloc failure pathsLeon Romanovsky2023-03-302-23/+9
* RDMA/rxe: Remove tasklet call from rxe_cq.cBob Pearson2023-03-293-33/+3
* RDMA/ocrdma: remove unused discard_cnt variableTom Rix2023-03-291-2/+0
* RDMA/bnxt_re: remove unused num_srqne_processed and num_cqne_processed variablesTom Rix2023-03-291-10/+4
* RDMA/usnic: Remove redundant pci_clear_masterCai Huoqing2023-03-291-2/+0
* RDMA/mlx5: Expand switchdev Q-counters to expose representor statisticsPatrisious Haddad2023-03-291-29/+142
* RDMA/bnxt_re: Add resize_cq supportSelvin Xavier2023-03-295-0/+163
* RDMA/erdma: Use fixed hardware page sizeCheng Xu2023-03-242-8/+13
* RDMA/rxe: Rewrite rxe_task.cBob Pearson2023-03-242-56/+218
* RDMA/rxe: Make tasks schedule each otherBob Pearson2023-03-242-6/+6
* RDMA/rxe: Remove __rxe_do_task()Bob Pearson2023-03-243-58/+17
* RDMA/rxe: Remove qp reference counting in tasksBob Pearson2023-03-243-14/+0
* RDMA/rxe: Cleanup error state handling in rxe_comp.cBob Pearson2023-03-243-23/+61
* RDMA/rxe: Cleanup reset state handling in rxe_resp.cBob Pearson2023-03-242-51/+57
* RDMA/rxe: Convert tasklet args to queue pairsBob Pearson2023-03-246-18/+17
* RDMA/rxe: Add error messagesBob Pearson2023-03-245-241/+609
* RDMA/rxe: Extend dbg log messages to err and infoBob Pearson2023-03-242-3/+47
* RDMA/rxe: Change rxe_dbg to rxe_dbg_devBob Pearson2023-03-249-24/+25