linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-11 15:06:43 to 2015-02-23 04:50:27 UTC [more...]

[PATCH] IB/verbs: Check each operation of dma_ops individually
 2015-02-23  4:50 UTC 

[PATCH 0/9] IB/ipoib: fixup multicast locking issues
 2015-02-22 21:57 UTC  (13+ messages)
  ` [PATCH 1/9] IB/ipoib: factor out ah flushing
  ` [PATCH 2/9] IB/ipoib: change init sequence ordering
  ` [PATCH 3/9] IB/ipoib: Consolidate rtnl_lock tasks in workqueue
  ` [PATCH 4/9] IB/ipoib: Make the carrier_on_task race aware
  ` [PATCH 5/9] IB/ipoib: Use dedicated workqueues per interface
  ` [PATCH 6/9] IB/ipoib: No longer use flush as a parameter
  ` [PATCH 7/9] IB/ipoib: fix MCAST_FLAG_BUSY usage
  ` [PATCH 8/9] IB/ipoib: deserialize multicast joins
  ` [PATCH 9/9] IB/ipoib: drop mcast_mutex usage

[PATCH 01/30] IB/core: Add RoCE GID cache
 2015-02-22 11:41 UTC  (53+ messages)
  ` [PATCH 02/30] IB/core: Add kref to IB devices
  ` [PATCH 03/30] IB/core: Add RoCE GID population
  ` [PATCH 04/30] IB/core: Add default GID for RoCE GID Cache
  ` [PATCH 05/30] IB/core: Add RoCE cache bonding support
  ` [PATCH 06/30] IB/core: GID attribute should be returned from verbs API and cache API
  ` [PATCH 07/30] IB/core: Report gid_type and gid_ndev through sysfs
  ` [PATCH 08/30] IB/core: Support find sgid index using a filter function
  ` [PATCH 09/30] IB/core: Modify ib_verbs and cma in order to use roce_gid_cache
  ` [PATCH 10/30] IB/core: Add gid_type to path and rdma_id_private
  ` [PATCH 11/30] IB/core: Add rdma_network_type to wc
  ` [PATCH 12/30] IB/cma: Add configfs for rdma_cm
  ` [PATCH 13/30] IB/Core: Changes to the IB Core infrastructure for RoCEv2 support
  ` [PATCH] RDMA/ocrdma: Changes in driver to incorporate the moving of GID Table mgmt to IB/Core
  ` [PATCH 15/30] RDMA/ocrdma: changes to support RoCE-v2 in UD path
  ` [PATCH 16/30] RDMA/ocrdma: changes to support RoCE-v2 in RC path
  ` [PATCH 17/30] RDMA/ocrdma: changes to support user AH creation
  ` [PATCH 18/30] IB/mlx4: Remove gid table management for RoCE
  ` [PATCH 19/30] IB/mlx4: Replace spin_lock with rw_semaphore
  ` [PATCH 20/30] IB/mlx4: Lock with RCU instead of RTNL
  ` [PATCH 21/30] net/mlx4: Postpone the registration of net_device
  ` [PATCH 22/30] IB/mlx4: Advertise RoCE support in port capabilities
  ` [PATCH 23/30] IB/mlx4: Implement ib_device callback - get_netdev
  ` [PATCH 24/30] IB/mlx4: Implement ib_device callback - modify_gid
  ` [PATCH 25/30] IB/mlx4: Configure device to work in RoCEv2
  ` [PATCH 26/30] IB/mlx4: Translate cache gid index to real index
  ` [PATCH 27/30] IB/core: Initialize UD header structure with IP and UDP headers
  ` [PATCH 28/30] IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headers
  ` [PATCH 29/30] IB/mlx4: Create and use another QP1 for RoCEv2
  ` [PATCH 30/30] IB/cma: Join and leave multicast groups with IGMP

