public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-18 14:22:42 to 2016-09-21 22:08:38 UTC [more...]

[PATCH 00/23] rdma-core Trivial fixes and documentation updates
 2016-09-21 22:08 UTC  (13+ messages)
  ` [PATCH 01/23] Consolidate the .gitignore files
  ` [PATCH 02/23] Move the AUTHORS files into MAINTAINERS
  ` [PATCH 03/23] Add reporting bugs and submitting patches sections to README.md
  ` [PATCH 04/23] mlx5: Add cmake options to replace --with-mlx5_debug/mw_debug
  ` [PATCH 05/23] ipathverbs: Recognize bashisms in truescale-serdes.cmds
  ` [PATCH 06/23] nes: Fix clang 3.6 warning -Wtautological-constant-out-of-range-compare
  ` [PATCH 07/23] ocrdma: Fix incorrect type of ibwc_status
  ` [PATCH 08/23] ocrdma: Fix incorrect enum constant
  ` [PATCH 09/23] verbs: Fix incorrect type of len
  ` [PATCH 10/23] verbs: Use inttypes.h format string macros
  ` [PATCH 11/23] verbs: Move documentation to Documentation/
  ` [PATCH 12/23] rdmacm: Use correct format specifier for size_t

[PATCH 00/16] Consolidated RDMA userspace: rdma-core
 2016-09-21 22:01 UTC  (23+ messages)
  ` [PATCH 01/16] Fix bogus executable file permissions
  ` [PATCH 02/16] Include pthreads in the provider libraries
  ` [PATCH 03/16] Be explicit about _GNU_SOURCE
  ` [PATCH 04/16] hfi/ipath: Use the name of the provider for the .driver file
  ` [PATCH 05/16] ibcm: Actually use the version script when linking
  ` [PATCH 06/16] iwpm: Update autotools enough to build
  ` [PATCH 07/16] rdmacm: Control symbol export from librspreload
  ` [PATCH 08/16] Unified CMake build system
  ` [PATCH 09/16] Support obsolete cmake from 2013
  ` [PATCH 10/16] Add a MAINTAINERS file
  ` [PATCH 11/16] Remove the auto* based build systems
  ` [PATCH 12/16] Remove the ChangeLog files
  ` [PATCH 13/16] Remove Debian and RPM packaging files
  ` [PATCH 14/16] ibacm: Remove windows support files
  ` [PATCH 15/16] Remove README files in the provider directories
  ` [PATCH 16/16] Remove iwpmd/README

[RFC v2 00/11] QLogic RDMA Driver (qedr) RFC
 2016-09-21 19:53 UTC  (27+ messages)
` [RFC v2 01/12] qed: Add LL2
` [RFC v2 03/12] qedr: Add support for RoCE HW init
` [RFC v2 06/12] qedr: Add support for QP verbs
` [RFC v2 08/12] qedr: Add support for data path
  ` [RFC v2 02/12] qedr: Add RoCE driver framework
  ` [RFC v2 04/12] qedr: Add support for user context verbs
  ` [RFC v2 05/12] qedr: Add support for PD,PKEY and CQ verbs
  ` [RFC v2 07/12] qedr: Add support for memory registeration verbs
  ` [RFC v2 09/12] qedr: Add LL2 RoCE interface
  ` [RFC v2 10/12] qedr: Add GSI support
` [RFC v2 11/12] qedr: Add events support and register IB device
` [RFC v2 12/12] IB/core: add a protection to ib_get_dma_mr

[RFCv2 00/15] RFCv2: Consolidated userspace RDMA library repo
 2016-09-21 17:21 UTC  (11+ messages)

[PATCH v3 0/9] SELinux support for Infiniband RDMA
 2016-09-21 16:16 UTC  (22+ messages)

[PATCHv12 1/3] rdmacg: Added rdma cgroup controller
 2016-09-21 16:02 UTC  (18+ messages)

