summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2025-04-20irdma: free iwdev->rf after removing MSI-XMichal Swiatkowski2-1/+2
2025-04-20RDMA/mana_ib: Add support of 4M, 1G, and 2G pagesKonstantin Taranov2-3/+8
2025-04-20RDMA/mana_ib: support of the zero based MRsKonstantin Taranov1-7/+17
2025-04-20RDMA/mana_ib: Access remote atomic for MRsKonstantin Taranov1-2/+5
2025-04-20RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bugZhu Yanjun1-4/+1
2025-04-11RDMA/hns: initialize db in update_srq_db()Chen Linxuan1-1/+1
2025-04-11RDMA/rxe: Fix mismatched type declarationsDaisuke Matsuda3-18/+19
2025-04-10RDMA/bnxt_re: Remove unusable nq variableLeon Romanovsky1-5/+0
2025-04-09RDMA/core: Silence oversized kvmalloc() warningShay Drory1-2/+4
2025-04-09RDMA: Don't use %pK through printkThomas Weißschuh8-14/+14
2025-04-09RDMA/rxe: Enable ODP in ATOMIC WRITE operationDaisuke Matsuda5-14/+68
2025-04-09RDMA/cma: Fix workqueue crash in cma_netevent_work_handlerSharath Srinivasan1-1/+3
2025-04-08RDMA/rxe: Enable ODP in RDMA FLUSH operationDaisuke Matsuda5-20/+90
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-2/+2
2025-04-07IB/cm: use rwlock for MAD agent lockJacob Moroni1-8/+8
2025-04-07RDMA/hns: Fix wrong maximum DMA segment sizeChengchang Tang1-1/+1
2025-04-07RDMA/hns: Remove unused parametersChengchang Tang1-3/+2
2025-04-07RDMA/rxe: Fix null pointer dereference in ODP MR checkLi Zhijian3-4/+10
2025-04-07RDMA/mlx5: Fix compilation warning when USER_ACCESS isn't setMark Bloch1-2/+0
2025-04-07IB/hfi1: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+0
2025-04-07RDMA/core: Convert to use ERR_CAST()Li Haoran1-1/+1
2025-04-07RDMA/uverbs: Convert to use ERR_CAST()Li Haoran1-1/+1
2025-04-07RDMA/core: Convert to use ERR_CAST()Li Haoran1-1/+1
2025-04-07RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe()Yue Haibing1-7/+7
2025-04-07RDMA: Replace msecs_to_jiffies with secs_to_jiffies for timeoutPeng Jiang1-4/+4
2025-04-07RDMA/mlx5: convert timeouts to secs_to_jiffies()Easwar Hariharan1-3/+3
2025-04-07RDMA/ucaps: Avoid format-security warningArnd Bergmann1-1/+1
2025-04-07RDMA/bnxt_re: Fix budget handling of notification queueKashyap Desai1-5/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner21-36/+36
2025-04-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds85-639/+3878
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-7/+53
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-2/+2
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+4
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni16-59/+77
2025-03-19IB/mad: Check available slots before posting receive WRsMaher Sanalla1-18/+20
2025-03-19RDMA/mana_ib: Fix integer overflow during queue creationKonstantin Taranov1-1/+2
2025-03-18RDMA/mlx5: Fix calculation of total invalidated pagesChiara Meiohas1-4/+6
2025-03-18RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flowPatrisious Haddad1-1/+1
2025-03-18RDMA/mlx5: Fix page_size variable overflowMichael Guralnik1-4/+4
2025-03-18RDMA/mlx5: Drop access_flags from _mlx5_mr_cache_alloc()Michael Guralnik1-4/+3
2025-03-18RDMA/mlx5: Fix cache entry update on dereg errorMichael Guralnik1-1/+3
2025-03-18RDMA/mlx5: Fix MR cache initialization error flowMichael Guralnik1-11/+22
2025-03-18RDMA/mlx5: Support optional-counters binding for QPsPatrisious Haddad4-10/+544
2025-03-18RDMA/mlx5: Compile fs.c regardless of INFINIBAND_USER_ACCESS configPatrisious Haddad4-22/+7
2025-03-18RDMA/core: Pass port to counter bind/unbind operationsPatrisious Haddad3-13/+13
2025-03-18RDMA/core: Add support to optional-counters binding configurationPatrisious Haddad2-11/+35
2025-03-18RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj()Patrisious Haddad4-1/+24
2025-03-18RDMA/mlx5: Add optional counters for RDMA_TX/RX_packets/bytesPatrisious Haddad3-5/+131