public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-08 14:12:06 to 2015-06-11 17:58:03 UTC [more...]

[PATCH v5 0/4] Sending kernel pathrecord query to user cache server
 2015-06-11 17:58 UTC  (6+ messages)
  ` [PATCH v5 1/4] IB/netlink: Add defines for local service requests through netlink
  ` [PATCH v5 2/4] IB/core: Check the presence of netlink multicast group listeners
  ` [PATCH v5 3/4] IB/sa: Allocate SA query with kzalloc
  ` [PATCH v5 4/4] IB/sa: Route SA pathrecord query through netlink

[PATCH for-next V3 0/8] Add completion timestamping support
 2015-06-11 17:55 UTC  (11+ messages)
  ` [PATCH for-next V3 1/8] IB/core: Change provider's API of create_cq to be extendible
  ` [PATCH for-next V3 2/8] IB/core: Change ib_create_cq to use struct ib_cq_init_attr
  ` [PATCH for-next V3 3/8] IB/core: Add CQ creation time-stamping flag
  ` [PATCH for-next V3 4/8] IB/core: Extend ib_uverbs_create_cq
  ` [PATCH for-next V3 5/8] IB/core: Add timestamp_mask and hca_core_clock to query_device
  ` [PATCH for-next V3 6/8] IB/core: Pass hardware specific data in query_device
  ` [PATCH for-next V3 7/8] IB/mlx4: Add mmap call to map the hardware clock
  ` [PATCH for-next V3 8/8] IB/mlx4: Add support for CQ time-stamping

[PATCH v6 0/3] linux: address broken PAT drivers
 2015-06-11 17:50 UTC  (4+ messages)
` [PATCH v6 1/3] ivtv: use arch_phys_wc_add() and require PAT disabled
` [PATCH v6 2/3] IB/ipath: add counting for MTRR
` [PATCH v6 3/3] IB/ipath: use arch_phys_wc_add() and require PAT disabled

[PATCH for-next V4 0/5] HW Device hot-removal support
 2015-06-11 17:38 UTC  (8+ messages)
  ` [PATCH for-next V4 1/5] IB/uverbs: Fix reference counting usage of event files
  ` [PATCH for-next V4 2/5] IB/uverbs: Explicitly pass ib_dev to uverbs commands
  ` [PATCH for-next V4 3/5] IB/uverbs: Enable device removal when there are active user space applications
  ` [PATCH for-next V4 4/5] IB/mlx4_ib: Disassociate support
  ` [PATCH for-next V4 5/5] IB/ucma: HW Device hot-removal support

[PATCH v6 0/3] linux: address broken PAT drivers
 2015-06-11 17:30 UTC  (8+ messages)
