linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-23 11:25:05 to 2023-11-03 01:26:24 UTC [more...]

[GIT PULL] Please pull RDMA subsystem changes
 2023-11-03  1:26 UTC  (2+ messages)

[PATCH v2] IB: rework memlock limit handling code
 2023-11-02 20:54 UTC  (8+ messages)
          `  "

[PATCH] drivers/infiniband: copy userspace arrays safely
 2023-11-02 19:13 UTC 

[PATCH for-next] RDMA/siw: Use ib_umem_get() to pin user pages
 2023-11-02 18:03 UTC 

[PATCH net v1 0/3] bugfixs for smc
 2023-11-02 13:28 UTC  (6+ messages)
` [PATCH net v1 1/3] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
` [PATCH net v1 2/3] net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
` [PATCH net v1 3/3] net/smc: put sk reference if close work was canceled

[bug report] infiniband/hw/mthca: ancient uninitialized variable
 2023-11-02 13:00 UTC  (2+ messages)

[syzbot] [net?] [usb?] INFO: rcu detected stall in nsim_dev_trap_report_work (2)
 2023-11-02 10:55 UTC 

rxe mcast
 2023-11-01 21:02 UTC  (3+ messages)

[PATCH net 0/3] bugfixs for smc
 2023-11-01  8:36 UTC  (8+ messages)
` [PATCH net 1/3] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
` [PATCH net 2/3] net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
` [PATCH net 3/3] net/smc: put sk reference if close work was canceled

[PATCH RFC 1/2] RDMA/rxe: don't allow registering !PAGE_SIZE mr
 2023-11-01  0:58 UTC  (17+ messages)
` [PATCH RFC 2/2] RDMA/rxe: set RXE_PAGE_SIZE_CAP to PAGE_SIZE

[PATCH v2] mlx5: fix init stage error handling to avoid double free of same QP and UAF
 2023-10-31 15:19 UTC  (4+ messages)

[PATCH rdma-rc] RDMA/mlx5: Fix mkey cache WQ flush
 2023-10-31 14:06 UTC  (2+ messages)

[PATCH 1/1] RDMA/rxe: Fix blktests srp lead kernel panic with 64k page size
 2023-10-31  8:14 UTC  (23+ messages)

[PATCH net 0/5] net/smc: bugfixs for smc-r
 2023-10-31  3:04 UTC  (17+ messages)
` [PATCH net 1/5] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
` [PATCH net 4/5] net/smc: protect connection state transitions in listen work
` [PATCH net 5/5] net/smc: put sk reference if close work was canceled

[PATCH V4 02/18] RDMA/siw: Introduce siw_update_skb_rcvd
 2023-10-30 13:43 UTC  (4+ messages)
  ` [PATCH V4 12/18] RDMA/siw: Introduce siw_free_cm_id
  ` [PATCH V4 08/18] RDMA/siw: Factor out siw_rx_data helper
  ` [PATCH V4 01/18] RDMA/siw: Introduce siw_get_page

[PATCH] RDMA/siw: use crypto_shash_digest() in siw_qp_prepare_tx()
 2023-10-30 13:04 UTC  (2+ messages)

[Patch v7 0/5] RDMA/mana_ib
 2023-10-30 12:42 UTC  (14+ 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 5/5] RDMA/mana_ib: Send event to qp
    ` [EXTERNAL] "

[PATCH AUTOSEL 6.5 25/52] net/mlx5: Bridge, fix peer entry ageing in LAG mode
 2023-10-29 22:53 UTC 

[PATCH] RDMA/irdma: use crypto_shash_digest() in irdma_ieq_check_mpacrc()
 2023-10-29  4:57 UTC 

[PATCH for-next] RDMA/hns: Fix unnecessary err return when using invalid congest control algorithm
 2023-10-28  9:32 UTC 

[PATCH net-next] Use xdp_set_features_flag instead of direct assignment
 2023-10-27 22:40 UTC  (2+ messages)

[net-next 08/11] net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by
 2023-10-27 22:20 UTC  (2+ messages)
` [net-next 09/11] net/mlx5: Annotate struct mlx5_flow_handle "

[PATCH net] net/mlx5e: fix double free of encap_header
 2023-10-27  6:58 UTC  (4+ messages)

[PATCH V3 00/18] Cleanup for siw
 2023-10-27  2:33 UTC  (19+ messages)
` [PATCH V3 01/18] RDMA/siw: Introduce siw_get_page
` [PATCH V3 02/18] RDMA/siw: Introduce siw_update_skb_rcvd
` [PATCH V3 03/18] RDMA/siw: Use iov.iov_len in kernel_sendmsg
` [PATCH V3 04/18] RDMA/siw: Remove goto lable in siw_mmap
` [PATCH V3 05/18] RDMA/siw: Remove rcu from siw_qp
` [PATCH V3 06/18] RDMA/siw: No need to check term_info.valid before call siw_send_terminate
` [PATCH V3 07/18] RDMA/siw: Also goto out_sem_up if pin_user_pages returns 0
` [PATCH V3 08/18] RDMA/siw: Factor out siw_generic_rx helper
` [PATCH V3 09/18] RDMA/siw: Introduce SIW_STAG_MAX_INDEX
` [PATCH V3 10/18] RDMA/siw: Add one parameter to siw_destroy_cpulist
` [PATCH V3 11/18] RDMA/siw: Introduce siw_cep_set_free_and_put
` [PATCH V3 12/18] RDMA/siw: Introduce siw_free_cm_id
` [PATCH V3 13/18] RDMA/siw: Cleanup siw_accept
` [PATCH V3 14/18] RDMA/siw: Remove siw_sk_save_upcalls
` [PATCH V3 15/18] RDMA/siw: Fix typo
` [PATCH V3 16/18] RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qp
` [PATCH V3 17/18] RDMA/siw: Introduce siw_destroy_cep_sock
` [PATCH V3 18/18] RDMA/siw: Update comments for siw_qp_sq_process

[PATCH v2 03/13] PCI/ASPM: Disable ASPM when driver requests it
 2023-10-26 22:02 UTC  (2+ messages)

[PATCH] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-10-26 21:07 UTC  (5+ messages)

[PATCH V2 00/20] Cleanup for siw
 2023-10-26 14:00 UTC  (16+ 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 V2 20/20] RDMA/siw: Update comments for siw_qp_sq_process

[PATCH 00/19] Cleanup for siw
 2023-10-26 13:52 UTC  (32+ 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

modify srq pyverbs test (new?) failing for the rxe driver
 2023-10-26  2:12 UTC  (4+ messages)

[PATCH v3 iproute2-next 0/3] Add support to set privileged qkey parameter
 2023-10-26  0:10 UTC  (5+ 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 15:02 UTC  (3+ messages)

[recipe build #3622531] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-10-25 12:33 UTC 

[PATCH v2 iproute2-next 0/3] Add support to set privileged qkey parameter
 2023-10-25  8:34 UTC  (11+ messages)
` [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 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)

Wycena paneli fotowoltaicznych
 2023-10-24  8:05 UTC 

[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  (6+ messages)
` [PATCH iproute2-next 2/3] rdma: Add an option to set privileged QKEY parameter


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).