summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)Author
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe
2025-05-22RDMA/rxe: Break endless pagefault loop for RO pagesLeon Romanovsky
2025-05-12RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkageLeon Romanovsky
2025-05-12RDMA/umem: Store ODP access mask information in PFNLeon Romanovsky
2025-04-21RDMA/rxe: Remove 32-bit architecture supportDaisuke Matsuda
2025-04-20RDMA/rxe: Remove unused rxe_run_taskDr. David Alan Gilbert
2025-04-20RDMA/rxe: Fix "trying to register non-static key in rxe_qp_do_cleanup" bugZhu Yanjun
2025-04-20RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bugZhu Yanjun
2025-04-11RDMA/rxe: Fix mismatched type declarationsDaisuke Matsuda
2025-04-09RDMA/rxe: Enable ODP in ATOMIC WRITE operationDaisuke Matsuda
2025-04-08RDMA/rxe: Enable ODP in RDMA FLUSH operationDaisuke Matsuda
2025-04-07RDMA/rxe: Fix null pointer dereference in ODP MR checkLi Zhijian
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-03-13RDMA/rxe: Fix incorrect return value of rxe_odp_atomic_op()Daisuke Matsuda
2025-03-12RDMA/rxe: Improve readability of ODP pagefault interfaceDaisuke Matsuda
2025-03-03RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() testsZhu Yanjun
2025-02-21RDMA/rxe: Add support for the traditional Atomic operations with ODPDaisuke Matsuda
2025-02-21RDMA/rxe: Add support for Send/Recv/Write/Read with ODPDaisuke Matsuda
2025-02-21RDMA/rxe: Allow registering MRs for On-Demand PagingDaisuke Matsuda
2025-02-21RDMA/rxe: Add page invalidation supportDaisuke Matsuda
2025-02-21RDMA/rxe: Move some code to rxe_loc.h in preparation for ODPDaisuke Matsuda
2025-02-09RDMA/rxe: switch to using the crc32 libraryEric Biggers
2025-02-03RDMA/rxe: Add query_gid supportZhu Yanjun
2025-02-03RDMA/rxe: Replace netdev dev addr with raw_gidZhu Yanjun
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-01-14RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]"Zhu Yanjun
2024-12-25RDMA/rxe: Remove deliver net device eventYuyu Li
2024-12-24RDMA/rxe: Remove the direct link to net_deviceZhu Yanjun
2024-12-17RDMA/rxe: Fix mismatched max_msg_szzhenwei pi
2024-11-04RDMA/rxe: Set queue pair cur_qp_state when being queriedLiu Jian
2024-10-30RDMA/rxe: Fix the qp flush warnings in reqZhu Yanjun
2024-08-23RDMA/rxe: Fix __bth_set_resv6azhenwei pi
2024-08-23RDMA/rxe: Fix misspelling of 'rmda'zhenwei pi
2024-08-23RDMA/rxe: Use sizeof instead of hard code numberzhenwei pi
2024-07-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-07-04RDMA/core: Introduce "name_assign_type" for an IB deviceMark Zhang
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger
2024-06-26RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPsHonggang LI
2024-06-09RDMA/rxe: Fix responder length checking for UD request packetsHonggang LI
2024-05-30RDMA/rxe: Fix data copy for IB_SEND_INLINEHonggang LI
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-04-22RDMA/rxe: Let destroy qp succeed with stuck packetBob Pearson
2024-04-22RDMA/rxe: Get rid of pkt resend on errBob Pearson
2024-04-22RDMA/rxe: Make rxe_loopback match rxe_send behaviorBob Pearson
2024-04-22RDMA/rxe: Fix incorrect rxe_put in error pathBob Pearson
2024-04-22RDMA/rxe: Don't call direct between tasksBob Pearson
2024-04-22RDMA/rxe: Don't call rxe_requester from rxe_completerBob Pearson
2024-04-22RDMA/rxe: Don't schedule rxe_completer from rxe_requesterBob Pearson
2024-04-22RDMA/rxe: Remove save/rollback_state in rxe_requesterBob Pearson