public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-20 01:15:43 to 2016-08-23 18:39:26 UTC [more...]

[for-next V3 00/15][PULL request] Mellanox mlx5 core driver updates 2016-08-20
 2016-08-23 18:39 UTC  (20+ messages)
` [PATCH for-next V3 01/15] net/mlx5: Init/Teardown hca commands via mlx5 ifc
` [PATCH for-next V3 03/15] net/mlx5: PD and UAR "
` [PATCH for-next V3 05/15] net/mlx5: Pages management "
` [PATCH for-next V3 06/15] net/mlx5: EQ "
` [PATCH for-next V3 07/15] {net,IB}/mlx5: CQ "
` [PATCH for-next V3 08/15] {net,IB}/mlx5: MKey/PSV "
` [PATCH for-next V3 09/15] {net,IB}/mlx5: QP/XRCD "
` [PATCH for-next V3 10/15] {net,IB}/mlx5: Modify QP "
` [PATCH for-next V3 11/15] net/mlx5: Unify and improve command interface
` [PATCH for-next V3 12/15] net/mlx5: Improve driver log messages
` [PATCH for-next V3 13/15] net/mlx5: Enable setting minimum inline header mode for VFs
` [PATCH for-next V3 15/15] net/mlx5: Introduce alloc_encap and dealloc_encap commands
  ` [PATCH for-next V3 02/15] net/mlx5: Access register and MAD IFC commands via mlx5 ifc
  ` [PATCH for-next V3 04/15] net/mlx5: MCG "
  ` [PATCH for-next V3 14/15] net/mlx5: Update mlx5_ifc.h for vxlan encap/decap

[PATCH v2 00/22] client-side NFS/RDMA patches proposed for v4.9
 2016-08-23 17:55 UTC  (23+ messages)
  ` [PATCH v2 01/22] xprtrdma: Eliminate INLINE_THRESHOLD macros
  ` [PATCH v2 02/22] SUNRPC: Refactor rpc_xdr_buf_init()
  ` [PATCH v2 03/22] SUNRPC: Generalize the RPC buffer allocation API
  ` [PATCH v2 04/22] SUNRPC: Generalize the RPC buffer release API
  ` [PATCH v2 05/22] SUNRPC: Separate buffer pointers for RPC Call and Reply messages
  ` [PATCH v2 06/22] SUNRPC: Add a transport-specific private field in rpc_rqst
  ` [PATCH v2 07/22] xprtrdma: Initialize separate RPC call and reply buffers
  ` [PATCH v2 08/22] xprtrdma: Use smaller buffers for RPC-over-RDMA headers
  ` [PATCH v2 09/22] xprtrdma: Replace DMA_BIDIRECTIONAL
  ` [PATCH v2 10/22] xprtrdma: Delay DMA mapping Send and Receive buffers
  ` [PATCH v2 11/22] xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbuf
  ` [PATCH v2 12/22] xprtrdma: Simplify rpcrdma_ep_post_recv()
  ` [PATCH v2 13/22] xprtrdma: Move send_wr to struct rpcrdma_req
  ` [PATCH v2 14/22] xprtrdma: Move recv_wr to struct rpcrdma_rep
  ` [PATCH v2 15/22] rpcrdma: RDMA/CM private message data structure
  ` [PATCH v2 16/22] xprtrdma: Client-side support for rpcrdma_connect_private
  ` [PATCH v2 17/22] xprtrdma: Basic support for Remote Invalidation
  ` [PATCH v2 18/22] xprtrdma: Use gathered Send for large inline messages
  ` [PATCH v2 19/22] xprtrdma: Support larger inline thresholds
  ` [PATCH v2 20/22] xprtrmda: Report address of frmr, not mw
  ` [PATCH v2 21/22] xprtrdma: Rename rpcrdma_receive_wc()
  ` [PATCH v2 22/22] xprtrdma: Eliminate rpcrdma_receive_worker()

[PATCH v3 00/15] Add Paravirtual RDMA Driver
 2016-08-23 17:46 UTC  (8+ messages)
` [PATCH v3 01/15] IB/pvrdma: Add user-level shared functions
` [PATCH v3 02/15] IB/pvrdma: Add virtual device RDMA structures
` [PATCH v3 04/15] IB/pvrdma: Add functions for Verbs support

