public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-15 18:10:49 to 2016-11-22 19:40:36 UTC [more...]

[PATCH v5 0/9] SELinux support for Infiniband RDMA
 2016-11-22 19:40 UTC  (8+ messages)
` [PATCH v5 1/9] IB/core: IB cache enhancements to support Infiniband security
  ` [PATCH v5 2/9] IB/core: Enforce PKey security on QPs
  ` [PATCH v5 3/9] selinux lsm IB/core: Implement LSM notification system
  ` [PATCH v5 4/9] IB/core: Enforce security on management datagrams
` [PATCH v5 5/9] selinux: Create policydb version for Infiniband support
` [PATCH v5 6/9] selinux: Allocate and free infiniband security hooks
` [PATCH v5 7/9] selinux: Implement Infiniband PKey "Access" access vector

[PATCH v2 00/11] IB/core: Add 32 bit LID support
 2016-11-22 19:38 UTC  (12+ messages)
  ` [PATCH v2 01/11] IB/core: Add rdma_cap_opa_ah to expose opa address handles
  ` [PATCH v2 02/11] IB/core: Change port_attr.sm_lid from 16 to 32 bits
  ` [PATCH v2 03/11] IB/core: Change ah_attr.dlid "
  ` [PATCH v2 04/11] IB/core: Change port_attr.lid size "
  ` [PATCH v2 05/11] IB/core: Change wc.slid "
  ` [PATCH v2 06/11] IB/mad: Ensure DR MADs are correctly specified when using OPA devices
  ` [PATCH v2 07/11] IB/mad: Change slid in RMPP recv from 16 to 32 bits
  ` [PATCH v2 08/11] IB/SA: Program extended LID in SM Address handle
  ` [PATCH v2 09/11] IB/IPoIB: Retrieve 32 bit LIDs from path records when running on OPA devices
  ` [PATCH v2 10/11] IB/IPoIB: Modify ipoib_get_net_dev_by_params to lookup gid table
  ` [PATCH v2 11/11] IB/srpt: Increase lid and sm_lid to 32 bits

Enabling peer to peer device transactions for PCIe devices
 2016-11-22 18:59 UTC  (3+ messages)

[RFC] Avoid running out of local port in RDMA_CM
 2016-11-22 18:04 UTC  (4+ messages)

[PATCH 1/7] IB/rxe: Allocate enough space for an IPv6 addr
 2016-11-22 17:14 UTC  (11+ messages)
  ` [PATCH 2/7] IB/rxe: Advance the consumer pointer before posting the CQE
  ` [PATCH 3/7] IB/rxe: Don't update the response PSN unless it's going forwards
  ` [PATCH 4/7] IB/rxe: Unblock loopback by moving skb_out increment
  ` [PATCH 5/7] IB/rxe: Add support for zero-byte operations
  ` [PATCH 6/7] IB/rxe: Avoid missed completions in the CM/MAD
  ` [PATCH 7/7] IB/rxe: Fix ref leaks in duplicate_request() and rxe_create_qp()

[RFC 00/10] HFI Virtual Network Interface Controller (VNIC)
 2016-11-22 17:04 UTC  (18+ messages)
  ` [RFC 01/10] IB/hfi-vnic: Virtual Network Interface Controller (VNIC) documentation
  ` [RFC 02/10] IB/hfi-vnic: Virtual Network Interface Controller (VNIC) Bus driver
  ` [RFC 03/10] IB/hfi-vnic: Virtual Network Interface Controller (VNIC) netdev driver
  ` [RFC 04/10] IB/hfi-vnic: VNIC Ethernet Management (EM) structure definitions
  ` [RFC 07/10] IB/hfi-vnic: VNIC Ethernet Management Agent (VEMA) interface
  ` [RFC 08/10] IB/hfi-vnic: VNIC Ethernet Management Agent (VEMA) driver
  ` [RFC 10/10] IB/hfi1: VNIC SDMA support
` [RFC 05/10] IB/hfi-vnic: VNIC statistics support
` [RFC 06/10] IB/hfi-vnic: VNIC MAC table support
` [RFC 09/10] IB/hfi1: Virtual Network Interface Controller (VNIC) support