[RFC] IB/mad: Eliminate redundant SM class version defines for OPA
 2016-09-21 14:41 UTC 

[PATCH 1/3] IB/device: Convert ib-comp-wq to be CPU-bound
 2016-09-21  7:52 UTC  (2+ messages)

[PATCH rdma-next V1 0/8] Export vendors specific ABIs
 2016-09-20 22:38 UTC  (7+ messages)
` [PATCH rdma-next V1 2/8] IB/cxgb3: Move user vendor structures
` [PATCH rdma-next V1 3/8] IB/cxgb4: "

[PATCH for-next 00/20] IB/hns: Fixes for various misc. bugs
 2016-09-20 17:49 UTC  (15+ messages)
` [PATCH for-next 03/20] IB/hns: Add the check for pointer ctrl
` [PATCH for-next 12/20] IB/hns: Return bad wr while post send failed
` [PATCH for-next 18/20] IB/hns: Update the rq head when modify qp state
` [PATCH for-next 20/20] IB/hns: Delete the redundant lines in hns_roce_v1_m_qp()

[RFC 02/11] Add RoCE driver framework
 2016-09-20 17:03 UTC  (13+ messages)

[PATCH V2 for-next 00/19] IB/hns: Fixes for various misc. bugs
 2016-09-20 16:07 UTC  (20+ messages)
` [PATCH V2 for-next 01/19] IB/hns: Remove unused parameters in some functions
` [PATCH V2 for-next 02/19] IB/hns: Remove parameters of resize cq
` [PATCH V2 for-next 03/19] IB/hns: Fix bug of using uninit refcount and free
  ` [PATCH V2 for-next 04/19] IB/hns: Simplify function of pd alloc and qp alloc
  ` [PATCH V2 for-next 14/19] IB/hns: Validate mtu when modified qp
` [PATCH V2 for-next 05/19] IB/hns: Remove unused parameter named qp_type
` [PATCH V2 for-next 06/19] IB/hns: Fix bug of clear hem
` [PATCH V2 for-next 07/19] IB/hns: Delete the sqp_start from the structure hns_roce_caps
` [PATCH V2 for-next 08/19] IB/hns: Optimize code of aeq and ceq interrupt handle and fix the bug of qpn
` [PATCH V2 for-next 09/19] IB/hns: Modify the init of iboe lock
` [PATCH V2 for-next 10/19] IB/hns: Fix bug of memory leakage for registering user mr
` [PATCH V2 for-next 11/19] IB/hns: Return bad wr while post send failed
` [PATCH V2 for-next 12/19] IB/hns: The Ack timeout need a lower limit value
` [PATCH V2 for-next 13/19] IB/hns: Some items of qpc need to take user param
` [PATCH V2 for-next 15/19] IB/hns: Cq has not been freed
` [PATCH V2 for-next 16/19] IB/hns: Update the rq head when modify qp state
` [PATCH V2 for-next 17/19] IB/hns: Fix the bug when platform_get_resource() exec fail
` [PATCH V2 for-next 18/19] IB/hns: Delete the redundant lines in hns_roce_v1_m_qp()
` [PATCH V2 for-next 19/19] IB/hns: Fix for removal of redundant code

[PATCH libibverbs v3 0/3] SIF related libibverbs patches
 2016-09-20 15:51 UTC  (10+ messages)
  ` [PATCH libibverbs v3 1/3] Add new call ibv_cmd_create_ah_ex which supports extra parameters
  ` [PATCH libibverbs v3 2/3] Add padding to get proper end alignment of ibv_reg_mr_resp
  ` [PATCH libibverbs v3 3/3] Provide remote XRC SRQ number in kernel post_send

[PATCH v2 perftest] Support for Chelsio T6 devices
 2016-09-20 14:16 UTC 

[PATCH] Support for Chelsio T6 devices
 2016-09-20 14:12 UTC  (3+ messages)

[PATCH] rdma_rxe: Ensure rdma_rxe module init occurs at correct time
 2016-09-20 13:59 UTC  (4+ messages)

