summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorFilesLines
2025-08-13RDMA/rxe: Flush delayed SKBs while releasing RXE resourcesZhu Yanjun2-22/+9
2025-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+2
2025-08-05RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpagesPedro Falcato1-3/+2
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds10-26/+229
2025-07-23IB: Extend UVERBS_METHOD_REG_MR to get DMAHYishai Hadas5-2/+18
2025-07-19net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-06-26RDMA/core: Extend RDMA device registration to be net namespace awareMark Bloch1-1/+1
2025-06-26RDMA/rxe: Fix a couple IS_ERR() vs NULL bugsDan Carpenter1-3/+5
2025-06-26RDMA/siw: work around clang stack size warningArnd Bergmann1-6/+16
2025-06-12RDMA/rxe: Remove redundant page presence checkDaisuke Matsuda1-17/+6
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 Molnar3-3/+3
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-149/+212
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe4-8/+11
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2025-05-22RDMA/rxe: Break endless pagefault loop for RO pagesLeon Romanovsky1-9/+5
2025-05-22RDMA/siw: use skb_crc32c() instead of __skb_checksum()Eric Biggers2-21/+2
2025-05-12RDMA/siw: replace redundant ternary operator with just rvColin Ian King1-1/+1
2025-05-12RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkageLeon Romanovsky1-4/+4
2025-05-12RDMA/umem: Store ODP access mask information in PFNLeon Romanovsky1-8/+6
2025-05-06RDMA/siw: Remove unused siw_mem_addDr. David Alan Gilbert2-25/+0
2025-04-21RDMA/rxe: Remove 32-bit architecture supportDaisuke Matsuda5-19/+3
2025-04-20RDMA/rxe: Remove unused rxe_run_taskDr. David Alan Gilbert2-31/+11
2025-04-20RDMA/rxe: Fix "trying to register non-static key in rxe_qp_do_cleanup" bugZhu Yanjun1-1/+6
2025-04-20RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bugZhu Yanjun1-4/+1
2025-04-11RDMA/rxe: Fix mismatched type declarationsDaisuke Matsuda3-18/+19
2025-04-09RDMA: Don't use %pK through printkThomas Weißschuh5-11/+11
2025-04-09RDMA/rxe: Enable ODP in ATOMIC WRITE operationDaisuke Matsuda5-14/+68
2025-04-08RDMA/rxe: Enable ODP in RDMA FLUSH operationDaisuke Matsuda5-20/+90
2025-04-07RDMA/rxe: Fix null pointer dereference in ODP MR checkLi Zhijian3-4/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-6/+6
2025-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds19-214/+551
2025-03-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-2/+2
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2025-03-13RDMA/rxe: Fix incorrect return value of rxe_odp_atomic_op()Daisuke Matsuda1-1/+1
2025-03-12RDMA/rxe: Improve readability of ODP pagefault interfaceDaisuke Matsuda1-5/+7
2025-03-03RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() testsZhu Yanjun1-19/+6
2025-03-03RDMA/siw: Switch to using the crc32c libraryEric Biggers7-113/+74
2025-02-21RDMA/rxe: Add support for the traditional Atomic operations with ODPDaisuke Matsuda5-2/+86
2025-02-21RDMA/rxe: Add support for Send/Recv/Write/Read with ODPDaisuke Matsuda4-1/+149
2025-02-21RDMA/rxe: Allow registering MRs for On-Demand PagingDaisuke Matsuda6-6/+128
2025-02-21RDMA/rxe: Add page invalidation supportDaisuke Matsuda3-0/+43
2025-02-21RDMA/rxe: Move some code to rxe_loc.h in preparation for ODPDaisuke Matsuda4-38/+39
2025-02-18RDMA: Switch to use hrtimer_setup()Nam Cao1-3/+2
2025-02-09RDMA/rxe: switch to using the crc32 libraryEric Biggers8-52/+2
2025-02-09lib/crc32: rename __crc32c_le_combine() to crc32c_combine()Eric Biggers1-2/+2
2025-02-03RDMA/rxe: Add query_gid supportZhu Yanjun1-0/+13
2025-02-03RDMA/rxe: Replace netdev dev addr with raw_gidZhu Yanjun3-4/+17
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-39/+15