summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-2/+2
|\
| * qib: convert to new timestamp accessorsJeff Layton2023-10-181-2/+2
* | Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds2023-10-302-2/+2
|\ \ | |/ |/|
| * infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVECDavid Howells2023-09-252-2/+2
* | RDMA/mlx5: Remove not-used cache disable flagLeon Romanovsky2023-10-022-6/+0
* | RDMA/mlx5: Fix mkey cache possible deadlock on cleanupShay Drory2023-09-262-2/+15
* | RDMA/mlx5: Fix NULL string errorShay Drory2023-09-261-1/+1
* | RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creationHamdan Igbaria2023-09-261-1/+1
* | RDMA/mlx5: Fix assigning access flags to cache mkeysMichael Guralnik2023-09-261-1/+2
* | IB/mlx4: Fix the size of a buffer in add_port_entries()Christophe JAILLET2023-09-231-1/+1
* | RDMA/bnxt_re: Decrement resource stats correctlySelvin Xavier2023-09-211-0/+4
* | RDMA/bnxt_re: Fix the handling of control path response dataSelvin Xavier2023-09-211-2/+9
* | RDMA/erdma: Fix NULL pointer access in regmr_cmdCheng Xu2023-09-181-3/+2
* | RDMA/erdma: Fix error code in erdma_create_scatter_mtt()Dan Carpenter2023-09-181-1/+1
* | RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev2023-09-111-0/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-0262-1408/+2411
|\
| * IB/hfi1: Reduce printing of errors during driver shut downDouglas Miller2023-08-221-3/+5
| * RDMA/hfi1: Move user SDMA system memory pinning code to its own fileBrendan Cunningham2023-08-226-452/+505
| * RDMA/hfi1: Use list_for_each_entry() helperJinjie Ruan2023-08-221-3/+1
| * RDMA/mlx5: Fix trailing */ formatting in block commentRohit Chavan2023-08-221-1/+2
| * RDMA/efa: Fix wrong resources deallocation orderYonatan Nachum2023-08-221-3/+3
| * RDMA/bnxt_re: Fix kernel doc errorsLeon Romanovsky2023-08-211-15/+15
| * RDMA/irdma: Prevent zero-length STAG registrationChristopher Bednarz2023-08-193-2/+16
| * RDMA/erdma: Implement hierarchical MTTCheng Xu2023-08-193-24/+194
| * RDMA/erdma: Refactor the storage structure of MTT entriesCheng Xu2023-08-194-94/+152
| * RDMA/erdma: Renaming variable names and field names of struct erdma_memCheng Xu2023-08-192-37/+37
| * RDMA/hns: Support hns HW statsChengchang Tang2023-08-194-0/+159
| * RDMA/hns: Dump whole QP/CQ/MR resource in rawChengchang Tang2023-08-191-72/+3
| * RDMA/irdma: Add missing kernel-doc in irdma_setup_umode_qp()Leon Romanovsky2023-08-181-0/+1
| * RDMA/mlx4: Copy union directlyGustavo A. R. Silva2023-08-161-2/+1
| * RDMA/irdma: Drop unused kernel push codeShiraz Saleem2023-08-164-119/+19
| * RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel2023-08-153-26/+62
| * RDMA/bnxt_re: Protect the PD table bitmapSelvin Xavier2023-08-153-8/+24
| * RDMA/bnxt_re: Initialize mutex dbq_lockKashyap Desai2023-08-151-0/+1
| * RDMA/cxgb4: Set sq_sig_type correctlyGuoqing Jiang2023-08-131-1/+1
| * RDMA/hns: Remove unused declaration hns_roce_modify_srq()Yue Haibing2023-08-081-3/+0
| * RDMA: Make all 'class' structures constIvan Orlov2023-08-082-49/+40
| * RDMA: Remove unnecessary NULL valuesRuan Jinjie2023-08-071-2/+2
| * RDMA/hns: Fix CQ and QP cache affinityChengchang Tang2023-08-072-6/+23
| * RDMA/hns: Fix inaccurate error label name in init instanceJunxian Huang2023-08-071-4/+4
| * RDMA/hns: Fix incorrect post-send with direct wqe of wr-listJunxian Huang2023-08-071-1/+2
| * RDMA/hns: Fix port active speedChengchang Tang2023-08-071-2/+5
| * RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP2023-08-076-25/+25
| * RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP2023-08-072-9/+4
| * RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() functionKalesh AP2023-08-071-13/+8
| * RDMA/bnxt_re: Fix the sideband buffer size handling for FW commandsSelvin Xavier2023-08-073-80/+55
| * RDMA/bnxt_re: Remove a redundant flagKalesh AP2023-08-072-4/+2
| * RDMA/bnxt_re: Fix max_qp count for virtual functionsKalesh AP2023-08-073-9/+6
| * RDMA/irdma: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-08-031-1/+1
| * RDMA/hns: Remove unused function declarationsYue Haibing2023-07-311-2/+0