[PATCH 0/3] Address three Coverity complaints about RDMA code
 2016-11-22 16:48 UTC  (10+ messages)
  ` [PATCH 1/3] IB/mad: Fix an array index check
  ` [PATCH 2/3] IPoIB: Avoid reading an uninitialized member variable
  ` [PATCH 3/3] IB/multicast: Check ib_find_pkey() return value

[PATCH] i40iw: Fix incorrect assignment of SQ head
 2016-11-22 15:44 UTC 

[PATCH v5 0/9] infiniband: Remove semaphores
 2016-11-21 22:51 UTC  (18+ messages)
` [PATCH v5 1/9] IB/core: iwpm_nlmsg_request: Replace semaphore with completion
` [PATCH v5 2/9] IB/core: Replace semaphore sm_sem with an atomic wait
  ` [PATCH v5 3/9] IB/hns: Replace semaphore poll_sem with mutex
` [PATCH v5 4/9] IB/mthca: "
` [PATCH v5 5/9] IB/isert: Replace semaphore sem with completion
` [PATCH v5 6/9] IB/hns: Replace counting semaphore event_sem with wait_event
` [PATCH v5 7/9] IB/mthca: "
` [PATCH v5 8/9] IB/mlx5: Add helper mlx5_ib_post_send_wait
` [PATCH v5 9/9] IB/mlx5: Replace semaphore umr_common:sem with wait_event

[PATCH 0/5] IB/srp patches for kernel v4.10
 2016-11-21 21:58 UTC  (6+ messages)
  ` [PATCH 1/5] IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n build
  ` [PATCH 2/5] IB/srp: Introduce a local variable in srp_add_one()
  ` [PATCH 3/5] IB/srp: Make login failures easier to debug
  ` [PATCH 4/5] IB/srp: Make mapping "
  ` [PATCH 5/5] IB/srp: Make writing into the add_target sysfs attribute interruptible

[PATCH for-next 00/11] Code improvements & fixes for HNS RoCE driver
 2016-11-21 20:20 UTC  (8+ messages)
` [PATCH for-next 03/11] IB/hns: Optimize the logic of allocating memory using APIs

[PATCH v2] infiniband: remove WARN that is not kernel bug
 2016-11-21 17:38 UTC  (8+ messages)

[PATCH v6 00/16] Add Paravirtual RDMA Driver
 2016-11-21 15:51 UTC  (3+ messages)
` [PATCH v6 12/16] IB/pvrdma: Add Queue Pair support

[PATCH] infiniband: remove WARN that is not kernel bug
 2016-11-21 10:19 UTC  (4+ messages)

[PATCH rdma-core] rxe: Remove perl::switch module dependancy
 2016-11-20 14:33 UTC  (2+ messages)

[PULL REQUEST] Please pull rdma.git
 2016-11-20 12:53 UTC  (9+ messages)

[PATCH V2] i40iw: Convert page_size to encoded value
 2016-11-20  2:26 UTC 

[PATCH] infiniband: hw: hfi1: constify mmu_notifier_ops structure
 2016-11-19  9:47 UTC 

[PATCH net-next] cxgb4: Allocate Tx queues dynamically
 2016-11-18 19:04 UTC  (2+ messages)

lening bieden
 2016-11-18 17:56 UTC 

[PATCH v2 00/10] Server-side NFS/RDMA patches proposed for v4.10
 2016-11-18 15:11 UTC  (11+ messages)
  ` [PATCH v2 01/10] svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit arm
  ` [PATCH v2 02/10] svcauth_gss: Close connection when dropping an incoming message
  ` [PATCH v2 03/10] svcrdma: Renovate sendto chunk list parsing
  ` [PATCH v2 04/10] svcrdma: Remove BH-disabled spin locking in svc_rdma_send()
  ` [PATCH v2 05/10] svcrdma: Remove DMA map accounting
  ` [PATCH v2 06/10] svcrdma: Remove svc_rdma_op_ctxt::wc_status
  ` [PATCH v2 07/10] svcrdma: Remove unused variables in xprt_rdma_bc_allocate()
  ` [PATCH v2 08/10] svcrdma: Remove unused variable in rdma_copy_tail()
  ` [PATCH v2 09/10] svcrdma: Break up dprintk format in svc_rdma_accept()
  ` [PATCH v2 10/10] svcrdma: Further clean-up of svc_rdma_get_inv_rkey()

[PATCH v2 00/12] client-side NFS/RDMA patches proposed for v4.10
 2016-11-18 15:00 UTC  (13+ messages)
  ` [PATCH v2 01/12] xprtrdma: Cap size of callback buffer resources
  ` [PATCH v2 02/12] xprtrdma: Make FRWR send queue entry accounting more accurate
  ` [PATCH v2 03/12] xprtrdma: Support for SG_GAP devices
  ` [PATCH v2 04/12] SUNRPC: Proper metric accounting when RPC is not transmitted
  ` [PATCH v2 05/12] xprtrdma: Address coverity complaint about wait_for_completion()
  ` [PATCH v2 06/12] xprtrdma: Avoid calls to ro_unmap_safe()
  ` [PATCH v2 07/12] xprtrdma: Refactor FRMR invalidation
  ` [PATCH v2 08/12] xprtrdma: Update documenting comment
  ` [PATCH v2 09/12] xprtrdma: Squelch "max send, max recv" messages at connect time
  ` [PATCH v2 10/12] xprtrdma: Shorten QP access error message
  ` [PATCH v2 11/12] xprtrdma: Update dprintk in rpcrdma_count_chunks
  ` [PATCH v2 12/12] xprtrdma: Relocate connection helper functions

[PATCH rdma-rc] IB/IPoIB: Remove can't use GFP_NOIO warning
 2016-11-18 10:34 UTC  (3+ messages)

[PATCH v4 00/10] infiniband: Remove semaphores
 2016-11-18  9:10 UTC  (6+ messages)
` [PATCH v4 05/10] IB/isert: Replace semaphore sem with completion

