aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2025-06-17RDMA/qib: Remove outdated driverDennis Dalessandro45-48351/+0
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh2-2/+2
2025-06-12RDMA/rxe: Remove redundant page presence checkDaisuke Matsuda1-17/+6
2025-06-12RDMA/mana_ib: Add device statistics supportShiraz Saleem4-2/+93
2025-06-12RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanupArnd Bergmann1-1/+7
2025-06-12RDMA/cxgb4: Delete an unnecessary check before kfree() in c4iw_rdev_open()Markus Elfring1-2/+1
2025-06-12IB/iser: Remove unnecessary local variableLi Jun1-5/+1
2025-06-12RDMA/hns: Remove MW supportJunxian Huang5-191/+1
2025-06-12RDMA/hns: ZERO_OR_NULL_PTR macro overdetectionluoqing2-5/+5
2025-06-12RDMA/rxe: Enable asynchronous prefetch for ODP MRsDaisuke Matsuda1-2/+85
2025-06-12RDMA/rxe: Implement synchronous prefetch for ODP MRsDaisuke Matsuda3-0/+103
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar25-33/+40
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds61-673/+949
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds11-166/+223
2025-05-26RDMA/cma: Fix hang when cma_netevent_callback fails to queue_workJack Morgenstein1-1/+2
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe13-34/+30
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
2025-05-25RDMA/bnxt_re: Support extended stats for Thor2 VFAjit Khaparde2-2/+7
2025-05-25RDMA/hns: Fix endian issue in trace eventsJunxian Huang1-6/+9
2025-05-25RDMA/mlx5: Avoid flexible array warningLeon Romanovsky1-36/+20
2025-05-25IB/cm: Remove dead code and adjust namingVlad Dumitrescu4-56/+16
2025-05-25RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devicesDaisuke Matsuda1-6/+25
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-8/+8
2025-05-22IB/IPoIB: Allow using netdevs that require the instance lockCosmin Ratiu2-15/+31
2025-05-22IB/IPoIB: Replace vlan_rwsem with the netdev instance lockCosmin Ratiu4-57/+87
2025-05-22IB/IPoIB: Enqueue separate work_structs for each flushed interfaceCosmin Ratiu4-22/+44
2025-05-22RDMA/rxe: Break endless pagefault loop for RO pagesLeon Romanovsky1-9/+5
2025-05-21RDMA/siw: use skb_crc32c() instead of __skb_checksum()Eric Biggers2-21/+2
2025-05-21RDMA/bnxt_re: Fix return code of bnxt_re_configure_ccKalesh AP1-1/+1
2025-05-21RDMA/bnxt_re: Fix missing error handling for tx_queueGautam R A1-6/+9
2025-05-21RDMA/bnxt_re: Fix incorrect display of inactivity_cp in debugfs outputGautam R A1-0/+5
2025-05-18RDMA/mlx5: Add support for 200Gbps per lane speedsPatrisious Haddad1-0/+12
2025-05-18RDMA/mlx5: Remove the redundant MLX5_IB_STAGE_UAR stageYishai Hadas2-18/+0
2025-05-13Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tnguy/linux into wip/leon-for-nextLeon Romanovsky4-63/+71
2025-05-13RDMA/iwcm: Fix use-after-free of work objects after cm_id destructionShin'ichiro Kawasaki1-14/+15
2025-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/linuxJakub Kicinski4-63/+71
2025-05-12RDMA/mana_ib: unify mana_ib functions to support any gdma deviceKonstantin Taranov3-20/+16
2025-05-12RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nicKonstantin Taranov3-91/+132
2025-05-12RDMA/siw: replace redundant ternary operator with just rvColin Ian King1-1/+1
2025-05-12RDMA/umem: Separate implicit ODP initialization from explicit ODPLeon Romanovsky1-43/+44
2025-05-12RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkageLeon Romanovsky5-105/+70
2025-05-12RDMA/umem: Store ODP access mask information in PFNLeon Romanovsky4-85/+68
2025-05-12RDMA/hns: Fix build error of hns_roce_traceJunxian Huang1-0/+1
2025-05-09iidc/ice/irdma: Update IDC to support multiple consumersDave Ertman2-49/+54
2025-05-06RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problemZhu Yanjun1-2/+4
2025-05-06RDMA/siw: Remove unused siw_mem_addDr. David Alan Gilbert2-25/+0
2025-05-06IB/hfi1: Remove unused sc_drop and sdma_all_idleDr. David Alan Gilbert4-30/+0
2025-05-05RDMA/mlx5: Fix error flow upon firmware failure for RQ destructionPatrisious Haddad1-2/+28
2025-05-05IB/cm: Drop lockdep assert and WARN when freeing old msgVlad Dumitrescu1-1/+2
2025-04-30iidc/ice/irdma: Rename to iidc_* conventionDave Ertman1-19/+22