linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-30 16:51:18 to 2016-10-06 20:51:38 UTC [more...]

[PATCH rdma-core 00/17] Fixes, flattening and packaging
 2016-10-06 20:51 UTC  (13+ messages)
  ` [PATCH rdma-core 01/17] Update Intel lists in MAINTAINERS
  ` [PATCH rdma-core 02/17] Update COPYING to reflect recent cxgb4 merge
  ` [PATCH rdma-core 03/17] Update comment in cxbg* drivers
  ` [PATCH rdma-core 04/17] Remove missed auto* related files
  ` [PATCH rdma-core 05/17] rdmacm: Drop SONAME in rspreload
  ` [PATCH rdma-core 06/17] umad: Use symlinks instead of a NROFF .so directive
  ` [PATCH rdma-core 07/17] verbs: Remove -fno-strict-aliasing
  ` [PATCH rdma-core 08/17] Move providers into providers/
  ` [PATCH rdma-core 09/17] iwpmd: Flatten iwpmd/src into iwpmd/
  ` [PATCH rdma-core 10/17] srp_deamon: Flatten srp_daemon/src,etc into srp_daemon/
  ` [PATCH rdma-core 11/17] ibcm: Flatten libibcm/src,include into libibcm/
  ` [PATCH rdma-core 12/17] umad: Flatten libibumad/src,include into libibumad/

RDMA developer gatherings around Kernel Summit and Linux Plumbers in Santa Fe
 2016-10-06 20:31 UTC  (3+ messages)

[PATCH] i40iw: Remove macros I40IW_STAG_KEY_FROM_STAG and I40IW_STAG_INDEX_FROM_STAG
 2016-10-06 20:02 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update Intel RDMA RNIC driver maintainers
 2016-10-06 19:25 UTC  (6+ messages)

[PATCH qedr 00/10] QLogic RDMA Driver (qedr)
 2016-10-06 18:34 UTC  (13+ messages)
  ` [PATCH qedr 01/10] qedr: Add RoCE driver framework
  ` [PATCH qedr 02/10] qedr: Add support for RoCE HW init
  ` [PATCH qedr 03/10] qedr: Add support for user context verbs
  ` [PATCH qedr 04/10] qedr: Add support for PD,PKEY and CQ verbs
  ` [PATCH qedr 05/10] qedr: Add support for QP verbs
  ` [PATCH qedr 06/10] qedr: Add support for memory registeration verbs
  ` [PATCH qedr 07/10] qedr: Add support for data path
  ` [PATCH qedr 08/10] qedr: Add LL2 RoCE interface
  ` [PATCH qedr 09/10] qedr: Add GSI support
  ` [PATCH qedr 10/10] qedr: Add events support and register IB device

[PATCH rdma-core] Add a .travis.yml file
 2016-10-06 17:52 UTC  (8+ messages)

Introduction of libqedr to the Consolidated Userspace RDMA Library Repo
 2016-10-06 16:34 UTC  (2+ messages)

[PATCH] i40iw: Add Quality of Service support
 2016-10-06 16:00 UTC  (2+ messages)

[PATCHv12 0/3] rdmacg: IB/core: rdma controller support
 2016-10-06 13:49 UTC  (4+ messages)

[PATCHv12 1/3] rdmacg: Added rdma cgroup controller
 2016-10-06 12:55 UTC  (17+ messages)

[PATCH rdma-core 0/9] Dead Code Removal
 2016-10-06 12:09 UTC  (19+ messages)
` [PATCH 1/9] Remove HAVE_CONFIG_H
` [PATCH 2/9] Remove HAVE_VALGRIND_MEMCHECK_H/INCLUDE_VALGRIND
` [PATCH 8/9] Remove most checks of __BYTE_ORDER

[PATCH rdma-core V1] Remove unused HIDDEN gcc attribute
 2016-10-06  9:33 UTC 

[PATCH v2] IB/{core,hw}: Add constant for node_desc
 2016-10-06  4:46 UTC  (3+ messages)

[PATCH rdma-core] Improve global COPYING files
 2016-10-06  4:30 UTC  (7+ messages)

[PATCH v2 0/7] Introduce blk_quiesce_queue() and blk_resume_queue()
 2016-10-05 23:00 UTC  (24+ messages)
` [PATCH v2 1/7] blk-mq: Introduce blk_mq_queue_stopped()
` [PATCH v2 4/7] blk-mq: Introduce blk_quiesce_queue() and blk_resume_queue()
` [PATCH v2 6/7] SRP transport: Port srp_wait_for_queuecommand() to scsi-mq
` [PATCH v2 7/7] [RFC] nvme: Fix a race condition
` [PATCH v2 3/7] [RFC] nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code

