summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorLines
2026-04-16Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+4
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-13/+3
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-25/+38
2026-04-13Merge branch 'nocache-cleanup'Linus Torvalds-5/+3
2026-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski-1/+1
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner-5/+7
2026-04-05mm: rename zap_vma_ptes() to zap_special_vma_range()David Hildenbrand (Arm)-3/+3
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-100/+123
2026-03-30x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds-5/+3
2026-03-31BackMerge tag 'v7.0-rc6' into drm-nextDave Airlie-102/+126
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera-5/+4
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera-3/+2
2026-03-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-100/+123
2026-03-27fwctl/bnxt_en: Move common definitions to include/linux/bnxt/Pavan Chebbi-4/+4
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2026-03-26Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+3
2026-03-22mlx5: Remove redundant iseg baseParav Pandit-1/+1
2026-03-20RDMA/umem: Tell DMA mapping that UMEM requires coherencyLeon Romanovsky-2/+3
2026-03-18RDMA/irdma: Harden depth calculation functionsShiraz Saleem-17/+22
2026-03-18RDMA/irdma: Return EINVAL for invalid arp index errorTatyana Nikolova-7/+10
2026-03-18RDMA/irdma: Fix deadlock during netdev reset with active connectionsAnil Samal-1/+2
2026-03-18RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()Tatyana Nikolova-2/+0
2026-03-18RDMA/irdma: Clean up unnecessary dereference of event->cm_nodeIvan Barrera-6/+6
2026-03-18RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()Tatyana Nikolova-2/+0
2026-03-18RDMA/irdma: Update ibqp state to error if QP is already in error stateTatyana Nikolova-0/+2
2026-03-18RDMA/irdma: Initialize free_qp completion before using itJacob Moroni-1/+1
2026-03-17RDMA/efa: Fix possible deadlockEthan Tidmore-0/+1
2026-03-17RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ pathChuck Lever-7/+9
2026-03-17RDMA/rw: Fall back to direct SGE on MR pool exhaustionChuck Lever-3/+18
2026-03-16net/mlx5: Expose MLX5_UMR_ALIGN definitionTariq Toukan-1/+0
2026-03-16{net/RDMA}/mlx5: Add LAG demux table API and vport demux rulesShay Drory-14/+28
2026-03-16net/mlx5: LAG, replace mlx5_get_dev_index with LAG sequence numberShay Drory-1/+3
2026-03-08RDMA/efa: Fix use of completion ctx after freeYonatan Nachum-48/+39
2026-03-05RDMA/bng_re: Fix silent failure in HWRM version queryKamal Heib-5/+9
2026-03-04RDMA/ionic: Preserve and set Ethernet source MAC after ib_ud_header_init()Abhijit Gangurde-1/+3
2026-03-04RDMA/irdma: Fix double free related to rereg_user_mrJacob Moroni-0/+1
2026-03-02Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-13/+3
2026-02-26RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf fileLeon Romanovsky-0/+2
2026-02-25RDMA/umem: Fix double dma_buf_unpin in failure pathJacob Moroni-3/+1
2026-02-25RDMA/core: Check id_priv->restricted_node_type in cma_listen_on_dev()Stefan Metzmacher-1/+5
2026-02-24RDMA/ionic: Fix kernel stack leak in ionic_create_cq()Jason Gunthorpe-1/+1
2026-02-24RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()Jason Gunthorpe-1/+1
2026-02-24IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()Jason Gunthorpe-2/+3
2026-02-24RDMA/efa: Fix typo in efa_alloc_mr()Jason Gunthorpe-1/+1
2026-02-24RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_portKamal Heib-0/+2
2026-02-24RDMA/uverbs: Update for semantic conflict with drm-miscMark Brown-2/+2
2026-02-24RDMA/bng_re: Unwind bng_re_dev_init properlySiva Reddy Kallam-14/+15
2026-02-24RDMA/bng_re: Remove unnessary validity checksSiva Reddy Kallam-23/+4
2026-02-24RDMA/core: Fix stale RoCE GIDs during netdev events at registrationJiri Pirko-1/+49