linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-15 13:29:42 to 2015-04-20 16:19:27 UTC [more...]

[PATCH v5 00/27] IB/Verbs: IB Management Helpers
 2015-04-20 16:19 UTC  (32+ messages)
` [PATCH v5 01/27] IB/Verbs: Implement new callback query_transport()
  ` [PATCH v5 02/27] IB/Verbs: Implement raw management helpers
  ` [PATCH v5 04/27] IB/Verbs: Reform IB-core cm
  ` [PATCH v5 06/27] IB/Verbs: Reform IB-core multicast
  ` [PATCH v5 09/27] IB/Verbs: Reform IB-core verbs/uverbs_cmd/sysfs
  ` [PATCH v5 10/27] IB/Verbs: Reform cm related part in IB-core cma/ucm
  ` [PATCH v5 11/27] IB/Verbs: Reform route related part in IB-core cma
  ` [PATCH v5 13/27] IB/Verbs: Reserve legacy transport type in 'dev_addr'
  ` [PATCH v5 15/27] IB/Verbs: Reform rest part in IB-core cma
  ` [PATCH v5 17/27] IB/Verbs: Use management helper cap_ib_smi()
  ` [PATCH v5 20/27] IB/Verbs: Use management helper cap_ib_sa()
  ` [PATCH v5 21/27] IB/Verbs: Use management helper cap_ib_mcast()
  ` [PATCH v5 22/27] IB/Verbs: Use management helper cap_ipoib()
  ` [PATCH v5 24/27] IB/Verbs: Use management helper cap_af_ib()
  ` [PATCH v5 26/27] IB/Verbs: Clean up rdma_ib_or_iboe()
  ` [PATCH v5 27/27] IB/Verbs: Cleanup rdma_node_get_transport()
` [PATCH v5 03/27] IB/Verbs: Reform IB-core mad/agent/user_mad
` [PATCH v5 05/27] IB/Verbs: Reform IB-core sa_query
` [PATCH v5 07/27] IB/Verbs: Reform IB-ulp ipoib
` [PATCH v5 08/27] IB/Verbs: Reform IB-ulp xprtrdma
` [PATCH v5 12/27] IB/Verbs: Reform mcast related part in IB-core cma
` [PATCH v5 14/27] IB/Verbs: Reform cma_acquire_dev()
` [PATCH v5 16/27] IB/Verbs: Use management helper cap_ib_mad()
` [PATCH v5 18/27] IB/Verbs: Use management helper cap_ib_cm()
` [PATCH v5 19/27] IB/Verbs: Use management helper cap_iw_cm()
` [PATCH v5 23/27] IB/Verbs: Use management helper cap_read_multi_sge()
` [PATCH v5 25/27] IB/Verbs: Use management helper cap_eth_ah()

[PATCH V1 net-next] IB/ipoib: Fix ndo_get_iflink
 2015-04-20 15:37 UTC  (9+ messages)

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

[PATCH linux-next v5] mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit architectures
 2015-04-20  7:48 UTC  (2+ messages)

linux-next: manual merge of the target-updates tree with the infiniband tree
 2015-04-20  4:29 UTC 

[PATCH for-4.1 1/3] RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the remote connecting peer
 2015-04-19 11:57 UTC  (2+ messages)

[PATCH for-4.1 3/3] RDMA/cxgb4: Report the actual address of the remote connecting peer
 2015-04-17 22:56 UTC 

[PATCH for-4.1 2/3] RDMA/nes: Report the actual address of the remote connecting peer
 2015-04-17 22:56 UTC 

Stepping down as maintainer (was Re: [PATCH for-next 0/9] mlx4 changes in virtual GID management)
 2015-04-17 18:38 UTC  (24+ messages)
                  ` RDMA patches for 4.1 (was: "Stepping down as maintainer" (was Re: [PATCH for-next 0/9] mlx4 changes [...]))
                            ` RDMA patches for 4.1

[PATCH for-4.1 0/4] Misc. fixes and cleanup for iw_cxgb4
 2015-04-17 16:48 UTC  (6+ messages)
  ` [PATCH for-4.1 1/4] iw_cxgb4: Cleanup register defines/MACROS
  ` [PATCH for-4.1 2/4] iw_cxgb4: 32b platform fixes
  ` [PATCH for-4.1 3/4] iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQs
  ` [PATCH for-4.1 4/4] iw_cxgb4: enforce qp/cq id requirements

[PATCH v4 00/27] IB/Verbs: IB Management Helpers
 2015-04-17  8:36 UTC  (57+ messages)
` [PATCH v4 01/27] IB/Verbs: Implement new callback query_transport()
` [PATCH v4 08/27] IB/Verbs: Reform IB-ulp xprtrdma
` [PATCH v4 09/27] IB/Verbs: Reform IB-core verbs/uverbs_cmd/sysfs
` [PATCH v4 11/27] IB/Verbs: Reform route related part in IB-core cma
` [PATCH v4 13/27] IB/Verbs: Reserve legacy transport type in 'dev_addr'
` [PATCH v4 14/27] IB/Verbs: Reform cma_acquire_dev()
` [PATCH v4 15/27] IB/Verbs: Reform rest part in IB-core cma
` [PATCH v4 18/27] IB/Verbs: Use management helper cap_ib_cm()
  ` [PATCH v4 02/27] IB/Verbs: Implement raw management helpers
  ` [PATCH v4 03/27] IB/Verbs: Reform IB-core mad/agent/user_mad
  ` [PATCH v4 04/27] IB/Verbs: Reform IB-core cm
  ` [PATCH v4 05/27] IB/Verbs: Reform IB-core sa_query
  ` [PATCH v4 06/27] IB/Verbs: Reform IB-core multicast
  ` [PATCH v4 07/27] IB/Verbs: Reform IB-ulp ipoib
  ` [PATCH v4 10/27] IB/Verbs: Reform cm related part in IB-core cma/ucm
  ` [PATCH v4 12/27] IB/Verbs: Reform mcast related part in IB-core cma
  ` [PATCH v4 16/27] IB/Verbs: Use management helper cap_ib_mad()
  ` [PATCH v4 17/27] IB/Verbs: Use management helper cap_ib_smi()
  ` [PATCH v4 19/27] IB/Verbs: Use management helper cap_iw_cm()
  ` [PATCH v4 22/27] IB/Verbs: Use management helper cap_ipoib()
  ` [PATCH v4 24/27] IB/Verbs: Use management helper cap_af_ib()
  ` [PATCH v4 26/27] IB/Verbs: Clean up rdma_ib_or_iboe()
  ` [PATCH v4 27/27] IB/Verbs: Cleanup rdma_node_get_transport()
