public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-23 08:12:23 to 2016-06-30 13:47:38 UTC [more...]

[PATCH 0/5] Make RDMA RW API SGE limit configurable
 2016-06-30 13:47 UTC  (24+ messages)
  ` [PATCH 1/5] IB/core: Make rdma_rw_ctx_init() initialize all used fields
  ` [PATCH 2/5] IB/core: Add max_sge argument to rdma_rw_ctx_init()
  ` [PATCH 3/5] IB/isert: Limit the number of SG elements per work request
  ` [PATCH 4/5] IB/srpt: "
  ` [PATCH 5/5] IB/srpt: Simplify srpt_queue_response()

[PATCH v2 0/5] Reduce RDMA RW API SGE limit
 2016-06-30 13:46 UTC 

[RFC ABI V1 0/8] SG-based RDMA ABI Proposal
 2016-06-30 13:39 UTC  (9+ messages)
  ` [RFC ABI V1 1/8] RDMA/core: Export RDMA IOCTL declarations
  ` [RFC ABI V1 2/8] RDMA/core: Move uobject code to separate files
  ` [RFC ABI V1 3/8] RDMA/core: Refactor IDR to be per-device
  ` [RFC ABI V1 4/8] RDMA/core: Add support for custom types
  ` [RFC ABI V1 5/8] RDMA/core: Introduce add/remove uobj from types
  ` [RFC ABI V1 6/8] RDMA/core: Add new ioctl interface
  ` [RFC ABI V1 7/8] RDMA/core: Change locking of ib_uobject
  ` [RFC ABI V1 8/8] RDMA/{hw, core}: Provide simple skeleton to IOCTL interface

[PATCH v5 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-06-30  8:25 UTC  (2+ messages)
  ` [PATCH v5 16/44] infiniband: "

[PATCHv2 iw_cxgb4-4.8] RDMA/iw_cxgb4: Use kfree_skb instead of kfree
 2016-06-30  6:14 UTC 

[PATCH for v4.7] IB/srpt: Reduce QP buffer size
 2016-06-29 22:08 UTC  (5+ messages)

Upcoming libibverbs release
 2016-06-29 22:03 UTC  (33+ messages)

[PATCH 00/12] SELinux support for Infiniband RDMA
 2016-06-29 19:09 UTC  (16+ messages)
` [PATCH 01/12] security: Add LSM hooks for Infiniband security
` [PATCH 02/12] selinux: Create policydb version for Infiniband support
  ` [PATCH 03/12] selinux: Implement Infiniband flush callback
  ` [PATCH 04/12] selinux: Allocate and free infiniband security hooks
  ` [PATCH 05/12] selinux: Implement Infiniband PKey "Access" access vector
  ` [PATCH 06/12] selinux: Add IB End Port SMP "
  ` [PATCH 07/12] selinux: Add a cache for quicker retreival of PKey SIDs
  ` [PATCH 08/12] IB/core: IB cache enhancements to support Infiniband security
  ` [PATCH 09/12] IB/core: Enforce PKey security on QPs
  ` [PATCH 11/12] IB/core: Enforce Infiniband device SMI security
  ` [PATCH 12/12] IB/core: Implement the Infiniband flush callback
` [PATCH 10/12] IB/core: Enforce PKey security on management datagrams

[PATCH v4 00/24] NFS/RDMA client patches proposed for v4.8
 2016-06-29 17:55 UTC  (25+ messages)
  ` [PATCH v4 01/24] xprtrdma: Remove FMRs from the unmap list after unmapping
  ` [PATCH v4 02/24] xprtrdma: Create common scatterlist fields in rpcrdma_mw
  ` [PATCH v4 03/24] xprtrdma: Move init and release helpers
  ` [PATCH v4 04/24] xprtrdma: Rename fields in rpcrdma_fmr
  ` [PATCH v4 05/24] xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR
  ` [PATCH v4 06/24] xprtrdma: Refactor MR recovery work queues
  ` [PATCH v4 07/24] xprtrdma: Do not leak an MW during a DMA map failure
  ` [PATCH v4 08/24] xprtrdma: Remove ALLPHYSICAL memory registration mode
  ` [PATCH v4 09/24] xprtrdma: Remove rpcrdma_map_one() and friends
  ` [PATCH v4 10/24] xprtrdma: Clean up device capability detection
  ` [PATCH v4 11/24] xprtrdma: Reply buffer exhaustion can be catastrophic
  ` [PATCH v4 12/24] xprtrdma: Honor ->send_request API contract
  ` [PATCH v4 13/24] xprtrdma: Chunk list encoders must not return zero
  ` [PATCH v4 14/24] xprtrdma: Allocate MRs on demand
  ` [PATCH v4 15/24] xprtrdma: Release orphaned MRs immediately
  ` [PATCH v4 16/24] xprtrdma: Place registered MWs on a per-req list
  ` [PATCH v4 17/24] xprtrdma: Chunk list encoders no longer share one rl_segments array
  ` [PATCH v4 18/24] xprtrdma: rpcrdma_inline_fixup() overruns the receive page list
  ` [PATCH v4 19/24] xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()
  ` [PATCH v4 20/24] xprtrdma: Update only specific fields in private receive buffer
  ` [PATCH v4 21/24] xprtrdma: Clean up fixup_copy_count accounting
  ` [PATCH v4 22/24] xprtrdma: No direct data placement with krb5i and krb5p
  ` [PATCH v4 23/24] svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
  ` [PATCH v4 24/24] NFS: Don't drop CB requests with invalid principals

