Age | Commit message (Expand) | Author | Files | Lines |
2023-09-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+0 |
2023-09-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 87 | -1646/+2820 |
2023-08-29 | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 10 | -101/+583 |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+1 |
2023-08-24 | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m... | Jakub Kicinski | 6 | -12/+446 |
2023-08-23 | mlx4: Connect the infiniband part to the auxiliary bus | Petr Pavlu | 1 | -23/+54 |
2023-08-23 | mlx4: Replace the mlx4_interface.event callback with a notifier | Petr Pavlu | 2 | -14/+28 |
2023-08-23 | mlx4: Use 'void *' as the event param of mlx4_dispatch_event() | Petr Pavlu | 1 | -4/+10 |
2023-08-23 | mlx4: Get rid of the mlx4_interface.get_dev callback | Petr Pavlu | 1 | -46/+43 |
2023-08-22 | IB/hfi1: Reduce printing of errors during driver shut down | Douglas Miller | 1 | -3/+5 |
2023-08-22 | RDMA/hfi1: Move user SDMA system memory pinning code to its own file | Brendan Cunningham | 6 | -452/+505 |
2023-08-22 | RDMA/hfi1: Use list_for_each_entry() helper | Jinjie Ruan | 1 | -3/+1 |
2023-08-22 | RDMA/mlx5: Fix trailing */ formatting in block comment | Rohit Chavan | 1 | -1/+2 |
2023-08-22 | RDMA/rxe: Fix redundant break statement in switch-case. | Rohit Chavan | 1 | -1/+0 |
2023-08-22 | RDMA/efa: Fix wrong resources deallocation order | Yonatan Nachum | 1 | -3/+3 |
2023-08-22 | RDMA/siw: Call llist_reverse_order in siw_run_sq | Guoqing Jiang | 1 | -7/+1 |
2023-08-22 | RDMA/siw: Correct wrong debug message | Guoqing Jiang | 1 | -1/+1 |
2023-08-22 | RDMA/siw: Balance the reference of cep->kref in the error path | Guoqing Jiang | 1 | -1/+0 |
2023-08-22 | Revert "IB/isert: Fix incorrect release of isert connection" | Leon Romanovsky | 1 | -0/+2 |
2023-08-21 | RDMA/bnxt_re: Fix kernel doc errors | Leon Romanovsky | 1 | -15/+15 |
2023-08-20 | RDMA/mlx5: Handles RoCE MACsec steering rules addition and deletion | Patrisious Haddad | 4 | -16/+243 |
2023-08-20 | IB/core: Reorder GID delete code for RoCE | Patrisious Haddad | 1 | -3/+3 |
2023-08-20 | RDMA/mlx5: Implement MACsec gid addition and deletion | Patrisious Haddad | 5 | -9/+216 |
2023-08-19 | RDMA/irdma: Prevent zero-length STAG registration | Christopher Bednarz | 3 | -2/+16 |
2023-08-19 | RDMA/erdma: Implement hierarchical MTT | Cheng Xu | 3 | -24/+194 |
2023-08-19 | RDMA/erdma: Refactor the storage structure of MTT entries | Cheng Xu | 4 | -94/+152 |
2023-08-19 | RDMA/erdma: Renaming variable names and field names of struct erdma_mem | Cheng Xu | 2 | -37/+37 |
2023-08-19 | RDMA/hns: Support hns HW stats | Chengchang Tang | 4 | -0/+159 |
2023-08-19 | RDMA/hns: Dump whole QP/CQ/MR resource in raw | Chengchang Tang | 1 | -72/+3 |
2023-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -2/+7 |
2023-08-18 | RDMA/irdma: Add missing kernel-doc in irdma_setup_umode_qp() | Leon Romanovsky | 1 | -0/+1 |
2023-08-16 | RDMA/mlx4: Copy union directly | Gustavo A. R. Silva | 1 | -2/+1 |
2023-08-16 | RDMA/irdma: Drop unused kernel push code | Shiraz Saleem | 4 | -119/+19 |
2023-08-15 | RDMA/bnxt_re: Add support for dmabuf pinned memory regions | Saravanan Vajravel | 3 | -26/+62 |
2023-08-15 | RDMA/bnxt_re: Protect the PD table bitmap | Selvin Xavier | 3 | -8/+24 |
2023-08-15 | RDMA/bnxt_re: Initialize mutex dbq_lock | Kashyap Desai | 1 | -0/+1 |
2023-08-13 | IB/core: Add more speed parsing in ib_get_width_and_speed() | Kalesh AP | 1 | -1/+10 |
2023-08-13 | RDMA/cxgb4: Set sq_sig_type correctly | Guoqing Jiang | 1 | -1/+1 |
2023-08-10 | RDMA/bnxt_re: Initialize dpi_tbl_lock mutex | Kashyap Desai | 1 | -0/+1 |
2023-08-10 | RDMA/bnxt_re: Fix error handling in probe failure path | Kalesh AP | 1 | -0/+2 |
2023-08-10 | RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAF | Selvin Xavier | 1 | -1/+1 |
2023-08-08 | RDMA/hns: Remove unused declaration hns_roce_modify_srq() | Yue Haibing | 1 | -3/+0 |
2023-08-08 | RDMA: Make all 'class' structures const | Ivan Orlov | 7 | -83/+79 |
2023-08-07 | net/mlx5: Allocate completion EQs dynamically | Maher Sanalla | 2 | -2/+2 |
2023-08-07 | net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max() | Maher Sanalla | 1 | -1/+1 |
2023-08-07 | RDMA: Remove unnecessary NULL values | Ruan Jinjie | 2 | -3/+3 |
2023-08-07 | IB/uverbs: Fix an potential error pointer dereference | Xiang Yang | 1 | -0/+2 |
2023-08-07 | RDMA/hns: Fix CQ and QP cache affinity | Chengchang Tang | 2 | -6/+23 |
2023-08-07 | RDMA/hns: Fix inaccurate error label name in init instance | Junxian Huang | 1 | -4/+4 |
2023-08-07 | RDMA/hns: Fix incorrect post-send with direct wqe of wr-list | Junxian Huang | 1 | -1/+2 |