public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-06 11:37:26 to 2016-09-12 06:55:28 UTC [more...]

[PATCH rdma-rc v1] IB/ipoib: Don't allow MC joins during light MC flush
 2016-09-12  6:55 UTC 

[PATCH] IB/mlx5: Fix decision to avoid using MAD_IFC command in ISSI > 0 mode
 2016-09-12  6:46 UTC  (13+ messages)

[PATCHv12 0/3] rdmacg: IB/core: rdma controller support
 2016-09-12  5:07 UTC  (24+ messages)
` [PATCHv12 1/3] rdmacg: Added rdma cgroup controller

[PATCH 00/26] constify local structures
 2016-09-12  4:59 UTC  (7+ messages)
` [PATCH 07/26] net/mlx4_core: "
  ` [PATCH 09/26] i40iw: "

[PATCH] IB/rdmavt: free the userspace memory region with kfree instead of vfree
 2016-09-12  4:52 UTC  (2+ messages)

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

[PATCH rdma-rc] IB/ipoib: Don't allow MC joins during light MC flush
 2016-09-11 15:40 UTC  (2+ messages)

RFCv3: Consolidated userspace RDMA library repo
 2016-09-11 12:53 UTC  (11+ messages)

RFC: CQ pools and implicit CQ resource allocation
 2016-09-11  6:44 UTC  (9+ messages)
  ` [PATCH 1/6] IB/core: add implicit CQ allocation
  ` [PATCH 2/6] nvmet-rdma: use "
  ` [PATCH 3/6] IB/isert: "
  ` [PATCH 4/6] IB/srpt: "
  ` [PATCH 5/6] IB/iser: "
  ` [PATCH 6/6] nvme-rdma: "

[PATCH for-next 0/8] Bug Fixes and Code Improvement in HNS driver
 2016-09-10  4:09 UTC  (9+ messages)
` [PATCH for-next 1/8] net: hns: fix port unavailable after hnae_reserve_buffer_map fail
` [PATCH for-next 2/8] net: hns: bug fix about setting coalsecs-usecs to 0
` [PATCH for-next 3/8] net: hns: add fini_process for v2 napi process
` [PATCH for-next 5/8] net: hns: fix port not available after testing loopback
` [PATCH for-next 6/8] net: hns: fix the bug of forwarding table
` [PATCH for-next 7/8] net: hns: bug fix about broadcast/multicast packets
  ` [PATCH for-next 4/8] net: hns: delete repeat read fbd num after while
  ` [PATCH for-next 8/8] net: hns: delete redundant broadcast packet filter process

[PATCH 0/9] SIF related verbs patches
 2016-09-09 14:24 UTC  (15+ messages)
` [PATCH 1/9] ib_mad: incoming sminfo SMPs gets discarded if no process_mad function is registered
` [PATCH 9/9] ib_verbs: Add a new qp create flag to request features for Ethernet over IB

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

[PATCH v3 0/9] SELinux support for Infiniband RDMA
 2016-09-08 19:35 UTC  (26+ messages)

[PATCH v3 00/15] Add Paravirtual RDMA Driver
 2016-09-08 18:56 UTC  (37+ messages)
` [PATCH v3 01/15] IB/pvrdma: Add user-level shared functions
` [PATCH v3 02/15] IB/pvrdma: Add virtual device RDMA structures
` [PATCH v3 04/15] IB/pvrdma: Add functions for Verbs support
` [PATCH v3 06/15] IB/pvrdma: Add helper functions
` [PATCH v3 08/15] IB/pvrdma: Add support for Completion Queues
` [PATCH v3 10/15] IB/pvrdma: Add support for memory regions
` [PATCH v3 11/15] IB/pvrdma: Add Queue Pair support
` [PATCH v3 12/15] IB/pvrdma: Add the main driver module for PVRDMA

[PATCH rdma-next V2 6/6] RDMA/core: Unify style of IOCTL commands
 2016-09-08 13:48 UTC  (16+ messages)

[RFCv2 00/15] RFCv2: Consolidated userspace RDMA library repo
 2016-09-08  8:20 UTC  (31+ messages)

[PATCH 00/28] Patches for userspace
 2016-09-07 18:05 UTC  (18+ messages)
` [PATCH 02/28] Include pthreads in the provider libraries
` [PATCH 03/28] Be explicit about _GNU_SOURCE
` [PATCH 04/28] cxgb3/4: Display correct version number in error message
` [PATCH 15/28] umad: Include umad.h in the canonical way
` [PATCH 16/28] umad: Fix incorrect arguments to umad_register2 in tests
` [PATCH 24/28] Fix gcc 5.4, clang 3.6 warnings about unused objects
` [PATCH 25/28] Avoid gcc 5.4 warning -Wtype-limits

[PATCH rdma-rc V1 0/4] RXE fixes for 4.8
 2016-09-07 16:02 UTC  (15+ messages)
  ` [PATCH rdma-rc V1 1/4] IB/rxe: Fix kernel panic in udp_setup_tunnel
  ` [PATCH rdma-rc V1 2/4] IB/rxe: Fix duplicate atomic request handling
  ` [PATCH rdma-rc V1 3/4] IB/rxe: Fix race condition between requester and completer
  ` [PATCH rdma-rc V1 4/4] IB/rxe: Fix kmem_cache leak

[PATCH rdma-next 0/3] Add packet pacing support for IB verbs
 2016-09-07 13:04 UTC  (2+ messages)

[PATCH rdma-next V3 0/6] Refactor RDMA IOCTL declarations
 2016-09-07  7:01 UTC  (4+ messages)
` [PATCH rdma-next V3 6/6] RDMA/core: Unify style of IOCTL commands

[PULL REQUEST] Please pull rdma.git
 2016-09-06 18:09 UTC 

[PATCH/libmlx4] Return failure if asked to resize CQ to fewer than outstanding entries
 2016-09-06 14:00 UTC  (2+ messages)

[PATCH for-next 00/13] IB/rdmavt/qib/hfi1/core: First round for 4.9
 2016-09-06 11:37 UTC  (3+ messages)
  ` [PATCH for-next 12/13] IB/rdmavt: Add qp init function
  ` [PATCH for-next 13/13] IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debug


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