[PATCH rdma-core] Remove unused HIDDEN gcc attribute
 2016-10-05 19:23 UTC  (2+ messages)

RDMA developer gatherings around Kernel Summit and Linux Plumbers in Santa Fe
 2016-10-05 18:31 UTC  (13+ messages)

iscsi_trx going into D state
 2016-10-05 18:19 UTC  (8+ messages)

[PATCH v6 00/16] Add Paravirtual RDMA Driver
 2016-10-05 17:43 UTC  (20+ messages)
  ` [PATCH v6 01/16] vmxnet3: Move PCI Id to pci_ids.h
  ` [PATCH v6 02/16] IB/pvrdma: Add user-level shared functions
  ` [PATCH v6 03/16] IB/pvrdma: Add functions for ring traversal
  ` [PATCH v6 04/16] IB/pvrdma: Add the paravirtual RDMA device specification
  ` [PATCH v6 05/16] IB/pvrdma: Add functions for Verbs support
  ` [PATCH v6 06/16] IB/pvrdma: Add paravirtual rdma device
  ` [PATCH v6 07/16] IB/pvrdma: Add helper functions
  ` [PATCH v6 08/16] IB/pvrdma: Add device command support
  ` [PATCH v6 09/16] IB/pvrdma: Add support for Completion Queues
  ` [PATCH v6 10/16] IB/pvrdma: Add UAR support
  ` [PATCH v6 11/16] IB/pvrdma: Add support for memory regions
  ` [PATCH v6 12/16] IB/pvrdma: Add Queue Pair support
  ` [PATCH v6 13/16] IB/pvrdma: Add the main driver module for PVRDMA
  ` [PATCH v6 14/16] IB/pvrdma: Add Kconfig and Makefile
  ` [PATCH v6 15/16] IB: Add PVRDMA driver
  ` [PATCH v6 16/16] MAINTAINERS: Update for "

[PATCH rdma-core] MAINTAINERS: Add backup/co-maintainer for ibacm
 2016-10-05 15:50 UTC  (2+ messages)

[PATCH rdma-core] Add travis CI status to master branch
 2016-10-05  8:37 UTC 

[PATCH] ibacm: move Documentation to Documentation/
 2016-10-05  6:14 UTC  (7+ messages)

RQ overflow seen running isert traffic
 2016-10-05  6:14 UTC  (2+ messages)

Purchase Inquiry
 2016-10-05  5:23 UTC 

[PATCH net-next 0/7] qed*: Add qedr infrastructure support
 2016-10-05  3:09 UTC  (12+ messages)
` [PATCH net-next 1/7] qed: Add Light L2 support
` [PATCH net-next 2/7] qede: Add qedr framework
` [PATCH net-next 3/7] qed: Add support for RoCE hw init
  ` [PATCH net-next 4/7] qed: PD,PKEY and CQ verb support
` [PATCH net-next 5/7] qed: Add support for QP verbs
` [PATCH net-next 6/7] qed: Add support for memory registeration verbs
` [PATCH net-next 7/7] qed: Add RoCE ll2 & GSI support
      ` [PATCH net-next 0/7] qed*: Add qedr infrastructure support,Re: [PATCH net-next 0/7] qed*: Add qedr infrastructure support

[RFC] IB/srp: export reset-host via sysfs
 2016-10-04 15:22 UTC  (3+ messages)

[PULL REQUEST] Please pull rdma.git
 2016-10-04 13:50 UTC 

PROBLEM: nvmet rxe : Kernel oops when running nvmf IO over rdma_rxe
 2016-10-04 12:42 UTC  (3+ messages)