Целевые клиентские базы Skype: prodawez390 Whatsapp: +79139230330 Viber: +79139230330 Telegram: +79139230330 Email: prodawez391@gmail.com
 2016-11-18  2:05 UTC 

[PATCH rdma-rc 0/6] IB core fixes for 4.9
 2016-11-17 22:41 UTC  (4+ messages)
` [PATCH rdma-rc 5/6] IB/core: Save QP in ib_flow structure

[PATCH rdma-rc 00/12] First round of mlx5 fixes for 4.9
 2016-11-17 22:38 UTC  (5+ messages)
` [PATCH rdma-rc 10/12] IB/mlx5: Fix reported max SGE calculation
` [PATCH rdma-rc 12/12] IB/mlx5: Limit mkey page size to 2GB

NFSD generic R/W API (sendto path) performance results
 2016-11-17 20:42 UTC  (10+ messages)

rdma-core release process questions
 2016-11-17 18:21 UTC  (4+ messages)

[PATCH rdma-next 0/4] Add packet pacing support for IB verbs
 2016-11-17 18:15 UTC  (2+ messages)

[patch] IB/rxe: Remove unneeded cast in rxe_srq_from_attr()
 2016-11-17 16:38 UTC  (5+ messages)

mlx4 BUG_ON in probe path
 2016-11-17 10:22 UTC  (2+ messages)

[PATCH rdma-core] ccan: Add likely implementation
 2016-11-17  8:30 UTC  (3+ messages)

Configuration of cq->cqe is lower than entries by 1
 2016-11-16 10:05 UTC  (5+ messages)

[PATCH rdma-rc 0/5] RXE fixes for 4.9
 2016-11-16  8:39 UTC  (6+ messages)
  ` [PATCH rdma-rc 1/5] IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksum
  ` [PATCH rdma-rc 2/5] IB/rxe: Fix handling of erroneous WR
  ` [PATCH rdma-rc 3/5] IB/rxe: Increase max number of completions to 32k
  ` [PATCH rdma-rc 4/5] IB/rxe: Clear queue buffer when modifying QP to reset
  ` [PATCH rdma-rc 5/5] IB/rxe: Update qp state for user query

libhns: userspace library for hns
 2016-11-16  7:58 UTC 

LPC RDMA Workshop 2016 Summary
 2016-11-16  6:19 UTC 

suspicious rcu_dereference_protected() usage in mlx4 when tearing down an interface
 2016-11-15 20:19 UTC  (2+ messages)

4.9 cxgb4 patches
 2016-11-15 20:16 UTC 

[PATCH V2 for-next 00/11] Code improvements & fixes for HNS RoCE driver
 2016-11-15 18:10 UTC  (6+ messages)
  ` [PATCH V2 for-next 07/11] IB/hns: Modify the macro for the timeout when cmd process
  ` [PATCH V2 for-next 08/11] IB/hns: Modify query info named port_num when querying RC QP
` [PATCH V2 for-next 09/11] IB/hns: Change qpn allocation to round-robin mode
` [PATCH V2 for-next 10/11] IB/hns: Implement the add_gid/del_gid and optimize the GIDs management
` [PATCH V2 for-next 11/11] IB/hns: Fix for Checkpatch.pl comment style errors


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