[PATCH v1 0/3] Re-introduce extended query device verb with ODP support
 2015-02-22  9:56 UTC  (8+ messages)
  ` [PATCH v1 1/3] IB/core: Add support for extended query device caps
  ` [PATCH v1 2/3] IB/core: Add on demand paging caps to ib_uverbs_ex_query_device
  ` [PATCH v1 3/3] IB/mlx5: Enable the ODP capability query verb

[GIT PULL] please pull infiniband.git
 2015-02-20 17:08 UTC 

[patch] IB/qib: fix a do nothing for loop
 2015-02-20 17:04 UTC  (2+ messages)

[PATCH 14/30] RDMA/ocrdma: Changes in driver to incorporate the moving of GID Table mgmt to IB/Core
 2015-02-19 22:13 UTC 

[PATCH v1 00/30] IB/Core: Adding support for RoCEV2 Specification
 2015-02-19 22:02 UTC  (3+ messages)

[PATCH 30/30] IB/cma: Join and leave multicast groups with IGMP
 2015-02-19 10:26 UTC 

[PATCH 29/30] IB/mlx4: Create and use another QP1 for RoCEv2
 2015-02-19 10:25 UTC 

[PATCH 28/30] IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headers
 2015-02-19 10:25 UTC 

[PATCH 27/30] IB/core: Initialize UD header structure with IP and UDP headers
 2015-02-19 10:25 UTC 

[PATCH 26/30] IB/mlx4: Translate cache gid index to real index
 2015-02-19 10:25 UTC 

[PATCH 25/30] IB/mlx4: Configure device to work in RoCEv2
 2015-02-19 10:24 UTC 

[PATCH 24/30] IB/mlx4: Implement ib_device callback - modify_gid
 2015-02-19 10:24 UTC 

[PATCH 23/30] IB/mlx4: Implement ib_device callback - get_netdev
 2015-02-19 10:24 UTC 

[PATCH 22/30] IB/mlx4: Advertise RoCE support in port capabilities
 2015-02-19 10:24 UTC 

[PATCH 21/30] net/mlx4: Postpone the registration of net_device
 2015-02-19 10:23 UTC 

[PATCH 20/30] IB/mlx4: Lock with RCU instead of RTNL
 2015-02-19 10:23 UTC 

[PATCH 19/30] IB/mlx4: Replace spin_lock with rw_semaphore
 2015-02-19 10:23 UTC 

[PATCH 18/30] IB/mlx4: Remove gid table management for RoCE
 2015-02-19 10:22 UTC 

[PATCH 17/30] RDMA/ocrdma: changes to support user AH creation
 2015-02-19 10:22 UTC 

[PATCH 16/30] RDMA/ocrdma: changes to support RoCE-v2 in RC path
 2015-02-19 10:22 UTC 

[PATCH 15/30] RDMA/ocrdma: changes to support RoCE-v2 in UD path
 2015-02-19 10:22 UTC 

[PATCH 14/30] RDMA/ocrdma: Changes in driver to incorporate the moving of GID Table mgmt to IB/Core
 2015-02-19 10:21 UTC 

[PATCH 13/30] IB/Core: Changes to the IB Core infrastructure for RoCEv2 support
 2015-02-19 10:21 UTC 

[PATCH 12/30] IB/cma: Add configfs for rdma_cm
 2015-02-19 10:21 UTC 

[PATCH 11/30] IB/core: Add rdma_network_type to wc
 2015-02-19 10:21 UTC 

[PATCH 10/30] IB/core: Add gid_type to path and rdma_id_private
 2015-02-19 10:20 UTC 

[PATCH 09/30] IB/core: Modify ib_verbs and cma in order to use roce_gid_cache
 2015-02-19 10:20 UTC 

[PATCH 08/30] IB/core: Support find sgid index using a filter function
 2015-02-19 10:20 UTC 

[PATCH 07/30] IB/core: Report gid_type and gid_ndev through sysfs
 2015-02-19 10:19 UTC 

[PATCH 06/30] IB/core: GID attribute should be returned from verbs API and cache API
 2015-02-19 10:18 UTC 

[PATCH 05/30] IB/core: Add RoCE cache bonding support
 2015-02-19 10:18 UTC 

[PATCH 04/30] IB/core: Add default GID for RoCE GID Cache
 2015-02-19 10:17 UTC 

[PATCH 03/30] IB/core: Add RoCE GID population
 2015-02-19 10:17 UTC 

[PATCH 02/30] IB/core: Add kref to IB devices
 2015-02-19 10:16 UTC 

[PATCH 01/30] IB/core: Add RoCE GID cache
 2015-02-19 10:16 UTC 

[PATCH 00/30] IB/Core: Adding support for RoCEV2 Specification
 2015-02-19 10:14 UTC  (2+ messages)

[PATCH v2 1/1] IB/mthca: remove deprecated use of pci api
 2015-02-19  9:43 UTC 

[PATCH RE-RESEND V2 for-next 0/5] IB core fixes 29-Jan-2015
 2015-02-19  9:13 UTC  (15+ messages)
` [PATCH RE-RESEND V2 for-next 1/5] IB/core: When marshaling ucma path from user-space, clear unused fields
` [PATCH RE-RESEND V2 for-next 3/5] IB/core: Call ib_unregister_mad_agent() only for valid agents
` [PATCH RE-RESEND V2 for-next 4/5] IB/core: Make sure that the PSN does not overflow
` [PATCH RE-RESEND V2 for-next 5/5] IB/core: Fix deadlock on uverbs modify_qp error flow

[next:master 10115/10230] drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1510:6: sparse: symbol 'ocrdma_free_pd_pool' was not declared. Should it be static?
 2015-02-18 11:35 UTC  (4+ messages)
` [PATCH next] RDMA/ocrdma: ocrdma_free_pd_pool() can be static

