aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge tag 'v6.4' into rdma.git for-nextGravatar Jason Gunthorpe 6-29/+20
2023-06-27RDMA/bnxt_re: Fix an IS_ERR() vs NULL checkGravatar Dan Carpenter 1-2/+2
2023-06-26RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"Gravatar Colin Ian King 1-2/+2
2023-06-26RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.cGravatar Yang Li 1-1/+0
2023-06-26RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()Gravatar Kashyap Desai 1-8/+15
2023-06-26RDMA/bnxt_re: Remove incorrect return check from slow pathGravatar Kashyap Desai 1-6/+0
2023-06-21RDMA/bnxt_re: Enable low latency pushGravatar Selvin Xavier 6-4/+177
2023-06-21RDMA/bnxt_re: Reorg the bar mappingGravatar Selvin Xavier 8-77/+213
2023-06-21RDMA/bnxt_re: Move the interface version to chip context structureGravatar Selvin Xavier 2-2/+2
2023-06-21RDMA/bnxt_re: Query function capabilities from firmwareGravatar Selvin Xavier 1-0/+21
2023-06-21RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usageGravatar Selvin Xavier 1-29/+19
2023-06-21RDMA/bnxt_re: Add disassociate ucontext supportGravatar Selvin Xavier 1-0/+5
2023-06-21RDMA/bnxt_re: Use the common mmap helper functionsGravatar Selvin Xavier 4-24/+119
2023-06-21RDMA/bnxt_re: Initialize opcode while sending messageGravatar Leon Romanovsky 1-3/+2
2023-06-12RDMA/bnxt_re: optimize the parameters passed to helper functionsGravatar Kashyap Desai 1-25/+19
2023-06-12RDMA/bnxt_re: remove redundant cmdq_bitmapGravatar Kashyap Desai 2-48/+34
2023-06-12RDMA/bnxt_re: use firmware provided max request timeoutGravatar Kashyap Desai 4-12/+60
2023-06-12RDMA/bnxt_re: cancel all control path command waiters upon errorGravatar Kashyap Desai 2-2/+3
2023-06-12RDMA/bnxt_re: consider timeout of destroy ah as success.Gravatar Kashyap Desai 4-9/+21
2023-06-12RDMA/bnxt_re: post destroy_ah for delayed completion of AH creationGravatar Kashyap Desai 2-0/+110
2023-06-12RDMA/bnxt_re: Add firmware stall check detectionGravatar Kashyap Desai 2-10/+39
2023-06-12RDMA/bnxt_re: handle command completions after driver detect a timedoutGravatar Kashyap Desai 2-26/+34
2023-06-12RDMA/bnxt_re: add helper function __poll_for_respGravatar Kashyap Desai 2-1/+44
2023-06-12RDMA/bnxt_re: Simplify the function that sends the FW commandsGravatar Kashyap Desai 2-61/+86
2023-06-12RDMA/bnxt_re: use shadow qd while posting non blocking rcfw commandGravatar Kashyap Desai 2-2/+61
2023-06-12RDMA/bnxt_re: Avoid the command wait if firmware is inactiveGravatar Kashyap Desai 1-4/+48
2023-06-12RDMA/bnxt_re: Enhance the existing functions that wait for FW responsesGravatar Kashyap Desai 1-14/+51
2023-06-12RDMA/bnxt_re: set fixed command queue depthGravatar Kashyap Desai 2-9/+4
2023-06-12RDMA/bnxt_re: remove virt_func check while creating RoCE FW channelGravatar Kashyap Desai 3-13/+9
2023-06-12RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock contextGravatar Kashyap Desai 1-3/+10
2023-06-12RDMA/bnxt_re: wraparound mbox producer indexGravatar Kashyap Desai 1-2/+2
2023-06-01RDMA/bnxt_re: Fix reporting active_{speed,width} attributesGravatar Kamal Heib 3-7/+4
2023-05-19RDMA/bnxt_re: Remove unnecessary checksGravatar Kalesh AP 1-8/+0
2023-05-19RDMA/bnxt_re: Return directly without goto jumpsGravatar Kalesh AP 1-37/+23
2023-05-19RDMA/bnxt_re: Fix to remove an unnecessary logGravatar Kalesh AP 1-4/+1
2023-05-19RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gidGravatar Kalesh AP 1-7/+1
2023-05-19RDMA/bnxt_re: Use unique names while registering interruptsGravatar Kalesh AP 4-5/+25
2023-05-19RDMA/bnxt_re: Fix to remove unnecessary return labelsGravatar Kalesh AP 1-5/+2
2023-05-19RDMA/bnxt_re: Disable/kill tasklet only if it is enabledGravatar Selvin Xavier 3-14/+28
2023-05-19RDMA/bnxt_re: Do not enable congestion control on VFsGravatar Kalesh AP 1-0/+4
2023-05-19RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rxGravatar Kalesh AP 1-3/+1
2023-05-19RDMA/bnxt_re: Fix a possible memory leakGravatar Kalesh AP 1-5/+6
2023-05-12RDMA/bnxt_re: Fix the page_size used during the MR creationGravatar Selvin Xavier 2-14/+5
2023-04-04RDMA/bnxt_re: Enable congestion control by defaultGravatar Selvin Xavier 5-13/+222
2023-04-04RDAM/bnxt_re: Use tlv apis while processing the slow path commandsGravatar Selvin Xavier 1-11/+11
2023-04-04RDMA/bnxt_re: RoCE slow path TLV supportGravatar Selvin Xavier 1-0/+162
2023-04-04RDMA/bnxt_re: Reduce number of argumets to control path command APIsGravatar Selvin Xavier 4-138/+199
2023-04-04RDMA/bnxt_re: Convert RCFW_CMD_PREP macro to static inline functionGravatar Selvin Xavier 4-69/+98
2023-04-04RDMA/bnxt_re: Remove HW queue mapping from RoCE DriverGravatar Selvin Xavier 3-93/+0
2023-04-04RDMA/bnxt_re: Update HW interface headersGravatar Selvin Xavier 2-2957/+4228