summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2023-12-05RDMA/siw: Call orq_get_current if possibleGuoqing Jiang1-1/+1
2023-12-05RDMA/siw: Set qp_state in siw_query_qpGuoqing Jiang1-0/+10
2023-12-05RDMA/siw: Reduce memory usage of struct siw_rx_streamGuoqing Jiang1-3/+3
2023-12-05RDMA/siw: Move tx_cpu aheadGuoqing Jiang1-1/+1
2023-12-05RDMA/irdma: Avoid free the non-cqp_request scratchShifeng Li1-3/+1
2023-12-05RDMA/irdma: Fix support for 64k pagesMike Marciniszyn1-1/+1
2023-12-05RDMA/irdma: Ensure iWarp QP queue memory is OS paged alignedMike Marciniszyn1-0/+5
2023-12-05RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgszMike Marciniszyn1-6/+0
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner1-1/+1
2023-11-26RDMA/IPoIB: Add tx timeout work to recover queue stop situationJack Wang3-3/+60
2023-11-26RDMA/IPoIB: Fix error code return in ipoib_mcast_joinJack Wang1-0/+1
2023-11-22RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()Shifeng Li1-3/+3
2023-11-22RDMA/bnxt_re: Correct module description stringKalesh AP1-1/+1
2023-11-22RDMA/rtrs: Use %pe to print errorsSupriti Singh1-2/+2
2023-11-22RDMA/rtrs-clt: Use %pe to print errorsSupriti Singh1-6/+4
2023-11-22RDMA/rtrs-clt: Remove the warnings for req in_use checkJack Wang1-1/+1
2023-11-22RDMA/rtrs-clt: Fix the max_send_wr settingJack Wang1-1/+1
2023-11-22RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flightMd Haris Iqbal1-1/+2
2023-11-22RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is trueMd Haris Iqbal1-1/+4
2023-11-22RDMA/rtrs-srv: Check return values while processing info requestMd Haris Iqbal1-6/+18
2023-11-22RDMA/rtrs-clt: Start hb after path_upJack Wang1-2/+1
2023-11-22RDMA/rtrs-srv: Do not unconditionally enable irqJack Wang1-2/+3
2023-11-19RDMA/rtrs-clt: Add warning logs for RDMA eventsMd Haris Iqbal1-0/+2
2023-11-19RDMA/hns: Support SW stats with debugfsJunxian Huang12-43/+220
2023-11-19RDMA/hns: Add debugfs to hns RoCEJunxian Huang6-1/+99
2023-11-19RDMA/hns: Fix inappropriate err code for unsupported operationsJunxian Huang2-2/+2
2023-11-15RDMA/irdma: Add wait for suspend on SQDMustafa Ismail5-3/+29
2023-11-15RDMA/irdma: Do not modify to SQD on errorMustafa Ismail1-7/+0
2023-11-15RDMA/siw: Update comments for siw_qp_sq_processGuoqing Jiang1-3/+2
2023-11-15RDMA/siw: Introduce siw_destroy_cep_sockGuoqing Jiang1-14/+12
2023-11-15RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qpGuoqing Jiang1-13/+5
2023-11-15RDMA/siw: Fix typoGuoqing Jiang1-1/+1
2023-11-15RDMA/siw: Remove siw_sk_save_upcallsGuoqing Jiang1-11/+5
2023-11-15RDMA/siw: Cleanup siw_acceptGuoqing Jiang1-27/+14
2023-11-15RDMA/siw: Introduce siw_free_cm_idGuoqing Jiang1-16/+14
2023-11-15RDMA/siw: Introduce siw_cep_set_free_and_putGuoqing Jiang1-17/+14
2023-11-15RDMA/siw: Add one parameter to siw_destroy_cpulistGuoqing Jiang1-16/+14
2023-11-15RDMA/siw: Introduce SIW_STAG_MAX_INDEXGuoqing Jiang1-5/+7
2023-11-15RDMA/siw: Factor out siw_rx_data helperGuoqing Jiang1-33/+20
2023-11-15RDMA/siw: No need to check term_info.valid before call siw_send_terminateGuoqing Jiang1-3/+2
2023-11-15RDMA/siw: Remove rcu from siw_qpGuoqing Jiang1-1/+0
2023-11-15RDMA/siw: Remove goto lable in siw_mmapGuoqing Jiang1-4/+1
2023-11-15RDMA/siw: Use iov.iov_len in kernel_sendmsgGuoqing Jiang1-2/+1
2023-11-15RDMA/siw: Introduce siw_update_skb_rcvdGuoqing Jiang1-19/+12
2023-11-15RDMA/siw: Introduce siw_get_pageGuoqing Jiang1-19/+12
2023-11-15RDMA/usnic: Silence uninitialized symbol smatch warningsLeon Romanovsky2-3/+3
2023-11-13RDMA/irdma: Use crypto_shash_digest() in irdma_ieq_check_mpacrc()Eric Biggers1-8/+3
2023-11-13RDMA/siw: Use crypto_shash_digest() in siw_qp_prepare_tx()Eric Biggers1-8/+4
2023-11-13RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resourcesChandramohan Akula2-19/+45
2023-11-13RDMA/bnxt_re: Refactor the queue index updateChandramohan Akula6-95/+123