summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2026-05-29RDMA/mlx5: Use ib_umem_get_cq_buf_or_va() for user CQ bufferJiri Pirko
2026-05-29RDMA/efa: Use ib_umem_get_cq_buf() for user CQ bufferJiri Pirko
2026-05-29RDMA/uverbs: Add CQ buffer UMEM attribute and driver helpersJiri Pirko
2026-05-29RDMA/uverbs: Push out CQ buffer umem processing into a helperJiri Pirko
2026-05-29RDMA/umem: Route ib_umem_get_va() through ib_umem_get_attr_or_va()Jiri Pirko
2026-05-29RDMA/core: Introduce generic buffer descriptor infrastructure for umemJiri Pirko
2026-05-29RDMA/umem: Split ib_umem_get_va() into a thin wrapper around __ib_umem_get_va()Jiri Pirko
2026-05-29RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()Jiri Pirko
2026-05-29RDMA/rxe: Fix typos in commentsPurushothaman Ramalingam
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-26RDMA/core: Move flow related functions to ib_uverbs_support.koJason Gunthorpe
2026-05-26RDMA/core: Move ucaps into ib_uverbs_support.koJason Gunthorpe
2026-05-26RDMA/core: Make a new module for the uverbs components needed by driversJason Gunthorpe
2026-05-26RDMA/core: Remove uverbs_async_event_release()Jason Gunthorpe
2026-05-26RDMA/core: Move many of the little EXPORTs from uverbs_ioctl into ib_core_uverbsJason Gunthorpe
2026-05-26RDMA/core: Do not compile ib_core_uverbs without USER_ACCESSJason Gunthorpe
2026-05-25Merge tag 'v7.1-rc5' into rdma.git for-nextJason Gunthorpe
2026-05-25RDMA/counter: Fix incorrect port index in rdma_counter_init() error cleanupTao Cui
2026-05-25RDMA/counter: Fix num_counters leak on bind_qp failure in alloc_and_bind()Tao Cui
2026-05-25RDMA/hns: Fix log flood after cmd_mbox failureLianfa Weng
2026-05-25RDMA/hns: Fix warning in poll cq direct modeLianfa Weng
2026-05-25IB/mlx4: Fix refcount leak in add_port() error pathGuangshuo Li
2026-05-25RDMA/rxe: Fix a use-after-free problem in rxe_mmapZhu Yanjun
2026-05-25RDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrsJacob Moroni
2026-05-24RDMA/mana_ib: Use ib_get_eth_speed for reporting port speedShiraz Saleem
2026-05-24RDMA/rtrs: Use flexible array for client path statsRosen Penev
2026-05-24RDMA/bnxt_re: Enable app allocated QPsSriharsha Basavapatna
2026-05-24RDMA/bnxt_re: Support doorbells for app allocated QPsSriharsha Basavapatna
2026-05-24RDMA/bnxt_re: Enhance dpi lifecycle logic in doorbell uapisSriharsha Basavapatna
2026-05-24RDMA/bnxt_re: Enhance dbr usecnt logic in doorbell uapisSriharsha Basavapatna
2026-05-24RDMA/bnxt_re: Update hwq depth for app allocated QPsSriharsha Basavapatna
2026-05-24RDMA/bnxt_re: Update msn table size for app allocated QPsSriharsha Basavapatna
2026-05-24RDMA/bnxt_re: Update sq depth for app allocated QPsSriharsha Basavapatna
2026-05-24RDMA/bnxt_re: Update rq depth for app allocated QPsSriharsha Basavapatna
2026-05-24RDMA/bnxt_re: Refactor bnxt_re_init_user_qp()Sriharsha Basavapatna
2026-05-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-19RDMA/rtrs: Fix use-after-free in path file creation cleanupGuangshuo Li
2026-05-19RDMA/mana_ib: Report max_msg_sz in mana_ib_query_portShiraz Saleem
2026-05-19RDMA/core: Do not read wild stack memory in uverbs_get_handler_fn()Jason Gunthorpe
2026-05-19RDMA/core: Move the _ib_copy_validate_udata* functions to ib_core_uverbsJason Gunthorpe
2026-05-18RDMA/cma: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET
2026-05-18RDMA: Replace memset with = {} pattern for ib_respond_udata()Jason Gunthorpe
2026-05-18RDMA: Add missed = {} initialization to uresp structsJason Gunthorpe
2026-05-18RDMA: Use proper driver data response structs instead of open codingJason Gunthorpe
2026-05-18RDMA/mlx: Replace response_len with ib_respond_udata()Jason Gunthorpe
2026-05-18RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()Jason Gunthorpe
2026-05-18RDMA/cxgb4: Convert to ib_respond_udata()Jason Gunthorpe
2026-05-18RDMA: Convert drivers using sizeof() to ib_respond_udata()Jason Gunthorpe
2026-05-18RDMA: Convert drivers using min to ib_respond_udata()Jason Gunthorpe