summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2023-02-16RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering me...Long Li
2023-02-16RDMA/rxe: Remove rxe_alloc()Bob Pearson
2023-02-16RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by sizeKees Cook
2023-02-16Subject: RDMA/rxe: Handle zero length rdmaBob Pearson
2023-02-15iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()Dan Carpenter
2023-02-15RDMA/mlx5: Use rdma_umem_for_each_dma_block()Jason Gunthorpe
2023-02-14net/mlx5: Lag, Add single RDMA device in multiport modeMark Bloch
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-08Merge tag 'mlx5-next-netdev-deadlock' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2023-02-08RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregisterJiri Pirko
2023-02-08RDMA/irdma: Cap MSIX used to online CPUs + 1Mustafa Ismail
2023-02-07RDMA/mlx5: Check reg_create() create for errorsDan Carpenter
2023-02-07RDMA/rtrs: Don't call kobject_del for srv_path->kobjLi Zhijian
2023-02-06Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski
2023-02-06RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()Nikita Zhandarovich
2023-02-06RDMA/mlx5: Remove impossible check of mkey cache cleanup failureLeon Romanovsky
2023-02-06RDMA/mlx5: Fix MR cache debugfs error in IB representors modeLeon Romanovsky
2023-02-06RDMA/siw: Fix user page pinning accountingBernard Metzler
2023-02-06RDMA/mana_ib: Prevent array underflow in mana_ib_create_qp_raw()Dan Carpenter
2023-02-02scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli
2023-02-02RDMA/cxgb4: add null-ptr-check after ip_dev_find()Nikita Zhandarovich
2023-02-01bnxt_en: Remove runtime interrupt vector allocationAjit Khaparde
2023-02-01RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde
2023-02-01bnxt_en: Remove struct bnxt access from RoCE driverHongguang Gao
2023-02-01bnxt_en: Use auxiliary bus calls over proprietary callsAjit Khaparde
2023-02-01bnxt_en: Use direct API instead of indirectionAjit Khaparde
2023-02-01bnxt_en: Remove usage of ulp_idAjit Khaparde
2023-02-01RDMA/bnxt_re: Use auxiliary driver interfaceAjit Khaparde
2023-01-31IB/hfi1: Assign npages earlierDean Luick
2023-01-31RDMA/umem: Use dma-buf locked API to solve deadlockMaor Gottlieb
2023-01-30RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang
2023-01-29RDMA/irdma: Fix potential NULL-ptr-dereferenceNikita Zhandarovich
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-27RDMA/mlx5: Add work to remove temporary entries from the cacheMichael Guralnik
2023-01-27RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flowMichael Guralnik
2023-01-27RDMA/mlx5: Introduce mlx5r_cache_rb_keyMichael Guralnik
2023-01-27RDMA/mlx5: Change the cache structure to an RB-treeMichael Guralnik
2023-01-27RDMA/mlx5: Remove implicit ODP cache entryAharon Landau
2023-01-27RDMA/mlx5: Don't keep umrable 'page_shift' in cache entriesAharon Landau
2023-01-27RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarrayBob Pearson
2023-01-26IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea
2023-01-26RDMA/rxe: Cleanup page variables in rxe_mr.cBob Pearson
2023-01-26RDMA-rxe: Isolate mr code from atomic_write_reply()Bob Pearson
2023-01-26RDMA-rxe: Isolate mr code from atomic_reply()Bob Pearson
2023-01-26RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.cBob Pearson
2023-01-26RDMA/rxe: Cleanup mr_check_rangeBob Pearson
2023-01-26RDMA/irdma: Split CQ handler into irdma_reg_user_mr_type_cqZhu Yanjun
2023-01-26RDMA/irdma: Split QP handler into irdma_reg_user_mr_type_qpZhu Yanjun
2023-01-26RDMA/irdma: Split mr alloc and free into new functionsZhu Yanjun
2023-01-26RDMA/irdma: Split MEM handler into irdma_reg_user_mr_type_memZhu Yanjun