` [PATCH v4 20/27] IB/Verbs: Use management helper cap_ib_sa()
` [PATCH v4 21/27] IB/Verbs: Use management helper cap_ib_mcast()
` [PATCH v4 23/27] IB/Verbs: Use management helper cap_read_multi_sge()
` [PATCH v4 25/27] IB/Verbs: Use management helper cap_eth_ah()

[PATCH v3 00/28] IB/Verbs: IB Management Helpers
 2015-04-17  8:04 UTC  (24+ messages)
` [PATCH v3 01/28] IB/Verbs: Implement new callback query_transport()
` [PATCH v3 10/28] IB/Verbs: Reform cm related part in IB-core cma
` [PATCH v3 25/28] IB/Verbs: Use management helper cap_af_ib()
` [PATCH v3 27/28] IB/Verbs: Clean up rdma_ib_or_iboe()

[PATCH v3 07/28] IB/Verbs: Reform IB-ulp ipoib
 2015-04-17  7:40 UTC  (17+ messages)

RE: [PATCH v3 for-next 01/33] IB/core: Add RoCE GID cache
 2015-04-16 22:32 UTC  (3+ messages)

No NFSoRDMA bi-weekly meeting from now to Aug
 2015-04-16 19:00 UTC  (2+ messages)
          ` NFSoRDMA bi-weekly developers meeting minutes (4/16/15)

[PATCH v3 for-next 01/33] IB/core: Add RoCE GID cache
 2015-04-16 14:58 UTC  (12+ messages)

[PATCH for-next 0/6] mlx4 and more IPoIB changes for 4.1
 2015-04-16 14:41 UTC  (10+ messages)
` [PATCH for-next 3/6] IB/ipoib: Handle QP in SQE state

[PATCH infiniband-diags] query_smp.c: Avoid busy looping in process_one_recv
 2015-04-16 14:26 UTC 

[PATCH net-next] IB/ipoib: Fix ndo_get_iflink
 2015-04-16 13:30 UTC 

[PATCH infiniband-diags] Close additional file descriptor in iblinkinfo in advance
 2015-04-16 13:22 UTC 

[PATCH v1 0/2] ODP performance improvements
 2015-04-16 13:11 UTC  (3+ messages)
  ` [PATCH v1 1/2] IB/core: dma map/unmap locking optimizations
  ` [PATCH v1 2/2] IB/core: dma unmap optimizations

[PATCH linux-next 0/4] fix possile NULL pointer dereference in ndo_get_iflink callback functions
 2015-04-16 11:27 UTC  (7+ messages)
` [PATCH linux-next 1/4] infiniband/ipoib: fix possible NULL pointer dereference in ipoib_get_iflink

[PATCH RFC] IB/core: Get rid of redundant verb ib_destroy_mr
 2015-04-16 11:11 UTC 

ioremap_uc() followed by set_memory_wc() - burrying MTRR
 2015-04-16  0:33 UTC  (6+ messages)

[PATCH for-next 0/4] Misc. fixes and cleanup for iw_cxgb4
 2015-04-15 21:00 UTC  (5+ messages)

[PATCH net-next v2 0/4] cxgb4: add FCoE DDP and RSS
 2015-04-15 16:12 UTC  (5+ messages)
` [PATCH net-next v2 1/4] cxgb4/iw_cxgb4/cxgb4i: remove duplicate definitions

[PATCH 0/2] ODP performance improvements
 2015-04-15 15:34 UTC  (5+ messages)
  ` [PATCH 1/2] IB/core: dma map/unmap locking optimizations
  ` [PATCH 2/2] IB/core: dma unmap optimizations


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