[PATCH libibverbs v2 0/3] SIF related libibverbs patches
 2016-09-20 13:38 UTC  (19+ messages)
` [PATCH libibverbs v2 1/3] Add new call ibv_cmd_create_ah_ex which supports extra parameters
` [PATCH libibverbs v2 3/3] Provide remote XRC SRQ number in kernel post_send

[PATCH v4 00/16] Add Paravirtual RDMA Driver
 2016-09-20 13:37 UTC  (14+ messages)
` [PATCH v4 01/16] vmxnet3: Move PCI Id to pci_ids.h
` [PATCH v4 09/16] IB/pvrdma: Add support for Completion Queues

VERBOSE flags
 2016-09-20 12:30 UTC  (10+ messages)

[PATCH v2 0/8] SIF related verbs patches
 2016-09-20 11:02 UTC  (4+ messages)
` [PATCH v2 5/8] ib_uverbs: Add padding to end align ib_uverbs_reg_mr_resp

[RFCv2 00/15] RFCv2: Consolidated userspace RDMA library repo
 2016-09-19 22:54 UTC  (13+ messages)

update rdma-plumbing Documentation
 2016-09-19 20:59 UTC  (13+ messages)
  ` [PATCH 1/9] add reporting bugs and submitting patches sections to README.md
  ` [PATCH 2/9] remove empty documentation files
  ` [PATCH 3/9] remove README files in the provider directories
  ` [PATCH 4/9] move rxe documentation to Documentation/
  ` [PATCH 5/9] move libibverbs "
  ` [PATCH 6/9] move libibcm "
  ` [PATCH 7/9] move librdmacm "
  ` [PATCH 8/9] move srp_daemon "
  ` [PATCH 9/9] remove iwpmd/README

[PATCH v2] ibacm: Handle EP expiration time
 2016-09-19 17:28 UTC 

[PATCH] ibacm: Handle EP expiration time
 2016-09-19 16:50 UTC  (6+ messages)

move unsafe global rkey handling to the RDMA core V2
 2016-09-19 15:54 UTC  (2+ messages)

[PATCH 00/28] Patches for userspace
 2016-09-19 15:02 UTC  (7+ messages)
` [PATCH 09/28] mlx5: Fix gcc 6.4 uninitialized variable warning

[PATCH 0/2] cxgb4 FR_NSMR_TPTE_WR support
 2016-09-19 14:29 UTC  (8+ messages)
` [PATCH 2/2] iw_cxgb4: add fast-path for small REG_MR operations

[PATCH] IB/rxe: avoid putting a large struct rxe_qp on stack
 2016-09-19 13:28 UTC  (2+ messages)

[PATCH v1] ibacm: Handle EP expiration time
 2016-09-19 13:21 UTC  (3+ messages)

[RFC 00/11] QLogic RDMA Driver (qedr) RFC
 2016-09-19  9:00 UTC  (7+ messages)
` [RFC 03/11] Add support for RoCE HW init
` [RFC 06/11] Add support for QP verbs

[PATCH net-next] chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD's
 2016-09-19  5:38 UTC  (2+ messages)

[PATCH rdma-next V1 0/5] mlx5 IB RoCE LAG
 2016-09-18 17:48 UTC  (6+ messages)
  ` [PATCH rdma-next V1 1/5] IB/mlx5: Port events in RoCE now rely on netdev events
  ` [PATCH rdma-next V1 2/5] IB/mlx5: Merge vports flow steering during LAG
  ` [PATCH rdma-next V1 3/5] IB/mlx5: Port status track LAG master, when LAG is active
  ` [PATCH rdma-next V1 4/5] IB/mlx5: Set unique device name on LAG
  ` [PATCH rdma-next V1 5/5] IB/mlx5: LAG QP load balancing

[RFCv2 00/15] RFCv2: Consolidated userspace RDMA library repo
 2016-09-18 17:04 UTC  (15+ messages)


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