[PATCH v2 0/6] server-side NFS/RDMA patches proposed for v4.9
 2016-08-23 17:39 UTC  (8+ messages)
  ` [PATCH v2 1/6] SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in use
  ` [PATCH v2 2/6] svcrdma: Tail iovec leaves an orphaned DMA mapping
  ` [PATCH v2 3/6] svcrdma: Skip put_page() when send_reply() fails
  ` [PATCH v2 4/6] rpcrdma: RDMA/CM private message data structure
  ` [PATCH v2 5/6] svcrdma: Server-side support for rpcrdma_connect_private
  ` [PATCH v2 6/6] svcrdma: support Remote Invalidation for prototyping

[PATCH V2] i40iw: Do not set self-referencing pointer to NULL after kfree
 2016-08-23 16:51 UTC  (4+ messages)

[PATCH] i40iw: Add missing check for interface already open
 2016-08-23 16:47 UTC  (2+ messages)

[PATCH] i40iw: Add missing NULL check for MPA private data
 2016-08-23 16:47 UTC  (2+ messages)

[PATCH] i40iw: Protect req_resource_num update
 2016-08-23 16:45 UTC  (2+ messages)

[PATCH] i40iw: Change mem_resources pointer to a u8
 2016-08-23 16:45 UTC  (2+ messages)

[PATCH 1/1] iw_cxgb4: Fix cxgb4 arm CQ logic to handle IB_CQ_REPORT_MISSED_EVENTS
 2016-08-23 16:44 UTC  (3+ messages)

[PATCH] mlx5/core: Use memdup_user() rather than duplicating its implementation
 2016-08-23 16:43 UTC  (13+ messages)
` [PATCH 0/2] IB/core: Fine-tuning for ib_is_udata_cleared()
  ` [PATCH 1/2] IB/core: Use memdup_user() rather than duplicating its implementation
    ` [PATCH 2/2] IB/core: Delete an unnecessary initialisation in ib_is_udata_cleared()
      ` IB/core: Fine-tuning for ib_is_udata_cleared()
                    ` [PATCH v2] IB/core: Use memdup_user() rather than duplicating its implementation

[PATCH] IB/qib: Use memdup_user() rather than duplicating its implementation
 2016-08-23 16:43 UTC  (3+ messages)

4.7.0 ib_srpt Regression - 4.6.4 Got failed path rec status -22 got worse on 4.7.0
 2016-08-23 16:00 UTC  (7+ messages)

[PATCH v05 61/72] include/uapi/rdma/rdma_user_rxe.h: include in.h and in6.h
 2016-08-23 15:03 UTC  (2+ messages)

[PATCH] RDMA/ocrdma: display ocrdma tech preview status
 2016-08-23 11:28 UTC  (3+ messages)

[PATCH -next] IB/hns: Fix return value check in hns_roce_get_cfg()
 2016-08-23 10:59 UTC  (8+ messages)

[PATCH] i40iw: Do not set setting self-referencing pointer to NULL after kfree
 2016-08-22 23:19 UTC 

[RFCv2 00/15] RFCv2: Consolidated userspace RDMA library repo
 2016-08-22 21:43 UTC  (19+ messages)
  ` [RFCv2 01/15] Fix bogus executable file permissions
  ` [RFCv2 02/15] umad: Include umad.h in the canonical way
  ` [RFCv2 03/15] rdmacm: Control symbol export from librspreload
  ` [RFCv2 04/15] ibcm: Actually use the version script when linking
  ` [RFCv2 05/15] Include pthreads in the provider libraries
  ` [RFCv2 06/15] Be explicit about _GNU_SOURCE
  ` [RFCv2 07/15] hfi/ipath: Use the name of the provider for the .driver file
  ` [RFCv2 08/15] Unified CMake build system
  ` [RFCv2 09/15] Support obsolete cmake from 2013
  ` [RFCv2 10/15] Remove the auto* based build systems
  ` [RFCv2 11/15] Remove the ChangeLog files
  ` [RFCv2 12/15] Combine COPYING files
  ` [RFCv2 13/15] Consolidate the .gitignore files
  ` [RFCv2 14/15] Move providers into providers/
  ` [RFCv2 15/15] Add a MAINTAINERS file

[for-next V2 00/17][PULL request] Mellanox mlx5 core driver updates 2016-08-20
 2016-08-22 18:49 UTC  (21+ messages)
` [PATCH for-next V2 01/17] net/mlx5: Init/Teardown hca commands via mlx5 ifc
` [PATCH for-next V2 02/17] net/mlx5: Access register and MAD IFC "
` [PATCH for-next V2 07/17] {net,IB}/mlx5: CQ "
` [PATCH for-next V2 08/17] {net,IB}/mlx5: MKey/PSV "
  ` [PATCH for-next V2 03/17] net/mlx5: PD and UAR "
  ` [PATCH for-next V2 04/17] net/mlx5: MCG "
  ` [PATCH for-next V2 05/17] net/mlx5: Pages management "
  ` [PATCH for-next V2 06/17] net/mlx5: EQ "
  ` [PATCH for-next V2 09/17] {net,IB}/mlx5: QP/XRCD "
  ` [PATCH for-next V2 11/17] net/mlx5: Unify and improve command interface
  ` [PATCH for-next V2 15/17] net/mlx5: Introduce alloc_encap and dealloc_encap commands
` [PATCH for-next V2 10/17] {net,IB}/mlx5: Modify QP commands via mlx5 ifc
` [PATCH for-next V2 12/17] net/mlx5: Improve driver log messages
` [PATCH for-next V2 13/17] net/mlx5: Enable setting minimum inline header mode for VFs
` [PATCH for-next V2 14/17] net/mlx5: Update mlx5_ifc.h for vxlan encap/decap
` [PATCH for-next V2 16/17] net/mlx5: Modify RQ bitmask from mlx5 ifc
` [PATCH for-next V2 17/17] net/mlx5: Update struct mlx5_ifc_xrqc_bits

[PATCH v2 0/2] cxgb4/i40iw interoperability fixes
 2016-08-22 18:44 UTC  (2+ messages)

[PATCH 0/4] hfi1/rdmavt: For 4.8 rc
 2016-08-22 18:41 UTC  (2+ messages)

[PATCH] MAINTAINERS: Fix Soft RoCE location
 2016-08-22 18:38 UTC  (2+ messages)

[PATCH V2] IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock held
 2016-08-22 18:32 UTC  (3+ messages)

[PATCH] IB/usnic: Fix error return code
 2016-08-22 18:24 UTC  (2+ messages)

[PATCH] IB/hfi1: Add missing error code assignment before test
 2016-08-22 18:23 UTC  (3+ messages)

[PATCH 0/2] Validate header in set_armed_active
 2016-08-22 18:22 UTC  (2+ messages)

[PATCH] IB/hfi1: Fetch monitor values on-demand for CableInfo query
 2016-08-22 18:22 UTC  (2+ messages)

[PATCH] IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock held
 2016-08-22 18:21 UTC  (4+ messages)

[PATCH] IB/hfi1: Using kfree_rcu() to simplify the code
 2016-08-22 18:19 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] IB/hfi1: Remove duplicated include from affinity.c
 2016-08-22 18:16 UTC  (3+ messages)

[PATCH] iser-target: Fix error return code in isert_alloc_login_buf()
 2016-08-22 18:11 UTC  (4+ messages)
` [PATCH v2] iser-target: fix "

[PATCH] IB/core: Fix possible memory leak in cma_resolve_iboe_route()
 2016-08-22 18:10 UTC  (3+ messages)

[PATCH V3] IB/hfi1: Allocate cpu mask on the heap to silence warning
 2016-08-22 18:09 UTC  (2+ messages)

[PATCH libibverbs 0/3] Add support for TCP segmentation offload (TSO)
 2016-08-22 14:39 UTC  (14+ messages)
` [PATCH libibverbs 2/3] "

[PATCHv11 0/3] rdmacg: IB/core: rdma controller support
 2016-08-22 12:33 UTC  (4+ messages)
  ` [PATCHv11 1/3] rdmacg: Added rdma cgroup controller
` [PATCHv11 2/3] IB/core: added support to use "
` [PATCHv11 3/3] rdmacg: Added documentation for rdmacg

[PATCH 1/2] nvme-rdma: Don't leak uninitialized memory in connect request private data
 2016-08-22  6:47 UTC  (11+ messages)
` [PATCH 2/2] nvme-rdma: Add handling for connecting to IPv6 targets

[PATCH V1 libibverbs 0/3] Add support for TCP segmentation offload (TSO)
 2016-08-21 16:48 UTC  (4+ messages)
  ` [PATCH V1 libibverbs 1/3] Fix ibv_cmd_query_device_ex to return valid output
  ` [PATCH V1 libibverbs 2/3] Add support for TCP segmentation offload (TSO)
  ` [PATCH V1 libibverbs 3/3] Update man pages for TSO support

[for-next 0/30][PULL request] Mellanox mlx5 core driver updates 2016-08-20
 2016-08-20 22:16 UTC  (32+ messages)
` [PATCH net-next 01/30] net/mlx5: Init/Teardown hca commands via mlx5 ifc
` [PATCH net-next 07/30] {net,IB}/mlx5: CQ "
` [PATCH net-next 10/30] {net,IB}/mlx5: Modify QP "
` [PATCH net-next 11/30] net/mlx5: Unify and improve command interface
` [PATCH net-next 12/30] net/mlx5: Improve driver log messages
` [PATCH net-next 13/30] net/mlx5: Enable setting minimum inline header mode for VFs
` [PATCH net-next 14/30] net/mlx5: Update mlx5_ifc.h for vxlan encap/decap
` [PATCH net-next 16/30] net/mlx5: Modify RQ bitmask from mlx5 ifc
` [PATCH net-next 17/30] net/mlx5: Update struct mlx5_ifc_xrqc_bits
` [PATCH net-next 20/30] net/mlx5: Add HW interfaces used by LAG
` [PATCH net-next 21/30] net/mlx5: Implement RoCE LAG feature
` [PATCH net-next 22/30] net/mlx5: Get RoCE netdev
` [PATCH net-next 23/30] net/mlx5e: Avoid port remapping of mlx5e netdev TISes
` [PATCH net-next 24/30] net/mlx5: LAG and SRIOV cannot be used together
` [PATCH net-next 25/30] net/mlx5: LAG demux flow table support
` [PATCH net-next 26/30] net/mlx5: Add LAG flow steering namespace
` [PATCH net-next 27/30] net/mlx5: Vport LAG creation support
` [PATCH net-next 29/30] net/mlx5: Introduce sniffer steering hardware capabilities
  ` [PATCH net-next 02/30] net/mlx5: Access register and MAD IFC commands via mlx5 ifc
  ` [PATCH net-next 03/30] net/mlx5: PD and UAR "
  ` [PATCH net-next 04/30] net/mlx5: MCG "
  ` [PATCH net-next 05/30] net/mlx5: Pages management "
  ` [PATCH net-next 06/30] net/mlx5: EQ "
  ` [PATCH net-next 08/30] {net,IB}/mlx5: MKey/PSV "
  ` [PATCH net-next 09/30] {net,IB}/mlx5: QP/XRCD "
  ` [PATCH net-next 15/30] net/mlx5: Introduce alloc_encap and dealloc_encap commands
  ` [PATCH net-next 18/30] net/mlx5: Expose mlx5e_link_mode
  ` [PATCH net-next 19/30] net/mlx5: Separate query_port_proto_oper for IB and EN
  ` [PATCH net-next 28/30] net/mlx5: Configure IB devices according to LAG state
  ` [PATCH net-next 30/30] net/mlx5: Add sniffer namespaces


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