public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-06 13:47:54 to 2015-02-19 22:02:22 UTC [more...]

[PATCH 01/30] IB/core: Add RoCE GID cache
 2015-02-19 22:02 UTC  (32+ 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] RDMA/ocrdma: Changes in driver to incorporate the moving of GID Table mgmt to IB/Core
` [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 00/30] IB/Core: Adding support for RoCEV2 Specification
 2015-02-19 22:02 UTC  (3+ messages)

[PATCH v1 0/3] Re-introduce extended query device verb with ODP support
 2015-02-19 18:27 UTC  (6+ 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

[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  (17+ 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  (8+ 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  (7+ messages)

[PATCH v1 00/10] Add network namespace support in the RDMA-CM
 2015-02-16  8:10 UTC  (12+ messages)
` [PATCH v1 01/10] IB/addr: Pass network namespace as a parameter
` [PATCH v1 02/10] IB/core: Pass network namespace as a parameter to relevant functions
` [PATCH v1 04/10] IB/ipoib: Return IPoIB devices as possible matches to get_net_device_by_port_pkey_ip
` [PATCH v1 05/10] IB/cm,cma: Move RDMA IP CM private-data parsing code from ib_cma to ib_cm
` [PATCH v1 06/10] IB/cm: Add network namespace support
` [PATCH v1 07/10] IB/cma: Separate port allocation to network namespaces
` [PATCH v1 08/10] IB/cma: Add support for "
  ` [PATCH v1 03/10] IB/core: Find the network namespace matching connection parameters
  ` [PATCH v1 09/10] IB/ucma: Take the network namespace from the process
` [PATCH v1 10/10] IB/ucm: Add partial support for network namespaces

[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)

[PATCH opensm] osm_ucast_mgr.c: Support diverse paths for LMC > 0 when scatter_ports is enabled
 2015-02-11 12:22 UTC 

[GIT PULL] please pull infiniband.git
 2015-02-11  0:52 UTC  (2+ messages)

[ANNOUNCE] infiniband-diags 1.6.5 release
 2015-02-11  0:04 UTC 

[ANNOUNCE] libibmad 1.3.12 release
 2015-02-11  0:04 UTC 

[PATCH] IB/srp: Add 64-bit LUN support
 2015-02-10 13:00 UTC  (5+ messages)

[PATCH] net: Mellanox: Delete unnecessary checks before the function call "vunmap"
 2015-02-09 22:10 UTC  (4+ messages)
        ` [PATCH v2] "

[PATCH for-next 0/2] iw_cxgb4: Misc fixes for iw_cxgb4
 2015-02-09 15:36 UTC  (2+ messages)

[PATCH 1/2] infiniband: nes: Remove duplicate function names
 2015-02-08 19:03 UTC  (4+ messages)
` [PATCH 2/2] iser-target: "

[PATCH v1 0/2] On-demand paging minor fixes
 2015-02-08 12:15 UTC  (2+ messages)

[PATCH v1 0/5] IB/core: extended query device caps cleanup for v3.19
 2015-02-08  7:27 UTC  (11+ messages)
` [PATCH v1 1/5] IB/uverbs: ex_query_device: answer must not depend on request's comp_mask

rdma_connect() and IBV_QPT_UC
 2015-02-07 20:21 UTC  (5+ messages)

[GIT PULL] please pull infiniband.git
 2015-02-07 15:58 UTC  (2+ messages)

[PATCH infiniband-diags] Add new configure flag to enable/disable the rdma-ndd build
 2015-02-07  3:40 UTC  (2+ messages)

[PATCHv2 infiniband-diags] ibtracert.c: Remove checking the port 0 state for base switch port 0
 2015-02-07  3:40 UTC  (2+ messages)

[PATCH infiniband-diags] Align infiniband-diags MLNX device IDs with OpenSM
 2015-02-07  3:39 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update SRP initiator entry
 2015-02-06 14:27 UTC 

[PATCH] Revert "IB/core: Add support for extended query device caps"
 2015-02-06 13:47 UTC  (2+ messages)


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