linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-07 16:12:27 to 2016-07-15 10:35:56 UTC [more...]

[PATCH 00/14] Present useful limits to user (v2)
 2016-07-15 10:35 UTC  (2+ messages)
` [PATCH 09/14] resource limits: track highwater mark of locked memory

[PATCH v2 0/9] SELinux support for Infiniband RDMA
 2016-07-15  9:06 UTC  (11+ messages)
` [PATCH v2 4/9] IB/core: Enforce security on management datagrams
  ` [PATCH v2 1/9] IB/core: IB cache enhancements to support Infiniband security
  ` [PATCH v2 2/9] IB/core: Enforce PKey security on QPs
  ` [PATCH v2 3/9] selinux lsm IB/core: Implement LSM notification system
  ` [PATCH v2 5/9] selinux: Create policydb version for Infiniband support
  ` [PATCH v2 6/9] selinux: Allocate and free infiniband security hooks
  ` [PATCH v2 7/9] selinux: Implement Infiniband PKey "Access" access vector
  ` [PATCH v2 9/9] selinux: Add a cache for quicker retreival of PKey SIDs
` [PATCH v2 8/9] selinux: Add IB Port SMP access vector

[patch] net/mlx5: missing error code in esw_create_offloads_fdb_table()
 2016-07-14 20:09 UTC  (10+ messages)
` [patch v2] "

[QUESTION] IB/ipoib: IB_DEVICE_UD_IP_CSUM & NETIF_F_SG
 2016-07-14 20:06 UTC  (2+ messages)

NVMe over RDMA latency
 2016-07-14 17:45 UTC  (7+ messages)

[PATCH] IB/ipoib: Skip napi_schedule if ib_poll_cq fails
 2016-07-14 17:34 UTC  (12+ messages)

[PATCH rdma-next] IB/rxe: Substitute ib to rdma in file names
 2016-07-14 17:17 UTC  (2+ messages)

[RFC ABI V1 0/8] SG-based RDMA ABI Proposal
 2016-07-14 17:00 UTC  (24+ messages)
` [RFC ABI V1 1/8] RDMA/core: Export RDMA IOCTL declarations
` [RFC ABI V1 2/8] RDMA/core: Move uobject code to separate files
` [RFC ABI V1 3/8] RDMA/core: Refactor IDR to be per-device
` [RFC ABI V1 4/8] RDMA/core: Add support for custom types
` [RFC ABI V1 7/8] RDMA/core: Change locking of ib_uobject

NFS/RDMA device removal support
 2016-07-14 16:55 UTC  (3+ messages)

[PULL REQUEST] Please pull rdma.git
 2016-07-14 13:45 UTC 

[PATCH rdma-next] IB/rxe: Substitute ib to rdma in file names
 2016-07-14  9:01 UTC  (2+ messages)

[PATCH v11 00/22] Add HiSilicon RoCE driver
 2016-07-14  5:35 UTC  (7+ messages)
` [PATCH v11 21/22] IB/hns: Kconfig and Makefile for RoCE module

Skip napi_schedule if ib_poll_cq fails (v2)
 2016-07-14  5:11 UTC  (5+ messages)
  ` [PATCH v2] IB/ipoib: Skip napi_schedule if ib_poll_cq fails

[PATCH v2 0/5] Reduce RDMA RW API SGE limit
 2016-07-14  0:26 UTC  (18+ messages)
` [PATCH v2 1/5] IB/core: Make rdma_rw_ctx_init() initialize all used fields
` [PATCH v2 2/5] IB/core, RDMA RW API: Do not exceed QP SGE send limit
` [PATCH v2 3/5] IB/srpt: Limit the number of SG elements per work request
` [PATCH v2 5/5] IB/isert: Remove an unused member variable

IB/hfi1: add driver files
 2016-07-13 16:27 UTC  (2+ messages)

crash on device removal
 2016-07-13 16:17 UTC  (9+ messages)

IB/ipoib: Skip napi_schedule if ib_poll_cq fails (v1)
 2016-07-13 15:15 UTC  (5+ messages)
  ` [PATCH v1] IB/ipoib: Skip napi_schedule if ib_poll_cq fails

[PATCH for-next] IB/mlx5: Fix port counter ID association to QP offset
 2016-07-13 14:09 UTC  (2+ messages)

[PATCH v6 00/46] dma-mapping: Use unsigned long for dma_attrs
 2016-07-13 12:29 UTC  (10+ messages)
                                  ` [PATCH v6 17/46] infiniband: "
                                      ` [PATCH v6.1] "
                                      ` [PATCH v6.2] "