[PATCH 0/4] Two fixes for prev 4.9 and two new fixes
 2016-10-03 15:33 UTC  (6+ messages)
  ` [PATCH 1/4] IB/hfi1: Fix invalid lockdep assert
  ` [PATCH 2/4] IB/core: Fix atomic regression with ib_hdrs
  ` [PATCH 3/4] IB/hfi1: Update SMA ingress checks for response packets
  ` [PATCH 4/4] IB/hfi1: Fix trace of atomic ack

[PATCH] IB/rdmavt: Trivial function comment corrected
 2016-10-03 14:55 UTC  (2+ messages)

[PATCH 0/2] cxgb4 FR_NSMR_TPTE_WR support
 2016-10-03 14:50 UTC  (6+ messages)

[PATCH v2 0/3] IB/hfi1: Read platform configuration file from EPROM
 2016-10-03 14:46 UTC  (2+ messages)

[PATCH] IB/core: correctly handle rdma_rw_init_mrs() failure
 2016-10-03 14:44 UTC  (2+ messages)

[PATCH 0/2] Avoid that certain sg-lists trigger an infinite loop with FMR
 2016-10-03 14:38 UTC  (2+ messages)

[PATCH] IB/core: Improve ib_map_mr_sg() documentation
 2016-10-03 14:38 UTC  (3+ messages)

[PATCH 0/5] IB/hfi1: sdma engine affinity improvements
 2016-10-03 14:31 UTC  (2+ messages)

[PATCH] staging: lustre: ko2iblbd: handle ib_dereg_mr removal
 2016-10-03  7:31 UTC 

[PATCH 1/2] net/mlx5e: shut up maybe-uninitialized warning
 2016-10-03  5:56 UTC  (3+ messages)

[PATCH 00/13] IB/hfi1,qib: Round 2 of hfi1/qib fixes for 4.9
 2016-10-02 13:29 UTC  (2+ messages)

rdma-core: cmake minimum version issue on RH 6.5
 2016-10-02 13:14 UTC  (4+ messages)

[PATCH 0/4] libcxgb4: header file/copyright clean up
 2016-10-02 13:12 UTC  (4+ messages)

[PATCH rdma-next V1 0/5] mlx5 IB RoCE LAG
 2016-10-01 23:39 UTC  (2+ messages)

[PATCH rdma-next V1 0/7] Extend flow steering IPv4 and IPv6 specification
 2016-10-01 23:38 UTC  (2+ messages)

[PATCH rdma-next] IB/mlx5: Track asynchronous events on a receive work queue
 2016-10-01 23:36 UTC  (2+ messages)

[PATCH rdma-next 0/7] Mellanox ConnectX-4/Connect-IB sniffer support
 2016-10-01 23:36 UTC  (2+ messages)

[PATCH rdma-next 0/2] Add port counter support for raw packet QP
 2016-10-01 23:35 UTC  (2+ messages)

[PATCH rdma-next 0/3] RSS related capabilities
 2016-10-01 23:34 UTC  (2+ messages)

[PATCH] IB/rxe: Fix honoring max IRD value for rd/atomic
 2016-10-01 23:11 UTC  (2+ messages)

[PATCH] IB/rxe: impoved debug prints & other code cleanup
 2016-10-01 23:11 UTC  (2+ messages)

[PATCH] IB/rxe: IB/core: IB/rdmavt: Fix kernel crash for reg MR
 2016-10-01 23:10 UTC  (2+ messages)

[PATCH] IB/rxe: Fix sending out loopback packet on netdev interface
 2016-10-01 23:10 UTC  (2+ messages)

[PATCH] IB/rxe: Avoid scheduling tasklet for userspace QP
 2016-10-01 23:09 UTC  (2+ messages)

[PATCH v1] rdma_rxe: Ensure rdma_rxe init occurs at correct time
 2016-10-01 23:03 UTC  (2+ messages)

[PATCH v3 0/9] SELinux support for Infiniband RDMA
 2016-09-30 20:46 UTC  (13+ messages)

EACCES errors using preload libs
 2016-09-30 18:27 UTC  (5+ 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).