public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-18 11:05:54 to 2021-03-24 00:04:32 UTC [more...]

[PATCH v2 00/23] Add Intel Ethernet Protocol Driver for RDMA (irdma)
 2021-03-24  0:00 UTC  (19+ messages)
` [PATCH v2 01/23] iidc: Introduce iidc.h
` [PATCH v2 02/23] ice: Initialize RDMA support
` [PATCH v2 03/23] ice: Implement iidc operations
` [PATCH v2 04/23] ice: Register auxiliary device to provide RDMA
` [PATCH v2 05/23] ice: Add devlink params support
` [PATCH v2 06/23] i40e: Prep i40e header for aux bus conversion
` [PATCH v2 07/23] i40e: Register auxiliary devices to provide RDMA
` [PATCH v2 08/23] RDMA/irdma: Register auxiliary driver and implement private channel OPs
` [PATCH v2 09/23] RDMA/irdma: Implement device initialization definitions
` [PATCH v2 10/23] RDMA/irdma: Implement HW Admin Queue OPs
` [PATCH v2 11/23] RDMA/irdma: Add HMC backing store setup functions
` [PATCH v2 12/23] RDMA/irdma: Add privileged UDA queue implementation
` [PATCH v2 13/23] RDMA/irdma: Add QoS definitions
` [PATCH v2 15/23] RDMA/irdma: Add PBLE resource manager
` [PATCH v2 16/23] RDMA/irdma: Implement device supported verb APIs
` [PATCH v2 17/23] RDMA/irdma: Add RoCEv2 UD OP support
` [PATCH v2 19/23] RDMA/irdma: Add miscellaneous utility definitions
` [PATCH v2 22/23] RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw

[PATCH RFC 0/9] A rendezvous module
 2021-03-23 23:29 UTC  (51+ messages)
` [PATCH RFC 1/9] RDMA/rv: Public interferce for the RDMA Rendezvous module
` [PATCH RFC 2/9] RDMA/rv: Add the internal header files
` [PATCH RFC 3/9] RDMA/rv: Add the rv module
` [PATCH RFC 4/9] RDMA/rv: Add functions for memory region cache
` [PATCH RFC 5/9] RDMA/rv: Add function to register/deregister memory region
` [PATCH RFC 6/9] RDMA/rv: Add connection management functions
` [PATCH RFC 7/9] RDMA/rv: Add functions for RDMA transactions
` [PATCH RFC 8/9] RDMA/rv: Add functions for file operations
` [PATCH RFC 9/9] RDMA/rv: Integrate the file operations into the rv module

[PATCH v2] IB/mlx5: Reduce max order of memory allocated for xlt update
 2021-03-23 23:13 UTC  (4+ messages)

[PATCH 1 0/4] Move post-send page release into svc_sendto
 2021-03-23 20:37 UTC  (5+ messages)
` [PATCH 1 1/4] svcrdma: Add a "deferred close" helper
` [PATCH 1 2/4] svcrdma: Normalize Send page handling
` [PATCH 1 3/4] svcrdma: Remove unused sc_pages field
` [PATCH 1 4/4] svcrdma: Retain the page backing rq_res.head[0].iov_base

[PATCH for-next 0/2] RDMA/hns: Support to select congestion control algorithm
 2021-03-23 19:56 UTC  (3+ messages)
` [PATCH for-next 1/2] RDMA/hns: Support query information of functions from FW

Fwd: [PATCHv2 1/1] RDMA/rxe: Disable ipv6 features when ipv6.disable set in cmdline
 2021-03-23 19:53 UTC  (2+ messages)

[PATCH for-rc] RDMA/core: Fix corrupted SL on passive side
 2021-03-23 19:46 UTC  (2+ messages)