[next:master 10113/10230] drivers/infiniband/hw/ocrdma/ocrdma_stats.c:253:5: sparse: symbol 'ocrdma_sysfs_rcv_pkts' was not declared. Should it be static?
 2015-02-18 11:35 UTC  (4+ messages)
  ` [PATCH next] RDMA/ocrdma: ocrdma_sysfs_rcv_pkts() can be static

Recall: [PATCH next] RDMA/ocrdma: ocrdma_free_pd_pool() can be static
 2015-02-18 11:31 UTC 

Recall: [PATCH next] RDMA/ocrdma: ocrdma_sysfs_rcv_pkts() can be static
 2015-02-18 11:31 UTC 

[PATCH] mlx4_core: Enhance device capabilities flags debug printouts
 2015-02-18  7:12 UTC  (4+ messages)

[PATCH 0/3] Re-introduce extended query device verb with ODP support
 2015-02-18  6:55 UTC  (9+ messages)
` [PATCH 1/3] IB/core: Add support for extended query device caps
` [PATCH 2/3] IB/core: Add on demand paging caps to ib_uverbs_ex_query_device
` [PATCH 3/3] IB/mlx5: Enable the ODP capability query verb

[PATCH] IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detach
 2015-02-18  5:10 UTC  (2+ messages)

linux-next: build failure after merge of the infiniband tree
 2015-02-18  3:01 UTC  (2+ messages)

linux-next: manual merge of the infiniband tree with Linus' tree
 2015-02-18  0:29 UTC 

[PATCH v4 00/19] IB/mad: Add support for Intel Omni-Path Architecture (OPA) MAD processing
 2015-02-17 21:25 UTC  (6+ messages)
` [PATCH v4 14/19] IB/core: Add IB_DEVICE_OPA_MAD_SUPPORT device cap flag

[PATCH FIXES for-3.19 0/2] iser initiator fixes for kernel 3.19
 2015-02-17 20:33 UTC  (3+ messages)

[PATCH for-next 0/3] Mellanox mlx4 IB driver fixes 29-Jan-2015
 2015-02-17 19:23 UTC  (2+ messages)

[PATCH 1/1] IB/mthca: remove deprecated use of pci api
 2015-02-17 18:33 UTC  (2+ messages)

[patch] RDMA/ocrdma: off by one in ocrdma_query_gid()
 2015-02-17  5:32 UTC  (2+ messages)

mlx4: IB_EVENT_PATH_MIG not generated on path migration
 2015-02-16 11:48 UTC  (6+ messages)

[PATCH v1 00/10] Add network namespace support in the RDMA-CM
 2015-02-16  8:10 UTC  (4+ messages)
` [PATCH v1 10/10] IB/ucm: Add partial support for network namespaces
  ` [PATCH v1 09/10] IB/ucma: Take the network namespace from the process

[PATCH 00/22] IB/ipoib: Fixups for multicast issues
 2015-02-13 17:21 UTC  (36+ messages)
  ` [PATCH 01/22] IB/ipoib: Consolidate rtnl_lock tasks in workqueue
  ` [PATCH 02/22] IB/ipoib: Make the carrier_on_task race aware
  ` [PATCH 03/22] IB/ipoib: fix MCAST_FLAG_BUSY usage
  ` [PATCH 04/22] IB/ipoib: fix mcast_dev_flush/mcast_restart_task race
  ` [PATCH 05/22] IB/ipoib: change init sequence ordering
  ` [PATCH 06/22] IB/ipoib: Use dedicated workqueues per interface
  ` [PATCH 07/22] IB/ipoib: Make ipoib_mcast_stop_thread flush the workqueue
  ` [PATCH 08/22] IB/ipoib: No longer use flush as a parameter
  ` [PATCH 09/22] IB/ipoib: fix IPOIB_MCAST_RUN flag usage
  ` [PATCH 10/22] IB/ipoib: Add a helper to restart the multicast task
  ` [PATCH 11/22] IB/ipoib: make delayed tasks not hold up everything
  ` [PATCH 12/22] IB/ipoib: Handle -ENETRESET properly in our callback
  ` [PATCH 13/22] IB/ipoib: don't restart our thread on ENETRESET
  ` [PATCH 14/22] IB/ipoib: remove unneeded locks
  ` [PATCH 15/22] IB/ipoib: fix race between mcast_dev_flush and mcast_join
  ` [PATCH 16/22] IB/ipoib: fix ipoib_mcast_restart_task
  ` [PATCH 17/22] IB/ipoib: flush the ipoib_workqueue on unregister
  ` [PATCH 18/22] IB/ipoib: cleanup a couple debug messages
  ` [PATCH 19/22] IB/ipoib: make sure we reap all our ah on shutdown
  ` [PATCH 20/22] IB/ipoib: don't queue a work struct up twice
  ` [PATCH 21/22] IB/ipoib: deserialize multicast joins
  ` [PATCH 22/22] IB/ipoib: drop mcast_mutex usage

[PATCH FIX For-3.19] IB/ipoib: make sure we reap all our ah on shutdown
 2015-02-12 20:03 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;
as well as URLs for NNTP newsgroup(s).