aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2025-11-06RDMA/mlx4: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-06hfi1: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-4/+4
2025-11-06RDMA/core: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-3/+3
2025-11-06RDMA/core: RDMA/mlx5: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari2-3/+3
2025-11-06RDMA/irdma: Take a lock before moving SRQ tail in poll_cqJay Bhat3-0/+7
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook2-2/+2
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook2-5/+5
2025-11-02RDMA/irdma: CQ size and shadow update changes for GEN3Jay Bhat5-40/+56
2025-11-02RDMA/irdma: Silently consume unsignaled completionsJay Bhat2-1/+7
2025-11-02RDMA/irdma: Initialize cqp_cmds_info to prevent resource leaksJay Bhat3-12/+1
2025-11-02RDMA/irdma: Enforce local fence for LOCAL_INV WRsJacob Moroni1-1/+1
2025-11-02RDMA/irdma: Fix vf_id size to u16 to avoid overflowJay Bhat1-1/+1
2025-10-31IB/IPoIB: Add support for hwtstamp get/set ndosCarolina Jubran1-0/+29
2025-10-28RDMA/rxe: Fix null deref on srq->rq.queue after resize failureZhu Yanjun1-6/+1
2025-10-27RDMA/cm: Base cm_id destruction timeout on CMA valuesHÃ¥kon Bugge1-4/+3
2025-10-27RDMA/hns: Remove an extra blank lineGuofeng Yue1-1/+0
2025-10-27RDMA/hns: Fix wrong WQE data when QP wraps aroundJunxian Huang1-3/+8
2025-10-27RDMA/hns: Fix the modification of max_send_sgewenglianfa1-2/+0
2025-10-27RDMA/hns: Fix recv CQ and QP cache affinityChengchang Tang3-3/+63
2025-10-24{rdma,net}/mlx5: Query vports mac address from deviceAdithya Jayachandran1-1/+1
2025-10-19RDMA/rxe: Remove redundant assignment to variable page_offsetColin Ian King2-2/+0
2025-10-19RDMA/uverbs: Fix umem release in UVERBS_METHOD_CQ_CREATEShuhao Fu2-9/+8
2025-10-19RDMA/core: let rdma_connect_locked() call lockdep_assert_held(&id_priv->handler_mutex)Stefan Metzmacher1-0/+2
2025-10-19RDMA/irdma: Set irdma_cq cq_num field during CQ createJacob Moroni2-1/+2
2025-10-19RDMA/irdma: Fix SD index calculationJacob Moroni1-1/+1
2025-10-19RDMA/cxgb4: fix typo in write_pbl() debug messageAlok Tiwari1-1/+1
2025-10-19RDMA/bnxt_re: Fix a potential memory leak in destroy_gsi_sqpYanLong Dai1-8/+3
2025-10-14interval_tree: Fix ITSTATIC usage for *_subtree_search()Josh Poimboeuf1-0/+4
2025-10-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds100-1401/+15177
2025-09-26RDMA/ionic: Fix memory leak of admin q_wrAbhijit Gangurde1-0/+1
2025-09-26RDMA/siw: Always report immediate post SQ errorsBernard Metzler1-11/+14
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-09-24RDMA/bnxt_re: improve clarity in ALLOC_PAGE handlerAlok Tiwari1-1/+1
2025-09-24RDMA/irdma: Remove unused struct irdma_cq fieldsJacob Moroni2-9/+0
2025-09-24RDMA/irdma: Fix positive vs negative error codes in irdma_post_send()Dan Carpenter1-2/+2
2025-09-24RDMA/bnxt_re: Remove non-statistics counters from hw_countersAnantha Prabhu2-81/+0
2025-09-24RDMA/bnxt_re: Add debugfs info entry for device and resource informationAnantha Prabhu1-0/+37
2025-09-21RDMA/bnxt_re: Fix incorrect errno used in function commentsAlok Tiwari1-2/+2
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky20-65/+72
2025-09-21RDMA/ionic: Use ether_addr_copy instead of memcpyAbhijit Gangurde1-1/+1
2025-09-21RDMA/ionic: Fix build failure on SPARC due to xchg() operand sizeAbhijit Gangurde2-5/+5
2025-09-21RDMA/rxe: Fix race in do_task() when drainingGui-Dong Han1-2/+6
2025-09-18IB/sa: Fix sa_local_svc_timeout_ms read raceVlad Dumitrescu1-2/+4
2025-09-18IB/ipoib: Ignore L3 master deviceVlad Dumitrescu1-10/+11
2025-09-18RDMA/core: Use route entry flag to decide on loopback trafficParav Pandit1-13/+21
2025-09-18RDMA/core: Resolve MAC of next-hop device without ARP supportParav Pandit1-7/+3
2025-09-18RDMA/core: Squash a single user static functionParav Pandit1-29/+20
2025-09-18RDMA/irdma: Update KconfigTatyana Nikolova1-3/+4
2025-09-18RDMA/irdma: Extend CQE Error and Flush Handling for GEN3 DevicesShiraz Saleem7-188/+277
2025-09-18RDMA/irdma: Add Atomic Operations supportFaisal Latif8-4/+207