` [PATCH v6 1/3] ivtv: use arch_phys_wc_add() and require PAT disabled
  ` [PATCH v6 2/3] IB/ipath: add counting for MTRR
  ` [PATCH v6 3/3] IB/ipath: use arch_phys_wc_add() and require PAT disabled

[PATCH v5 1/1] ibacm: Add support for pathrecord query through netlink
 2015-06-11 17:04 UTC 

[PATCH for-next V5 00/12] Move RoCE GID management to IB/Core
 2015-06-11 16:27 UTC  (41+ messages)
  ` [PATCH for-next V5 03/12] IB/core: Add RoCE GID population
  ` [PATCH for-next V5 04/12] net/ipv6: Export addrconf_ifid_eui48
  ` [PATCH for-next V5 05/12] IB/core: Add default GID for RoCE GID table
  ` [PATCH for-next V5 06/12] net: Add info for NETDEV_CHANGEUPPER event
  ` [PATCH for-next V5 07/12] IB/core: Add RoCE table bonding support
  ` [PATCH for-next V5 08/12] IB/core: ib_cache routines should use roce_gid_table when needed
  ` [PATCH for-next V5 09/12] net/mlx4: Postpone the registration of net_device
  ` [PATCH for-next V5 10/12] IB/mlx4: Implement ib_device callbacks
  ` [PATCH for-next V5 11/12] IB/mlx4: Replace mechanism for RoCE GID management
  ` [PATCH for-next V5 12/12] RDMA/ocrdma: Changes in driver to incorporate the moving of GID Table mgmt to IB/Core

[PATCH v4 0/4] Sending kernel pathrecord query to user cache server
 2015-06-11 16:08 UTC  (39+ messages)
  ` [PATCH v4 1/4] IB/netlink: Add defines for local service requests through netlink
  ` [PATCH v4 2/4] IB/core: Check the presence of netlink multicast group listeners
  ` [PATCH v4 3/4] IB/sa: Allocate SA query with kzalloc
  ` [PATCH v4 4/4] IB/sa: Route SA pathrecord query through netlink

[PATCH] IB/ucm: ib_ucm_release_dev clears wrong bit if devnum is greater than IB_UCM_MAX_DEVICES
 2015-06-11 16:06 UTC 

[PATCH v4 1/1] ibacm: Add support for pathrecord query through netlink
 2015-06-11 16:01 UTC  (5+ messages)

[PATCH for-next V2 0/9] Add completion timestamping support
 2015-06-11 15:24 UTC  (17+ messages)

[PATCH 05/36] HMM: introduce heterogeneous memory management v3
 2015-06-11 14:23 UTC  (9+ messages)

[PATCH for-4.1 0/2] Adds support for user mode bar2 mapping and bar2 qid density
 2015-06-11 14:10 UTC  (11+ messages)
  ` [PATCH for-4.1 1/2] cxgb4: Support for user mode bar2 mappings with T4
  ` [PATCH for-4.1 2/2] iw_cxgb4: support for bar2 qid densities exceeding the page size

[patch -next] net/mlx5_core: fix an error code
 2015-06-11 11:28 UTC  (2+ messages)

[PATCH] IB/core: Don't warn on no SA support in event handler
 2015-06-11  7:48 UTC  (6+ messages)

[PATCH] RDMA/ocrdma: fix double free on pd
 2015-06-11  5:15 UTC  (2+ messages)

LINUX RDMA MAILING LIST MONITOR ALERT - RE: [PATCH for-next V5 00/12] Move RoCE GID management to IB/Core
 2015-06-11  2:19 UTC  (2+ messages)

[RESEND PATCH v3 14/14] IB/mad: Add final OPA MAD processing
 2015-06-10 20:16 UTC 

[PATCH 00/14] IB/mad: Add support for OPA MAD processing
 2015-06-10 19:59 UTC  (9+ messages)
` [PATCH 10/14] IB/mad: Add support for additional MAD info to/from drivers
` [PATCH 14/14] IB/mad: Add final OPA MAD processing

rdmacm issue
 2015-06-10 16:51 UTC  (4+ messages)

[PATCH 1/1 linux-next] IB/mthca: use swap() in mthca_make_profile()
 2015-06-10 16:31 UTC 

[PATCH] IB/core: Don't advertise SA in RoCE port capabilities
 2015-06-10 16:06 UTC  (4+ messages)

[PATCH v3] IB/ipoib: Scatter-Gather support in connected mode
 2015-06-10 16:02 UTC  (4+ messages)

Klientskie bazi tel +79133913837 Yznaite podrobnee!!!
 2015-06-10 12:53 UTC 

[PATCH 0/5] Indirect memory registration feature
 2015-06-09 15:06 UTC  (12+ messages)
` [PATCH 1/5] IB/core: Introduce Fast Indirect Memory Registration verbs API

[PATCH] IB/ipoib: Change To max_cm_mtu when changing mode to connected
 2015-06-09 13:38 UTC  (9+ messages)

[PATCH] IB/core: Get rid of redundant verb ib_destroy_mr
 2015-06-09  8:46 UTC  (3+ messages)

[PATCH v4 for-next 00/12] Add network namespace support in the RDMA-CM
 2015-06-08 16:53 UTC  (11+ messages)

[PATCH] IB/CMA: Fix condition to search for InfiniBand route
 2015-06-08 16:48 UTC  (3+ messages)

[PATCH v7 0/6] Generic logging helpers
 2015-06-08 16:00 UTC  (5+ messages)
` [PATCH v7 5/6] xprtrdma, svcrdma: Switch to generic "


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