summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * IB/hfi1: Use struct_size()Christophe JAILLET2023-07-241-6/+3
| * RDMA/hns: Remove VF extend configurationJunxian Huang2023-07-243-85/+10
| * RDMA/hns: Support get XRCD number from firmwareLuoyouming2023-07-242-4/+4
| * RDMA/qedr: Remove duplicate assignments of vaMinjie Du2023-07-231-1/+0
| * RDMA/qedr: Remove a duplicate assignment in qedr_create_gsi_qp()Minjie Du2023-07-231-1/+0
| * RDMA/bnxt_re: Add a new uapi for driver notificationChandramohan Akula2023-07-211-0/+15
| * RDMA/bnxt_re: Implement doorbell pacing algorithmChandramohan Akula2023-07-212-0/+129
| * RDMA/bnxt_re: Update alloc_page uapi for pacingChandramohan Akula2023-07-212-3/+34
| * RDMA/bnxt_re: Enable pacing support for the user appsChandramohan Akula2023-07-211-0/+2
| * RDMA/bnxt_re: Initialize Doorbell pacing featureChandramohan Akula2023-07-213-0/+137
| * RDMA/bnxt_re: use vmalloc_array and vcallocJulia Lawall2023-07-211-2/+2
| * RDMA/erdma: use vmalloc_array and vcallocJulia Lawall2023-07-211-2/+2
| * RDMA/irdma: Fix building without IPv6Arnd Bergmann2023-07-191-1/+1
| * RDMA/irdma: Implement egress VLAN priorityMustafa Ismail2023-07-122-12/+99
| * RDMA/qedr: Remove a duplicate assignment in irdma_query_ah()Minjie Du2023-07-121-1/+0
| * RDMA/efa: Add RDMA write HW statistics countersMichael Margolin2023-07-124-2/+47
| * RDMA/mlx5: align MR mem allocation size to power-of-twoYuanyuan Zhong2023-07-121-0/+5
* | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-08-299-98/+580
|\ \
| * \ Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-08-245-9/+443
| |\ \
| | * | RDMA/mlx5: Handles RoCE MACsec steering rules addition and deletionPatrisious Haddad2023-08-204-16/+243
| | * | RDMA/mlx5: Implement MACsec gid addition and deletionPatrisious Haddad2023-08-205-9/+216
| * | | mlx4: Connect the infiniband part to the auxiliary busPetr Pavlu2023-08-231-23/+54
| * | | mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu2023-08-232-14/+28
| * | | mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu2023-08-231-4/+10
| * | | mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu2023-08-231-46/+43
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-183-1/+5
| |\ \ \
| * | | | net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla2023-08-072-2/+2
| * | | | net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla2023-08-071-1/+1
| | |/ / | |/| |
* | | | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | infiniband: convert to ctime accessor functionsJeff Layton2023-07-131-2/+1
| | |/ | |/|
* | | RDMA/bnxt_re: Initialize dpi_tbl_lock mutexKashyap Desai2023-08-101-0/+1
* | | RDMA/bnxt_re: Fix error handling in probe failure pathKalesh AP2023-08-101-0/+2
* | | RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAFSelvin Xavier2023-08-101-1/+1
* | | IB/hfi1: Fix possible panic during hotplug removeDouglas Miller2023-08-031-0/+1
| |/ |/|
* | RDMA/irdma: Report correct WC errorSindhu Devale2023-07-261-0/+1
* | RDMA/irdma: Fix op_type reporting in CQEsSindhu Devale2023-07-261-1/+1
* | RDMA/bnxt_re: Fix hang during driver unloadSelvin Xavier2023-07-172-10/+9
* | RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai2023-07-173-0/+31
* | RDMA/mthca: Fix crash when polling CQ for shared QPsThomas Bogendoerfer2023-07-171-1/+1
* | RDMA/irdma: Fix data race on CQP request doneShiraz Saleem2023-07-173-5/+5
* | RDMA/irdma: Fix data race on CQP completion statsShiraz Saleem2023-07-174-36/+36
* | RDMA/irdma: Add missing read barriersShiraz Saleem2023-07-173-1/+17
* | RDMA/mlx4: Make check for invalid flags stricterDan Carpenter2023-07-121-9/+9
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-06-2936-799/+1719
|\
| * Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-2717-77/+457
| |\
| * | RDMA/bnxt_re: Fix an IS_ERR() vs NULL checkDan Carpenter2023-06-271-2/+2
| * | RDMA/bnxt_re: Fix spelling mistake "priviledged" -> "privileged"Colin Ian King2023-06-261-2/+2
| * | RDMA/bnxt_re: Remove duplicated include in bnxt_re/main.cYang Li2023-06-261-1/+0
| * | RDMA/bnxt_re: Refactor code around bnxt_qplib_map_rc()Kashyap Desai2023-06-261-8/+15
| * | RDMA/bnxt_re: Remove incorrect return check from slow pathKashyap Desai2023-06-261-6/+0