Age | Commit message (Expand) | Author |
2023-06-26 | RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc() | Kashyap Desai |
2023-06-26 | RDMA/bnxt_re: Remove incorrect return check from slow path | Kashyap Desai |
2023-06-21 | RDMA/bnxt_re: Enable low latency push | Selvin Xavier |
2023-06-21 | RDMA/bnxt_re: Reorg the bar mapping | Selvin Xavier |
2023-06-21 | RDMA/bnxt_re: Move the interface version to chip context structure | Selvin Xavier |
2023-06-21 | RDMA/bnxt_re: Query function capabilities from firmware | Selvin Xavier |
2023-06-21 | RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usage | Selvin Xavier |
2023-06-21 | RDMA/bnxt_re: Add disassociate ucontext support | Selvin Xavier |
2023-06-21 | RDMA/bnxt_re: Use the common mmap helper functions | Selvin Xavier |
2023-06-21 | RDMA/bnxt_re: Initialize opcode while sending message | Leon Romanovsky |
2023-06-12 | RDMA/bnxt_re: optimize the parameters passed to helper functions | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: remove redundant cmdq_bitmap | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: use firmware provided max request timeout | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: cancel all control path command waiters upon error | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: consider timeout of destroy ah as success. | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: post destroy_ah for delayed completion of AH creation | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: Add firmware stall check detection | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: handle command completions after driver detect a timedout | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: add helper function __poll_for_resp | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: Simplify the function that sends the FW commands | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: use shadow qd while posting non blocking rcfw command | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: Avoid the command wait if firmware is inactive | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: Enhance the existing functions that wait for FW responses | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: set fixed command queue depth | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: remove virt_func check while creating RoCE FW channel | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock context | Kashyap Desai |
2023-06-12 | RDMA/bnxt_re: wraparound mbox producer index | Kashyap Desai |
2023-06-11 | RDMA/erdma: Refactor the original doorbell allocation mechanism | Cheng Xu |
2023-06-11 | RDMA/erdma: Associate QPs/CQs with doorbells for authorization | Cheng Xu |
2023-06-11 | RDMA/erdma: Allocate doorbell resources from hardware | Cheng Xu |
2023-06-11 | RDMA/erdma: Configure PAGE_SIZE to hardware | Cheng Xu |
2023-06-11 | RDMA/mlx5: Return the firmware result upon destroying QP/RQ | Patrisious Haddad |
2023-06-11 | RDMA/mlx5: Handle DCT QP logic separately from low level QP interface | Patrisious Haddad |
2023-06-11 | RDMA/mlx5: Reduce QP table exposure | Leon Romanovsky |
2023-06-09 | RDMA/vmw_pvrdma: Remove unnecessary check on wr->opcode | Bryan Tan |
2023-06-01 | RDMA/hns: Add clear_hem return value to log | Chengchang Tang |
2023-06-01 | RDMA/hns: Fix hns_roce_table_get return value | Chengchang Tang |
2023-06-01 | RDMA/hns: Remove unnecessary QP type checks | Junxian Huang |
2023-06-01 | IB/hfi1: Remove unused struct mmu_rb_ops fields .insert, .invalidate | Brendan Cunningham |
2023-06-01 | IB/hfi1: Add mmu_rb_node refcount to hfi1_mmu_rb_template tracepoints | Brendan Cunningham |
2023-06-01 | IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidate | Brendan Cunningham |
2023-06-01 | RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes | Arnd Bergmann |
2023-06-01 | RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescing | Long Li |
2023-05-19 | RDMA/bnxt_re: Remove unnecessary checks | Kalesh AP |
2023-05-19 | RDMA/bnxt_re: Return directly without goto jumps | Kalesh AP |
2023-05-19 | RDMA/bnxt_re: Fix to remove an unnecessary log | Kalesh AP |
2023-05-19 | RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid | Kalesh AP |
2023-05-19 | RDMA/bnxt_re: Use unique names while registering interrupts | Kalesh AP |
2023-05-19 | RDMA/bnxt_re: Fix to remove unnecessary return labels | Kalesh AP |
2023-05-19 | RDMA/bnxt_re: Disable/kill tasklet only if it is enabled | Selvin Xavier |