messages from 2015-04-04 00:14:51 to 2015-04-13 16:10:16 UTC [more...]
Stepping down as maintainer (was Re: [PATCH for-next 0/9] mlx4 changes in virtual GID management)
2015-04-13 16:10 UTC (14+ messages)
[PATCH infiniband-diags] Remove redundant umad file descriptor from libibnetdisc
2015-04-13 15:34 UTC
[PATCH net-next v2 0/4] cxgb4: add FCoE DDP and RSS
2015-04-13 14:04 UTC (5+ messages)
` [PATCH net-next v2 1/4] cxgb4/iw_cxgb4/cxgb4i: remove duplicate definitions
` [PATCH net-next v2 2/4] cxgb4: add structure and macro definitions for FCoE DDP
` [PATCH net-next v2 3/4] cxgb4: add DDP support for FCoE target
` [PATCH net-next v2 4/4] cxgb4: enable RSS for FCoE frames
CVE-2014-8159 kernel: infiniband: uverbs: unprotected physical memory access
2015-04-13 13:29 UTC (13+ messages)
[PATCH v1 0/2] Fixes on top of CVE-2014-8159 kernel: infiniband: uverbs: unprotected physical memory access
2015-04-13 12:56 UTC (3+ messages)
` [PATCH v1 1/2] IB/core: disallow registering 0-sized memory region
` [PATCH v1 2/2] IB/core: don't disallow registering region starting at 0x0
[PATCH v3 00/28] IB/Verbs: IB Management Helpers
2015-04-13 12:37 UTC (29+ messages)
` [PATCH v3 04/28] IB/Verbs: Reform IB-core cm
` [PATCH v3 05/28] IB/Verbs: Reform IB-core sa_query
` [PATCH v3 01/28] IB/Verbs: Implement new callback query_transport()
` [PATCH v3 02/28] IB/Verbs: Implement raw management helpers
` [PATCH v3 03/28] IB/Verbs: Reform IB-core mad/agent/user_mad
` [PATCH v3 06/28] IB/Verbs: Reform IB-core multicast
` [PATCH v3 07/28] IB/Verbs: Reform IB-ulp ipoib
` [PATCH v3 10/28] IB/Verbs: Reform cm related part in IB-core cma
` [PATCH v3 11/28] IB/Verbs: Reform route "
` [PATCH v3 12/28] IB/Verbs: Reform mcast "
` [PATCH v3 13/28] IB/Verbs: Reserve legacy transport type in 'dev_addr'
` [PATCH v3 16/28] IB/Verbs: Use management helper cap_ib_mad()
` [PATCH v3 18/28] IB/Verbs: Use management helper cap_ib_cm()
` [PATCH v3 19/28] IB/Verbs: Use management helper cap_iw_cm()
` [PATCH v3 24/28] IB/Verbs: Use management helper cap_ib_cm_dev()
` [PATCH v3 08/28] IB/Verbs: Reform IB-ulp xprtrdma
` [PATCH v3 09/28] IB/Verbs: Reform IB-core verbs/uverbs_cmd/sysfs
` [PATCH v3 14/28] IB/Verbs: Reform cma_acquire_dev()
` [PATCH v3 15/28] IB/Verbs: Reform rest part in IB-core cma
` [PATCH v3 17/28] IB/Verbs: Use management helper cap_ib_smi()
` [PATCH v3 20/28] IB/Verbs: Use management helper cap_ib_sa()
` [PATCH v3 21/28] IB/Verbs: Use management helper cap_ib_mcast()
` [PATCH v3 22/28] IB/Verbs: Use management helper cap_ipoib()
` [PATCH v3 23/28] IB/Verbs: Use management helper cap_read_multi_sge()
` [PATCH v3 25/28] IB/Verbs: Use management helper cap_af_ib()
` [PATCH v3 26/28] IB/Verbs: Use management helper cap_eth_ah()
` [PATCH v3 27/28] IB/Verbs: Clean up rdma_ib_or_iboe()
` [PATCH v3 28/28] IB/Verbs: Cleanup rdma_node_get_transport()
[PATCH linux-next v2] mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit architectures
2015-04-13 9:21 UTC
[linux-next PATCH] mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit architectures
2015-04-13 9:19 UTC (5+ messages)
[PATCH v2 00/17] IB/Verbs: IB Management Helpers
2015-04-13 7:40 UTC (83+ messages)
` [PATCH v2 04/17] IB/Verbs: Use management helper cap_ib_smi() for smi-check
` [PATCH v2 09/17] IB/Verbs: Use helper cap_read_multi_sge() and reform svc_rdma_accept()
` [PATCH v2 10/17] IB/Verbs: Adopt management helpers for IB helpers
` [PATCH v2 11/17] IB/Verbs: Reform link_layer_show() and ib_uverbs_query_port()
` [PATCH v2 12/17] IB/Verbs: Use management helper cap_ib_cm_dev() for cm-device-check
` [PATCH v2 14/17] IB/Verbs: Reserve legacy transport type for 'struct rdma_dev_addr'
` [PATCH 01/17] IB/Verbs: Implement new callback query_transport() for each HW
` [PATCH v2 02/17] IB/Verbs: Implement raw management helpers
` [PATCH v2 03/17] IB/Verbs: Use management helper cap_ib_mad() for mad-check
` [PATCH v2 05/17] IB/Verbs: Use management helper cap_ib_cm() for cm-check
` [PATCH v2 06/17] IB/Verbs: Use management helper cap_ib_sa() for sa-check
` [PATCH v2 07/17] IB/Verbs: Use management helper cap_ib_mcast() for mcast-check
` [PATCH v2 08/17] IB/Verbs: Use management helper cap_ipoib() for ipoib-check
` [PATCH v2 13/17] IB/Verbs: Reform cma/ucma with management helpers
` [PATCH v2 15/17] IB/Verbs: Reform cma_acquire_dev() "
` [PATCH v2 16/17] IB/Verbs: Cleanup rdma_node_get_transport()
` [PATCH v2 17/17] IB/Verbs: Move rdma_port_get_link_layer() to mlx4 head file
` [PATCH v2 01/17] IB/Verbs: Implement new callback query_transport() for each HW
[PATCH RFC] net/mlx4: Remove improper usage of dma_alloc_coherent()
2015-04-12 21:33 UTC (3+ messages)
RDMA Multicasting
2015-04-11 2:07 UTC (7+ messages)
Multicast Filtering - mlx4_SET_MCAST_FLTR
2015-04-09 14:26 UTC
[PATCH] ib_uverbs: Fix pages leak when using XRC SRQs
2015-04-09 9:13 UTC
[PATCH v4 00/19] IB/mad: Add support for Intel Omni-Path Architecture (OPA) MAD processing
2015-04-09 4:41 UTC (35+ messages)
` [PATCH v4 02/19] IB/core: Cache device attributes for use by upper level drivers
` [PATCH v4 12/19] IB/mad: Add MAD size parameters to process_mad
` [PATCH v4 15/19] IB/mad: Create jumbo_mad data structures
` [PATCH v4 16/19] IB/mad: Add Intel Omni-Path Architecture defines
` [PATCH v4 17/19] IB/mad: Implement support for Intel Omni-Path Architecture base version MADs in ib_create_send_mad
` [PATCH v4 18/19] IB/mad: Implement Intel Omni-Path Architecture SMP processing
` [PATCH v4 19/19] IB/mad: Implement Intel Omni-Path Architecture MAD processing
[PATCH RESEND 0/2] Fixes on top of CVE-2014-8159 kernel: infiniband: uverbs: unprotected physical memory access
2015-04-08 20:02 UTC (3+ messages)
` [PATCH RESEND 1/2] IB/core: disallow registering 0-sized memory region
` [PATCH RESEND 2/2] IB/core: don't disallow registering region starting at 0x0
[PATCH 0/2] Fixes on top of CVE-2014-8159 kernel: infiniband: uverbs: unprotected physical memory access
2015-04-08 14:30 UTC (3+ messages)
` [PATCH 1/2] IB/core: disallow registering 0-sized memory region
` [PATCH 2/2] IB/core: don't disallow registering region starting at 0x0
[PATCH for-next 0/9] mlx4 changes in virtual GID management
2015-04-08 13:03 UTC (14+ messages)
[PATCH v3 for-next 01/33] IB/core: Add RoCE GID cache
2015-04-08 8:49 UTC (4+ messages)
[RFC PATCH 00/11] IB/Verbs: IB Management Helpers
2015-04-07 12:48 UTC (4+ messages)
[PATCH] ib_uverbs: Fix pages leak when using XRC SRQs
2015-04-07 11:22 UTC
[GIT PULL] Please pull NFSoRDMA client changes
2015-04-06 12:53 UTC
[PATCH 0/16] fix error return code
2015-04-05 16:27 UTC (3+ messages)
` [PATCH 12/16] ib_srpt: "
iser patches for kernel 4.1 [v2]
2015-04-04 9:35 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox