summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
7 daysRDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe4-0/+16
13 daysRDMA/efa: Validate SQ ring size against max LLQ sizeYonatan Nachum1-9/+18
2026-05-20RDMA/mana_ib: Report max_msg_sz in mana_ib_query_portShiraz Saleem1-0/+1
2026-05-13RDMA/bnxt_re: zero shared page before exposing to userspaceLord Ulf Henrik Holmberg1-1/+1
2026-05-02RDMA/hns: Fix unlocked call to hns_roce_qp_remove()Jason Gunthorpe1-0/+7
2026-05-02RDMA/hns: Fix xarray race in hns_roce_create_qp_common()Jason Gunthorpe1-3/+3
2026-05-02RDMA/hns: Fix xarray race in hns_roce_create_srq()Jason Gunthorpe1-6/+6
2026-05-02RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()Jason Gunthorpe1-1/+3
2026-05-02RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error pathJason Gunthorpe1-1/+1
2026-05-02RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()Jason Gunthorpe1-2/+2
2026-05-02RDMA/ocrdma: Clarify the mm_head searchingJason Gunthorpe1-2/+2
2026-05-02RDMA/mana: Fix error unwind in mana_ib_create_qp_rss()Jason Gunthorpe1-1/+3
2026-05-02RDMA/mana: Fix mana_destroy_wq_obj() cleanup in mana_ib_create_qp_rss()Jason Gunthorpe1-5/+4
2026-05-02RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss()Jason Gunthorpe1-2/+3
2026-05-02RDMA/mana: Validate rx_hash_key_lenJason Gunthorpe1-0/+3
2026-05-02RDMA/mlx5: Add missing store/release for lock elision patternJason Gunthorpe2-6/+6
2026-05-02RDMA/mlx5: Restore zero-init to mlx5_ib_modify_qp() ucmdJason Gunthorpe1-1/+1
2026-05-02RDMA/ionic: Fix typo in format stringJason Gunthorpe1-1/+1
2026-04-29RDMA/mlx5: Fix null-ptr-deref in Raw Packet QP creationMichael Guralnik1-0/+5
2026-04-29RDMA/mlx5: Fix UAF in DCT destroy due to race with createEdward Srouji1-1/+8
2026-04-29RDMA/mlx5: Fix UAF in SRQ destroy due to race with createEdward Srouji1-1/+8
2026-04-28RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init()Junrui Luo1-0/+1
2026-04-28IB/hfi1: Fix potential use-after-free in PIO and SDMA map teardownLi RongQing2-2/+7
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds95-3804/+2281
2026-04-17Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+4
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2026-04-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski1-1/+1
2026-04-09RDMA/ionic: bound node_desc sysfs read with %.64sKai Zen1-1/+1
2026-04-09RDMA/mana_ib: Support memory windowsKonstantin Taranov3-1/+64
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-90/+96
2026-03-31RDMA/hns: Remove the duplicate calls to ib_copy_validate_udata_in()Jason Gunthorpe1-19/+16
2026-03-31RDMA: Remove redundant = {} for udata req structsJason Gunthorpe13-19/+21
2026-03-31RDMA/irdma: Add missing comp_mask check in alloc_ucontextJason Gunthorpe1-1/+3
2026-03-31RDMA/hns: Add missing comp_mask check in create_qpJason Gunthorpe1-1/+3
2026-03-31RDMA/mlx5: Pull comp_mask validation into ib_copy_validate_udata_in_cm()Jason Gunthorpe1-9/+8
2026-03-31RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_maskJason Gunthorpe4-17/+13
2026-03-31RDMA/hns: Use ib_copy_validate_udata_in()Jason Gunthorpe4-45/+8
2026-03-31RDMA/mlx4: Use ib_copy_validate_udata_in() for QPJason Gunthorpe1-22/+3
2026-03-31RDMA/mlx4: Use ib_copy_validate_udata_in()Jason Gunthorpe3-13/+10
2026-03-31RDMA/mlx5: Use ib_copy_validate_udata_in() for MWJason Gunthorpe1-9/+6
2026-03-31RDMA/mlx5: Use ib_copy_validate_udata_in() for SRQJason Gunthorpe1-12/+3
2026-03-31RDMA/pvrdma: Use ib_copy_validate_udata_in() for srqJason Gunthorpe1-3/+2
2026-03-31RDMA: Use ib_copy_validate_udata_in() for implicit full structsJason Gunthorpe8-52/+45
2026-03-31RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in()Jason Gunthorpe4-31/+14
2026-03-31RDMA: Consolidate patterns with offsetof() to ib_copy_validate_udata_in()Jason Gunthorpe2-14/+5
2026-03-31RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()Jason Gunthorpe4-120/+26
2026-03-31BackMerge tag 'v7.0-rc6' into drm-nextDave Airlie7-90/+96
2026-03-30RDMA/mana_ib: Disable RX steering on RSS QP destroyLong Li1-0/+15
2026-03-30RDMA/mlx4: Restrict external umem for CQ when copy_to_user() is usedLeon Romanovsky1-0/+4
2026-03-30Merge branch 'master' into rdma-nextLeon Romanovsky7-90/+96