messages from 2023-10-16 14:27:52 to 2023-10-25 13:29:08 UTC [more...]
[PATCH V2 00/20] Cleanup for siw
2023-10-25 13:28 UTC (10+ messages)
` [PATCH V2 17/20] RDMA/siw: Fix typo
` [PATCH V2 18/20] RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qp
` [PATCH V2 19/20] RDMA/siw: Introduce siw_destroy_cep_sock
[PATCH 00/19] Cleanup for siw
2023-10-25 13:19 UTC (25+ messages)
` [PATCH 02/19] RDMA/siw: Introduce siw_srx_update_skb
` [PATCH 03/19] RDMA/siw: Use iov.iov_len in kernel_sendmsg
` [PATCH 04/19] RDMA/siw: Remove goto lable in siw_mmap
` [PATCH 05/19] RDMA/siw: Remove rcu from siw_qp
` [PATCH 06/19] RDMA/siw: No need to check term_info.valid before call siw_send_terminate
` [PATCH 07/19] RDMA/siw: Also goto out_sem_up if pin_user_pages returns 0
` [PATCH 09/19] RDMA/siw: Introduce SIW_STAG_MAX_INDEX
` [PATCH 11/19] RDMA/siw: Introduce siw_cep_set_free_and_put
` [PATCH 12/19] RDMA/siw: Introduce siw_free_cm_id
` [PATCH 13/19] RDMA/siw: Simplify siw_qp_id2obj
` [PATCH 14/19] RDMA/siw: Simplify siw_mem_id2obj
` [PATCH 16/19] RDMA/siw: Remove siw_sk_assign_cm_upcalls
[recipe build #3622531] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
2023-10-25 12:33 UTC
[PATCH v3 iproute2-next 0/3] Add support to set privileged qkey parameter
2023-10-25 12:31 UTC (4+ messages)
` [PATCH v3 iproute2-next 1/3] rdma: update uapi headers
` [PATCH v3 iproute2-next 2/3] rdma: Add an option to set privileged QKEY parameter
` [PATCH v3 iproute2-next 3/3] rdma: Adjust man page for rdma system set privileged-qkey command
[bug report] rdma/siw: connection management
2023-10-25 11:56 UTC
modify srq pyverbs test (new?) failing for the rxe driver
2023-10-25 11:29 UTC (2+ messages)
[PATCH net] net/mlx5e: fix double free of encap_header
2023-10-25 9:06 UTC (2+ messages)
[PATCH v2 iproute2-next 0/3] Add support to set privileged qkey parameter
2023-10-25 8:34 UTC (12+ messages)
` [PATCH v2 iproute2-next 1/3] rdma: update uapi headers
` [PATCH v2 iproute2-next 2/3] rdma: Add an option to set privileged QKEY parameter
` [PATCH v2 iproute2-next 3/3] rdma: Adjust man page for rdma system set privileged_qkey command
[PATCH v2] mlx5: fix init stage error handling to avoid double free of same QP and UAF
2023-10-25 8:35 UTC (3+ messages)
[PATCH rdma-next] RDMA/hfi1: Workaround truncation compilation error
2023-10-25 8:14 UTC (3+ messages)
[PATCH] IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lock
2023-10-25 8:13 UTC (4+ messages)
srp/002 hang in blktests
2023-10-24 17:05 UTC (8+ messages)
[PATCH] mlx5: reset state to avoid attempted QP double free and UAF
2023-10-24 15:36 UTC (2+ messages)
[PATCH -next] RDMA/core: Remove NULL check before dev_{put, hold}
2023-10-24 15:16 UTC (3+ messages)
[PATCH] RDMA/hfi1: remove redundant assignment to pointer ppd
2023-10-24 15:16 UTC (2+ messages)
[PATCH rdma-next] RDMA/mlx5: Change the key being sent for MPV device affiliation
2023-10-24 14:11 UTC (2+ messages)
[PATCH 1/1] RDMA/rxe: Fix blktests srp lead kernel panic with 64k page size
2023-10-24 9:13 UTC (17+ messages)
Wycena paneli fotowoltaicznych
2023-10-24 8:05 UTC
[PATCH net 0/5] net/smc: bugfixs for smc-r
2023-10-23 20:53 UTC (25+ messages)
` [PATCH net 1/5] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
` [PATCH net 5/5] net/smc: put sk reference if close work was canceled
[Patch v7 0/5] RDMA/mana_ib
2023-10-23 18:23 UTC (10+ messages)
` [Patch v7 1/5] RDMA/mana_ib: Rename all mana_ib_dev type variables to mib_dev
` [Patch v7 2/5] RDMA/mana_ib: Register Mana IB device with Management SW
` [Patch v7 3/5] RDMA/mana_ib: Create adapter and Add error eq
` [Patch v7 4/5] RDMA/mana_ib: Query adapter capabilities
` [Patch v7 5/5] RDMA/mana_ib: Send event to qp
[PATCH for-next 0/2] RDMA/bnxt_re: Optimize the memory usage by the driver
2023-10-23 14:03 UTC (3+ messages)
` [PATCH for-next 1/2] RDMA/bnxt_re: Refactor the queue index update
` [PATCH for-next 2/2] bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resources
[PATCH iproute2-next 0/3] Add support to set privileged qkey parameter
2023-10-23 11:24 UTC (10+ messages)
` [PATCH iproute2-next 1/3] rdma: update uapi headers
` [PATCH iproute2-next 2/3] rdma: Add an option to set privileged QKEY parameter
` [PATCH iproute2-next 3/3] rdma: Adjust man page for rdma system set privileged_qkey command
[PATCH RFC 0/9] Exploring biovec support in (R)DMA API
2023-10-23 5:59 UTC (16+ messages)
` [PATCH RFC 2/9] bvec: Add bio_vec fields to manage DMA mapping
` [PATCH RFC 3/9] dma-debug: Add dma_debug_ helpers for mapping bio_vec arrays
` [PATCH RFC 4/9] mm: kmsan: Add support for DMA "
` [PATCH RFC 5/9] dma-direct: Support direct "
` [PATCH RFC 6/9] DMA-API: Add dma_sync_bvecs_for_cpu() and dma_sync_bvecs_for_device()
` [PATCH RFC 7/9] DMA: Add dma_map_bvecs_attrs()
` [PATCH RFC 8/9] iommu/dma: Support DMA-mapping a bio_vec array
` [PATCH RFC 9/9] RDMA: Add helpers for DMA-mapping an array of bio_vecs
[PATCH v2] IB: rework memlock limit handling code
2023-10-23 5:52 UTC (4+ messages)
[bug report] RDMA/iw_cxgb4: Low resource fixes for Completion queue
2023-10-22 7:51 UTC (2+ messages)
[PATCH] RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_error()
2023-10-22 7:32 UTC (2+ messages)
[bug report] blktests srp/002 hang
2023-10-20 17:41 UTC (51+ messages)
[PATCH net-next v12 2/5] page_pool: remove PP_FLAG_PAGE_FRAG
2023-10-20 9:59 UTC
[syzbot] Monthly rds report (Oct 2023)
2023-10-19 13:02 UTC
[PATCH for-rc 0/7] Bugfixes for hns RoCE
2023-10-19 6:53 UTC (10+ messages)
` [PATCH for-rc 1/7] RDMA/hns: Fix printing level of asynchronous events
` [PATCH for-rc 2/7] RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()
` [PATCH for-rc 3/7] RDMA/hns: Fix signed-unsigned mixed comparisons
` [PATCH for-rc 4/7] RDMA/hns: Add check for SL
` [PATCH for-rc 5/7] RDMA/hns: The UD mode can only be configured with DCQCN
` [PATCH for-rc 6/7] RDMA/hns: Fix unnecessary port_num transition in HW stats allocation
` [PATCH for-rc 7/7] RDMA/hns: Fix init failure of RoCE VF and HIP08
[RFC iproute2-next 0/3] Add support to set privileged qkey parameter
2023-10-19 6:37 UTC (2+ messages)
[PATCH rdma-next] RDMA/core: Add support to set privileged QKEY parameter
2023-10-19 6:32 UTC (2+ messages)
[syzbot] [rds?] KCSAN: data-race in rds_sendmsg / rds_sendmsg
2023-10-18 9:15 UTC
[PATCH rdma-core] libibverbs/man/ibv_reg_mr.3: Document errno on failure
2023-10-18 6:14 UTC (5+ messages)
[Patch v5 0/5] RDMA/mana_ib
2023-10-18 0:51 UTC (8+ messages)
` [EXTERNAL] "
split up ->kill_sb
2023-10-17 19:50 UTC (9+ messages)
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
[PATCH 39/52] migration/rdma: Convert qemu_rdma_write_one() to Error
2023-10-17 5:22 UTC (3+ messages)
[PATCH v2 iproute2-next 0/2] rdma: Support dumping SRQ resource in raw format
2023-10-16 16:20 UTC (2+ messages)
[PATCH v2 03/13] PCI/ASPM: Disable ASPM when driver requests it
2023-10-16 14:27 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).