cm_process_routed_req() does not resonate well with RoCE systems
 2021-03-23 18:38 UTC  (4+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 783cf673b05ebf290317f583ee7eb6967ed9c964
 2021-03-23 13:47 UTC 

[PATCH] net/mlx5: Fix a potential use after free in mlx5e_ktls_del_rx
 2021-03-23 13:38 UTC  (3+ messages)
  `  "

[PATCH for-next] RDMA/rxe: Split MEM into MR and MW
 2021-03-23 11:14 UTC  (7+ messages)

[PATCH rdma-core] configure: Check the existence of all needed DRM headers
 2021-03-23  2:09 UTC  (2+ messages)

[PATCH] net: ethernet: Remove duplicate include of vhca_event.h
 2021-03-23  2:05 UTC 

[PATCH] net: ethernet: indir_table.h is included twice
 2021-03-23  2:00 UTC 

[rdma:wip/jgg-for-rc] BUILD SUCCESS af06b628a6bde8506bbad32dbf7cc641c0176ad7
 2021-03-23  1:45 UTC 

[PATCH v2] infiniband: Fix a use after free in isert_connect_request
 2021-03-23  0:47 UTC  (2+ messages)

[PATCH v2 for-next] RDMA/hns: Fix memory corruption when allocating XRCDN
 2021-03-23  0:46 UTC  (3+ messages)

[PATCH] RDMA/include: Mundane typo fixes throughout the file
 2021-03-23  0:45 UTC  (3+ messages)

[PATCH] IB/hns: Fix a spelling
 2021-03-23  0:45 UTC  (4+ messages)

[PATCH for-next] RDMA/efa: Use strscpy instead of strlcpy
 2021-03-23  0:21 UTC  (6+ messages)

[PATCH] IB/hfi1: Fix a typo
 2021-03-22 18:56 UTC  (2+ messages)

[PATCH] RDMA: Fix a typo
 2021-03-22 18:51 UTC  (2+ messages)

[PATCH rdma-next 0/2] Spring cleanup
 2021-03-22 18:03 UTC  (4+ messages)

[PATCH v1 0/6] svcrdma Receive batch-posting, take 2
 2021-03-22 17:31 UTC  (10+ messages)
` [PATCH v1 1/6] svcrdma: RPCDBG_FACILITY is no longer used
` [PATCH v1 2/6] svcrdma: Provide an explanatory comment in CMA event handler
` [PATCH v1 3/6] svcrdma: Remove stale comment for svc_rdma_wc_receive()
` [PATCH v1 4/6] svcrdma: Add a batch Receive posting mechanism
` [PATCH v1 5/6] svcrdma: Use svc_rdma_refresh_recvs() in wc_receive
` [PATCH v1 6/6] svcrdma: Maintain a Receive water mark

[PATCH v1 for-rc] RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server
 2021-03-22 16:22 UTC 

[PATCH] infiniband: Fix a use after free in isert_connect_request
 2021-03-22 15:50 UTC  (5+ messages)
  `  "
      `  "

[PATCH for-next] RDMA/cma: Remove unused leftovers in cma code
 2021-03-22 13:00 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Add missing returned error check of mlx5_ib_dereg_mr
 2021-03-22 12:30 UTC  (2+ messages)

[PATCH v2 for-rc] RDMA/hns: Fix bug during CMDQ initialization
 2021-03-22 12:27 UTC  (2+ messages)

[PATCH rdma-next v1] RDMA/mlx5: Expose private query port
 2021-03-22  9:39 UTC 

[PATCH for-next] RDMA/core: Check invalid QP state for ib_modify_qp_is_ok()
 2021-03-22  7:55 UTC  (8+ messages)

IPoIB child interfaces not working with mlx5
 2021-03-22  6:56 UTC  (5+ messages)

[rdma-core] Compile issue with DRM headers
 2021-03-22  6:25 UTC  (6+ messages)

Fwd: [PATCH 1/1] RDMA/umem: add back hugepage sg list
 2021-03-22  5:07 UTC  (23+ messages)

[PATCH for-next] RDMA/hns: Fix memory corruption when allocating XRCDN
 2021-03-22  2:00 UTC  (3+ messages)

[PATCH for-next] RDMA/core: Correct misspellings of two words in comments
 2021-03-20  9:35 UTC  (2+ messages)

[PATCH mlx5-next v8 0/4] Dynamically assign MSI-X vectors count
 2021-03-20  9:13 UTC  (2+ messages)

[PATCH for-rc] RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server
 2021-03-19 22:34 UTC  (2+ messages)

[PATCH] net/rds: correct socket tunable error in rds_tcp_tune()
 2021-03-19 16:48 UTC  (2+ messages)

[PATCH] net/rds: Fix a use after free in rds_message_map_pages
 2021-03-19  2:25 UTC  (2+ messages)

[bug report] RDMA/hns: Add support for XRC on HIP09
 2021-03-19  1:54 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Set ODP caps only if device profile support ODP
 2021-03-18 13:52 UTC 

[PATCH rdma-next] RDMA/mlx5: Expose private query port
 2021-03-18 13:52 UTC 

[PATCH rdma-next] RDMA/mlx5: Fix drop packet rule in egress table
 2021-03-18 13:51 UTC 

[PATCH rdma-next 0/7] Add MEMIC operations support
 2021-03-18 11:15 UTC  (8+ messages)
` [PATCH mlx5-next 1/7] net/mlx5: Add MEMIC operations related bits
` [PATCH rdma-next 2/7] RDMA/uverbs: Make UVERBS_OBJECT_METHODS to consider line number
` [PATCH rdma-next 3/7] RDMA/mlx5: Avoid use after free in allocate MEMIC bad flow
` [PATCH rdma-next 4/7] RDMA/mlx5: Move all DM logic to separate file
` [PATCH rdma-next 5/7] RDMA/mlx5: Add support to MODIFY_MEMIC command
` [PATCH rdma-next 6/7] RDMA/mlx5: Add support in MEMIC operations
` [PATCH rdma-next 7/7] RDMA/mlx5: Expose UAPI to query DM

[PATCH rdma-next] RDMA/counters: Refactor rdma_counter_set_auto_mode and __counter_set_mode
 2021-03-18 11:05 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox