public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-18 11:28:08 to 2016-08-23 08:49:08 UTC [more...]

[for-next V3 00/15][PULL request] Mellanox mlx5 core driver updates 2016-08-20
 2016-08-23  8:49 UTC  (7+ messages)
` [PATCH for-next V3 01/15] net/mlx5: Init/Teardown hca commands via mlx5 ifc
  ` [PATCH for-next V3 02/15] net/mlx5: Access register and MAD IFC "
  ` [PATCH for-next V3 04/15] net/mlx5: MCG "
` [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 -next] IB/hns: Fix return value check in hns_roce_get_cfg()
 2016-08-23  1:56 UTC  (7+ messages)

[PATCH V2] i40iw: Do not set self-referencing pointer to NULL after kfree
 2016-08-23  1:41 UTC  (2+ 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  0:18 UTC  (4+ messages)

[PATCH] mlx5/core: Use memdup_user() rather than duplicating its implementation
 2016-08-23  0:05 UTC  (12+ 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] i40iw: Do not set setting self-referencing pointer to NULL after kfree
 2016-08-22 23:19 UTC 

[PATCH] i40iw: Add missing check for interface already open
 2016-08-22 23:17 UTC 

[PATCH] i40iw: Add missing NULL check for MPA private data
 2016-08-22 23:16 UTC 

[PATCH] i40iw: Protect req_resource_num update
 2016-08-22 23:15 UTC 

[PATCH] i40iw: Change mem_resources pointer to a u8
 2016-08-22 23:09 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

[PATCH v2 0/6] server-side NFS/RDMA patches proposed for v4.9
 2016-08-22 18:58 UTC  (7+ 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] RDMA/ocrdma: display ocrdma tech preview status
 2016-08-22 18:54 UTC  (2+ messages)

[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 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 07/17] {net,IB}/mlx5: CQ commands via mlx5 ifc
` [PATCH for-next V2 08/17] {net,IB}/mlx5: MKey/PSV "
` [PATCH for-next V2 10/17] {net,IB}/mlx5: Modify QP "
` [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  (4+ messages)
  ` [PATCH v2 1/2] iw_cxgb4: limit IRD/ORD advertised to ULP by device max
  ` [PATCH v2 2/2] iw_cxgb4: use the MPA initiator's IRD if < our ORD

[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 v05 61/72] include/uapi/rdma/rdma_user_rxe.h: include in.h and in6.h
 2016-08-22 18:33 UTC 

[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

[PATCH v3 00/15] Add Paravirtual RDMA Driver
 2016-08-21 11:54 UTC  (5+ messages)
` [PATCH v3 01/15] IB/pvrdma: Add user-level shared functions
` [PATCH v3 02/15] IB/pvrdma: Add virtual device RDMA structures

[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 02/30] net/mlx5: Access register and MAD 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
` [PATCH net-next 10/30] {net,IB}/mlx5: Modify QP commands via mlx5 ifc
` [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] net: hns: Add reset function support for RoCE driver
 2016-08-19 23:58 UTC  (2+ messages)

[PATCH perftest] perftest: make inline send on ocrdma work better
 2016-08-19 21:31 UTC  (4+ messages)

[PATCH rdma-next 0/6] Refactor RDMA IOCTL declarations
 2016-08-19 18:32 UTC  (6+ messages)
` [PATCH rdma-next 4/6] RDMA/core: Move HFI1 IOCTL declarations to common file

[PATCH 00/22] Remove deprecated create_workqueue instances
 2016-08-19 15:51 UTC  (15+ messages)
` [PATCH 14/22] IB/mlx5: Remove deprecated create_singlethread_workqueue
` [PATCH 15/22] IB/mlx5/odp: "
` [PATCH 16/22] IB/mlx4: "
` [PATCH 17/22] IB/mlx4/mad: "
` [PATCH 18/22] IB/mlx4/mcg: "
` [PATCH 22/22] IB/mlx4/alias_GUID: "

[PATCH] IB/qib: Use memdup_user() rather than duplicating its implementation
 2016-08-19 15:45 UTC  (6+ messages)

[PATCH perftest 00/23] coverity/clang fixups
 2016-08-18 17:32 UTC  (24+ messages)
  ` [PATCH perftest 01/23] send_lat: fix assorted memory leaks on error paths
  ` [PATCH perftest 02/23] perftest_resources: print error received for debug convenience
  ` [PATCH perftest 03/23] send_bw: fix assorted memory leaks on error paths
  ` [PATCH perftest 04/23] atomic_bw: "
  ` [PATCH perftest 05/23] atomic_lat: "
  ` [PATCH perftest 06/23] raw_ethernet_send_lat: "
  ` [PATCH perftest 07/23] read_bw: "
  ` [PATCH perftest 08/23] read_lat: "
  ` [PATCH perftest 09/23] write_bw: "
  ` [PATCH perftest 10/23] write_lat: "
  ` [PATCH perftest 11/23] raw_ethernet_resources: fix possible NULL math
  ` [PATCH perftest 12/23] perftest_communication: fix gid_index2 copy-pasta
  ` [PATCH perftest 13/23] perftest_communication: don't leak addrinfo
  ` [PATCH perftest 14/23] perftest_communication: fix ibv_create_ah failure check
  ` [PATCH perftest 15/23] perftest_communication: fix overflow w/size_of_cur=4
  ` [PATCH perftest 16/23] perftest: check for NULL fgets() returns
  ` [PATCH perftest 17/23] perftest_parameters: remove dead code in printf
  ` [PATCH perftest 18/23] perftest_resources: do 64-bit math setting tarr_size
  ` [PATCH perftest 19/23] perftest_resources: make sure num_of_qps is never 0
  ` [PATCH perftest 20/23] raw_ethernet_send_lat: prevent possible destroy on uninit val
  ` [PATCH perftest 21/23] perftest_communication: check for error calling setsockopt()
  ` [PATCH perftest 22/23] multicast_resources: use strncpy() to prevent overflow possibility
  ` [PATCH perftest 23/23] perftest: replace 0/1 with SUCCESS/FAILURE

[PATCH 0/2] cxgb4/i40iw interoperability fixes
 2016-08-18 16:07 UTC  (3+ messages)

[PATCH v12 00/22] Add Hisilicon RoCE driver
 2016-08-18 12:23 UTC  (6+ messages)


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