summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)Author
2023-10-02RDMA/mlx5: Remove not-used cache disable flagLeon Romanovsky
2023-09-26RDMA/mlx5: Fix mkey cache possible deadlock on cleanupShay Drory
2023-09-26RDMA/mlx5: Fix NULL string errorShay Drory
2023-09-26RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creationHamdan Igbaria
2023-09-26RDMA/mlx5: Fix assigning access flags to cache mkeysMichael Guralnik
2023-09-23IB/mlx4: Fix the size of a buffer in add_port_entries()Christophe JAILLET
2023-09-21RDMA/bnxt_re: Decrement resource stats correctlySelvin Xavier
2023-09-21RDMA/bnxt_re: Fix the handling of control path response dataSelvin Xavier
2023-09-18RDMA/erdma: Fix NULL pointer access in regmr_cmdCheng Xu
2023-09-18RDMA/erdma: Fix error code in erdma_create_scatter_mtt()Dan Carpenter
2023-09-11RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-24Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski
2023-08-23mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu
2023-08-22IB/hfi1: Reduce printing of errors during driver shut downDouglas Miller
2023-08-22RDMA/hfi1: Move user SDMA system memory pinning code to its own fileBrendan Cunningham
2023-08-22RDMA/hfi1: Use list_for_each_entry() helperJinjie Ruan
2023-08-22RDMA/mlx5: Fix trailing */ formatting in block commentRohit Chavan
2023-08-22RDMA/efa: Fix wrong resources deallocation orderYonatan Nachum
2023-08-21RDMA/bnxt_re: Fix kernel doc errorsLeon Romanovsky
2023-08-20RDMA/mlx5: Handles RoCE MACsec steering rules addition and deletionPatrisious Haddad
2023-08-20RDMA/mlx5: Implement MACsec gid addition and deletionPatrisious Haddad
2023-08-19RDMA/irdma: Prevent zero-length STAG registrationChristopher Bednarz
2023-08-19RDMA/erdma: Implement hierarchical MTTCheng Xu
2023-08-19RDMA/erdma: Refactor the storage structure of MTT entriesCheng Xu
2023-08-19RDMA/erdma: Renaming variable names and field names of struct erdma_memCheng Xu
2023-08-19RDMA/hns: Support hns HW statsChengchang Tang
2023-08-19RDMA/hns: Dump whole QP/CQ/MR resource in rawChengchang Tang
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18RDMA/irdma: Add missing kernel-doc in irdma_setup_umode_qp()Leon Romanovsky
2023-08-16RDMA/mlx4: Copy union directlyGustavo A. R. Silva
2023-08-16RDMA/irdma: Drop unused kernel push codeShiraz Saleem
2023-08-15RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel
2023-08-15RDMA/bnxt_re: Protect the PD table bitmapSelvin Xavier
2023-08-15RDMA/bnxt_re: Initialize mutex dbq_lockKashyap Desai
2023-08-13RDMA/cxgb4: Set sq_sig_type correctlyGuoqing Jiang
2023-08-10RDMA/bnxt_re: Initialize dpi_tbl_lock mutexKashyap Desai
2023-08-10RDMA/bnxt_re: Fix error handling in probe failure pathKalesh AP
2023-08-10RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAFSelvin Xavier
2023-08-08RDMA/hns: Remove unused declaration hns_roce_modify_srq()Yue Haibing
2023-08-08RDMA: Make all 'class' structures constIvan Orlov
2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla
2023-08-07net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla
2023-08-07RDMA: Remove unnecessary NULL valuesRuan Jinjie
2023-08-07RDMA/hns: Fix CQ and QP cache affinityChengchang Tang