[PATCH iw_cxgb4-4.8] RDMA/iw_cxgb4: Use kfree_skb instead of kfree
 2016-06-29 10:48 UTC  (2+ messages)

[PATCH v10 00/22] Add HiSilicon RoCE driver
 2016-06-29 10:41 UTC  (25+ messages)
` [PATCH v10 01/22] net: hns: Add reset function support for "
` [PATCH v10 03/22] IB/hns: Add initial main frame driver and get cfg info
` [PATCH v10 04/22] IB/hns: Add RoCE engine reset function
` [PATCH v10 05/22] IB/hns: Add initial profile resource
` [PATCH v10 07/22] IB/hns: Add event queue support
` [PATCH v10 09/22] IB/hns: Add hca support

[PATCH v3 00/25] NFS/RDMA client patches proposed for v4.8
 2016-06-28 20:53 UTC  (4+ messages)
` [PATCH v3 01/25] xprtrdma: Remove FMRs from the unmap list after unmapping

NVMe over Fabrics target implementation V2
 2016-06-28 19:02 UTC  (2+ messages)

Verbs Working Group meeting
 2016-06-28 16:54 UTC 

[PATCH v3] net/mlx5: use mlx5_buf_alloc_node instead of mlx5_buf_alloc in mlx5_wq_ll_create
 2016-06-28  9:17 UTC  (3+ messages)

[PATCH v1] nvmet-rdma: Invoke fatal error on error completion
 2016-06-28  8:37 UTC  (2+ messages)

[PATCH for-4.7] i40iw: Enable remote access rights for stag allocation
 2016-06-27 21:52 UTC 

Verbs Working Group meeting
 2016-06-27 20:22 UTC 

IB/hfi1: add driver files
 2016-06-27 13:19 UTC 

[PATCH] nvmet-rdma: Invoke fatal error on error completion
 2016-06-26 15:57 UTC  (3+ messages)

[PATCH 0/2] Get rid of transport layer retry count config parameter
 2016-06-26 15:48 UTC  (5+ messages)

[PATCH v2 rdma-next 00/29] Soft RoCE driver
 2016-06-26 11:48 UTC  (6+ messages)

net/mlx4_en: Add DCB PFC support through CEE netlink commands
 2016-06-26  8:25 UTC  (2+ messages)

[PATCH 1/1] i40iw: do not print unitialized variables in error message
 2016-06-25 15:55 UTC 

[PULL REQUEST] Please pull rdma.git
 2016-06-24 23:12 UTC 

Interrupted IO causing async errors
 2016-06-24 22:16 UTC  (5+ messages)

RDMA/iw_cxgb4: Low resource fixes for Memory registration
 2016-06-24 21:48 UTC 

Connect-IB not performing as well as ConnectX-3 with iSER
 2016-06-24 18:34 UTC  (14+ messages)

[nvme-fabrics]Fabrics over ROCEv2
 2016-06-24 14:41 UTC  (8+ messages)

[PATCH 0/2] ConnectX-4/Connect-IB Port Counters
 2016-06-23 16:44 UTC  (5+ messages)

[PATCH V1 00/13] Create device FW version call back
 2016-06-23 16:11 UTC  (2+ messages)

[PATCH librdmacm] fix udpong segfault on rconnect error
 2016-06-23 16:08 UTC  (2+ messages)

[PATCH 0/1] Fix for nvme-rdma host crash in nvmf-all.3
 2016-06-23 15:59 UTC  (5+ messages)

Email problems
 2016-06-23 15:56 UTC  (7+ messages)

[PATCH] IB/rdmavt: Correct qp_priv_alloc() return value test
 2016-06-23 15:50 UTC  (2+ messages)

[PATCH rdma-next 0/2] Small fix and code refactoring for mlx5
 2016-06-23 15:21 UTC  (2+ messages)

[PATCH] IB/mlx5: Report mlx5 TSO capabilities when querying device
 2016-06-23 15:12 UTC  (2+ messages)

[PATCH V4 for-next 00/10] Verbs RSS
 2016-06-23 15:11 UTC  (2+ messages)

[PATCH v3 0/2] libibverbs memory barrier fixes
 2016-06-23 14:53 UTC  (2+ messages)
  ` [PATCH REPOST "

[PATCH for-next 0/7] RDMA/iw_cxgb4: Misc. fixes cleanup and low resource fixes
 2016-06-23 14:41 UTC  (2+ messages)

[PATCH 0/4] RDMA/Intel X722 iWarp driver fixes
 2016-06-23 14:36 UTC  (2+ messages)

[PATCH] IB/cma: Make the code easier to verify
 2016-06-23 14:20 UTC  (2+ messages)

[PATCH 0/2] IB/hfi1: More fixes for 4.7 rc
 2016-06-23 14:16 UTC  (2+ messages)

[PATCH rdma 00/11] IB core,mlx5,mlx4 fixes for 4.7-rc4
 2016-06-23 14:11 UTC  (2+ messages)

[PATCH 0/2] Add IPv6 support to flow steering
 2016-06-23 13:59 UTC  (2+ messages)

[PATCH] IB/mlx5: Reset flow support for IB kernel ULPs
 2016-06-23 13:59 UTC  (2+ messages)

[PATCH] IB/mlx5: Implements disassociate_ucontext API
 2016-06-23 13:56 UTC  (2+ messages)

[PATCH] mellanox: mlx5: Use logging functions to reduce text ~10k/5%
 2016-06-23  8:12 UTC  (3+ messages)


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