NVMe over Fabrics target implementation V2
 2016-07-13  9:38 UTC  (3+ messages)

[PATCH for-next 0/2] uverbs and mlx5 fixes for 4.8
 2016-07-13  9:36 UTC  (3+ messages)
` [PATCH for-next 2/2] IB/mlx5: Fix iteration overrun in GSI qps

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

[PATCH 00/12] SELinux support for Infiniband RDMA
 2016-07-12 20:28 UTC  (5+ messages)
` [PATCH 05/12] selinux: Implement Infiniband PKey "Access" access vector

[PATCH for-next 0/8] i40iw fixes
 2016-07-12 16:48 UTC  (9+ messages)
  ` [PATCH for-next 1/8] i40iw: Fix return codes
  ` [PATCH for-next 2/8] i40iw: Correct and use size parameter to i40iw_reg_phys_mr
  ` [PATCH for-next 3/8] i40iw: Do not access pointer after free
  ` [PATCH for-next 4/8] i40iw: Remove unnecessary parameter to i40iw_cq_poll_completion
  ` [PATCH for-next 5/8] i40iw: Simplify code to set fragments in SQ WQE
  ` [PATCH for-next 6/8] i40iw: Remove unnecessary check for moving CQ head
  ` [PATCH for-next 7/8] i40iw: Change dup_ack_thresh to u8
  ` [PATCH for-next 8/8] i40iw: Add NULL check for puda buffer

crash on device removal
 2016-07-12 16:38 UTC 

[PATCH v3] IB core: Add port_xmit_wait counter
 2016-07-12 15:29 UTC  (9+ messages)
              ` [PATCH v3] IB core: Add port_xmit_wait counters

[PATCH 1/1] i40iw: do not print unitialized variables in error message
 2016-07-12 14:59 UTC  (2+ messages)

[PATCH for-4.7] i40iw: Enable remote access rights for stag allocation
 2016-07-12 14:59 UTC  (3+ messages)

[PATCH 0/2] IB/hfi1: Fixes for 4.7 rc-6
 2016-07-12 14:58 UTC  (2+ messages)

[PATCH rdma-next 0/2] IB/rxe: Replace in kernel memory registration support
 2016-07-12 14:55 UTC  (2+ messages)

[PATCH rdma-next] IB/rxe: Trivial coding style fix
 2016-07-12 14:55 UTC  (4+ messages)

[PATCH rdma-next] IB/rxe: Simplify rxe_init_ports logic
 2016-07-12 14:54 UTC  (3+ messages)

[PATCH v3 2/2] IB/hfi1: Fix sleep inside atomic issue in init_asic_data
 2016-07-12 14:51 UTC  (2+ messages)

Any progress on horrible IPoIB perf with kernel 4.5+?
 2016-07-12 14:25 UTC  (2+ messages)

[PATCH v5 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-07-12 12:19 UTC  (3+ messages)

[PATCH -next] IB/mlx5: Fix duplicate const warning
 2016-07-12 12:17 UTC  (2+ messages)

[ANNOUNCE] Open Fabrics Verbs Working Group (OFVWG) meeting tomorrow - 7/12/2016 at 11:00PDT
 2016-07-11 18:38 UTC 

[RFC 0/7] netlink: Add allocation flag to netlink_unicast()
 2016-07-09  3:54 UTC  (8+ messages)
` [RFC 5/7] net: Add allocation flag to rtnl_unicast()

Resurrecting due to huge ipoib perf regression - [BUG] skb corruption and kernel panic at forwarding with fragmentation
 2016-07-08 21:17 UTC  (8+ messages)

[PATCH] IB core sysfs: Add port_xmit_wait_counter V2
 2016-07-08 14:58 UTC  (5+ messages)

NVMe over Fabrics RDMA transport drivers V2
 2016-07-08 14:40 UTC  (13+ messages)
` [PATCH 1/5] blk-mq: Introduce blk_mq_reinit_tagset
` [PATCH 2/5] nvme: add new reconnecting controller state
` [PATCH 3/5] nvme-rdma.h: Add includes for nvme rdma_cm negotiation
` [PATCH 4/5] nvmet-rdma: add a NVMe over Fabrics RDMA target driver
` [PATCH 5/5] nvme-rdma: add a NVMe over Fabrics RDMA host driver

[PATCH] Add transactions per second to latency tests
 2016-07-07 16:12 UTC  (2+ 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).