summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorLines
2026-02-23RDMA/uverbs: select CONFIG_DMA_SHARED_BUFFERArnd Bergmann-0/+1
2026-02-23dma-buf: Make .invalidate_mapping() truly optionalLeon Romanovsky-10/+0
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard-1494/+9573
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-42/+31
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-130/+65
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-12/+12
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-475/+475
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-847/+779
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-641/+2382
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+4
2026-02-12Merge tag 'v7.0-rc-part1-ksmbd-and-smbdirect-fixes' of git://git.samba.org/ksmbdLinus Torvalds-0/+31
2026-02-11bnge/bng_re: Add a new HSIVikas Gupta-6/+6456
2026-02-08RDMA/mlx5: Implement DMABUF export opsYishai Hadas-0/+72
2026-02-08RDMA/uverbs: Add DMABUF object type and operationsYishai Hadas-12/+266
2026-02-08RDMA/uverbs: Support external FD uobjectsYishai Hadas-14/+21
2026-02-08RDMA/core: introduce rdma_restrict_node_type()Stefan Metzmacher-0/+31
2026-02-05net/mlx5: Fix 1600G link mode enum namingYael Chemla-1/+1
2026-02-05RDMA/siw: Fix potential NULL pointer dereference in header processingYunJe Shin-1/+2
2026-02-05RDMA/umad: Reject negative data_len in ib_umad_writeYunJe Shin-2/+6
2026-02-05Merge drm/drm-next into drm-misc-nextThomas Zimmermann-66/+103
2026-02-03RDMA/umem: don't abuse current->group_leaderOleg Nesterov-2/+2
2026-02-02IB/core: Extend rate limit support for RC QPsKalesh AP-3/+6
2026-02-02RDMA/mlx5: Support rate limit only for Raw Packet QPKalesh AP-0/+5
2026-02-02RDMA/bnxt_re: Report QP rate limit in debugfsKalesh AP-2/+12
2026-02-02RDMA/bnxt_re: Report packet pacing capabilities when querying deviceKalesh AP-1/+21
2026-02-02RDMA/bnxt_re: Add support for QP rate limitingKalesh AP-6/+47
2026-02-01RDMA/uverbs: Add __GFP_NOWARN to ib_uverbs_unmarshall_recv() kmallocYi Liu-1/+1
2026-01-28RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever-15/+38
2026-01-28RDMA/core: add MR support for bvec-based RDMA operationsChuck Lever-36/+153
2026-01-28RDMA/core: use IOVA-based DMA mapping for bvec RDMA operationsChuck Lever-0/+106
2026-01-28RDMA/core: add bio_vec based RDMA read/write APIChuck Lever-0/+197
2026-01-28RDMA/irdma: Use kvzalloc for paged memory DMA address arrayCarlos Bilbao-3/+3
2026-01-28RDMA/rxe: Fix race condition in QP timer handlersLi Zhijian-0/+6
2026-01-27RDMA/mana_ib: Add device‑memory supportKonstantin Taranov-0/+149
2026-01-27RDMA/mlx5: Fix memory leak in GET_DATA_DIRECT_SYSFS_PATH handlerZilin Guan-2/+2
2026-01-27dma-buf: Rename .move_notify() callback to a clearer identifierLeon Romanovsky-3/+3
2026-01-26RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_sendYi Liu-1/+4
2026-01-25RDMA/irdma: Use CQ ID for CEQE contextJacob Moroni-51/+127
2026-01-25RDMA/irdma: Add enum defs for reserved CQs/QPsJacob Moroni-10/+22
2026-01-25RDMA/rxe: Fix iova-to-va conversion for MR page sizes != PAGE_SIZELi Zhijian-97/+194
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-1/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+2
2026-01-20net: remove legacy way to get/set HW timestamp configVadim Fedorenko-4/+2
2026-01-18RDMA/rxe: Remove unused page_offset memberLi Zhijian-3/+0
2026-01-18IB/mlx5: Fix port speed query for representorsOr Har-Toov-6/+14
2026-01-18RDMA/mlx5: Fix UMR hang in LAG error state unloadChiara Meiohas-9/+68
2026-01-15RDMA/mana_ib: Take CQ type from the device typeKonstantin Taranov-3/+1
2026-01-15RDMA/iwcm: Fix workqueue list corruption by removing work_listJacob Moroni-36/+21
2026-01-15RDMA/rxe: Fix double free in rxe_srq_from_initJiasheng Jiang-3/+3