public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-01 17:31:39 to 2017-11-06 16:57:26 UTC [more...]

[PATCH rdma-core 0/5] Perform package tests in Travis CI
 2017-11-06 16:57 UTC  (35+ messages)
  ` [PATCH rdma-core 1/5] cbuild: Add udev dependency to package list of SuSE Leap
  ` [PATCH rdma-core 2/5] cbuild: Properly create tarball for SuSE
  ` [PATCH rdma-core 3/5] travis: Add RedHat and SuSE rpmbuild support
  ` [PATCH rdma-core 4/5] buildlib/cbuild: Add Ubuntu artful
  ` [PATCH rdma-core 5/5] travis: Test Debian packaging under Artful container

[PATCH rdma-core v1 0/3] Perform package tests in Travis CI
 2017-11-06 16:50 UTC  (7+ messages)
  ` [PATCH rdma-core v1 1/3] travis: Add RedHat and SuSE rpmbuild support
  ` [PATCH rdma-core v1 2/3] buildlib/cbuild: Add Ubuntu artful
  ` [PATCH rdma-core v1 3/3] travis: Test Debian packaging under artful container

[PATCH 0/4] bnxt_re: Bug fixes
 2017-11-06 16:07 UTC  (5+ messages)
  ` [PATCH 1/4] RDMA/bnxt_re: Add memory barriers when processing CQ/EQ entries
  ` [PATCH 2/4] RDMA/bnxt_re: Set QP state in case of response completion errors
  ` [PATCH 3/4] RDMA/bnxt_re: Flush CQ notification Work Queue before destroying QP
  ` [PATCH 4/4] RDMA/bnxt_re: synchronize poll_cq and req_notify_cq verbs

[PATCH] svcrdma: Enqueue after setting XPT_CLOSE in completion handlers
 2017-11-06 15:36 UTC  (5+ messages)

[PATCH for-next 00/11] IB/hfi1: Driver fixes for 11/6/2017
 2017-11-06 14:39 UTC  (12+ messages)
  ` [PATCH for-next 01/11] IB/hfi1: Allow MgmtAllowed on B2B setups
  ` [PATCH for-next 02/11] IB/hfi1: Reduce 8051 command timeout
  ` [PATCH for-next 03/11] IB/hfi1: Remove wrapper function in mmu_rb
  ` [PATCH for-next 04/11] IB/hfi1: Fix a wrapping test to insure the correct timeout
  ` [PATCH for-next 05/11] IB/hfi1: Remove unnecessary if check
  ` [PATCH for-next 06/11] IB/hfi1: Do not allocate PIO send contexts for VNIC
  ` [PATCH for-next 07/11] IB/hfi1: Prohibit invalid Init to Armed state transition
  ` [PATCH for-next 08/11] IB/hfi1: Send 'reboot' as planned down remote reason
  ` [PATCH for-next 09/11] IB/core: Convert OPA AH to IB for Extended LIDs only
  ` [PATCH for-next 10/11] IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entry
  ` [PATCH for-next 11/11] IB/hfi1: Handle initial value of 0 for CCTI setting

[PATCH] IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkey
 2017-11-06 14:35 UTC 

[PATCH for-next] iw_cxgb4: remove BUG_ON() usage
 2017-11-06 14:23 UTC  (2+ messages)

[PATCH v1] IB/core: Make function rdma_copy_addr return void
 2017-11-06 11:49 UTC 

[PATCH] IB/core: Make function rdma_copy_addr return void
 2017-11-06 10:36 UTC  (3+ messages)

[PATCH rdma-core] verbs: Do not block QP attr_masks used by older kernels
 2017-11-06  5:20 UTC  (4+ messages)

[PATCH rdma-core 0/3] Bugfixes for hip08 libhns
 2017-11-06  2:09 UTC  (10+ messages)
` [PATCH rdma-core 3/3] libhns: Fix endian format of payload and immediate

[PATCH] net/mlx5e/core/en_fs: fix pointer dereference after free in mlx5e_execute_l2_action
 2017-11-06  0:45 UTC  (3+ messages)

[Patch v5 00/21] CIFS: Implement SMB Direct protocol
 2017-11-05 19:19 UTC  (12+ messages)
` [Patch v5 02/21] CIFS: SMBD: Establish SMB Direct connection
` [Patch v5 08/21] CIFS: SMBD: Upper layer reconnects to SMB Direct session
` [Patch v5 19/21] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O

[PATCH rdma-core] suse: Bump OpenSUSE version to 42.3
 2017-11-05 13:30 UTC  (2+ messages)

[PATCH rdma-core] librdmacm: Remove unneeded condition
 2017-11-05 13:27 UTC  (8+ messages)

[RFC] Vendor-specific QPs
 2017-11-05  7:25 UTC  (3+ messages)

[Patch v6 00/22] CIFS: Implement SMB Direct protocol
 2017-11-05  5:44 UTC  (23+ messages)
` [Patch v6 01/22] CIFS: SMBD: Add parameter rdata to smb2_new_read_req
` [Patch v6 02/22] CIFS: SMBD: Introduce kernel config option CONFIG_CIFS_SMB_DIRECT
` [Patch v6 03/22] CIFS: SMBD: Add rdma mount option
` [Patch v6 04/22] CIFS: SMBD: Add SMB Direct protocol initial values and constants
  ` [Patch v6 05/22] CIFS: SMBD: Establish SMB Direct connection
  ` [Patch v6 06/22] CIFS: SMBD: export protocol initial values
  ` [Patch v6 07/22] CIFS: SMBD: Implement function to create a SMB Direct connection
  ` [Patch v6 08/22] CIFS: SMBD: Upper layer connects to SMBDirect session
  ` [Patch v6 10/22] CIFS: SMBD: Upper layer reconnects to SMB Direct session
  ` [Patch v6 11/22] CIFS: SMBD: Implement function to destroy a SMB Direct connection
  ` [Patch v6 12/22] CIFS: SMBD: Upper layer destroys SMB Direct session on shutdown or umount
  ` [Patch v6 14/22] CIFS: SMBD: Implement function to receive data via RDMA receive
  ` [Patch v6 15/22] CIFS: SMBD: Upper layer receives "
  ` [Patch v6 16/22] CIFS: SMBD: Implement function to send data via RDMA send
  ` [Patch v6 17/22] CIFS: SMBD: Upper layer sends "
  ` [Patch v6 18/22] CIFS: SMBD: Implement RDMA memory registration
  ` [Patch v6 19/22] CIFS: SMBD: Upper layer performs SMB write via RDMA read through "
  ` [Patch v6 20/22] CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O
  ` [Patch v6 21/22] CIFS: SMBD: Upper layer performs SMB read via RDMA write through memory registration
` [Patch v6 09/22] CIFS: SMBD: Implement function to reconnect to a SMB Direct transport
` [Patch v6 13/22] CIFS: SMBD: Set SMB Direct maximum read or write size for I/O
` [Patch v6 22/22] CIFS: SMBD: Add SMB Direct debug counters

【ask for help】
 2017-11-04  9:02 UTC  (3+ messages)

[PATCH 0/5] More SRP target patches for kernel v4.15
 2017-11-03 23:20 UTC  (6+ messages)
  ` [PATCH 1/5] IB/srpt: Post receive work requests after qp transition to INIT state
  ` [PATCH 2/5] IB/srpt: Introduce helper functions for SRQ allocation and freeing
  ` [PATCH 3/5] IB/srpt: Introduce srpt_disconnect_ch_sync()
  ` [PATCH 4/5] IB/srpt: Wait until channel release has finished during module unload
  ` [PATCH 5/5] IB/srpt: Ensure that modifying the use_srq configfs attribute works

[PATCH] IB/core: Avoid crash on pkey enforcement failed in received MADs
 2017-11-03 20:21 UTC  (3+ messages)

[PATCH v2 0/8] SRP patches for kernel v4.15
 2017-11-03 19:53 UTC  (10+ messages)
` [PATCH v2 4/8] IB/srpt: Change default behavior from using SRQ to using RC

[PATCH] IB/CM: fix memory corruption by avoiding unnecessary memset
 2017-11-03  2:21 UTC  (2+ messages)

[PATCH for-next] RDMA/vmw_pvrdma: Add shared receive queue support
 2017-11-02 23:04 UTC  (9+ messages)

How far back does rdma-core X supports the kernel Y?
 2017-11-02 21:35 UTC  (12+ messages)

[PATCH] bnxt_re: changing the ip address shouldn't affect new connections
 2017-11-02 21:09 UTC 

[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
 2017-11-02 21:06 UTC  (4+ messages)
` [PATCH 10/15] IB/core: disable memory registration of fileystem-dax vmas

[PATCH 0/3] Fix request completion holes
 2017-11-02 17:55 UTC  (19+ messages)

[RFC] Registering non-contiguous memory
 2017-11-02 16:42 UTC  (7+ messages)

[PATCH RFC] rdma/ib: Add trace point macros to display human-readable values
 2017-11-02 16:34 UTC  (8+ messages)

[PATCH rdma-next 00/16] Flow counters support
 2017-11-02 16:19 UTC  (18+ messages)

[PATCH rdma-next 0/5] RDMA core/mlx4/mlx5 fixes and MTT improvements
 2017-11-02 13:22 UTC  (6+ messages)
  ` [PATCH rdma-next 1/5] IB/mlx4: Use optimal numbers of MTT entries
  ` [PATCH rdma-next 2/5] IB/mlx4: Add contig support for control objects
  ` [PATCH rdma-next 3/5] IB/mlx4: Increase maximal message size under UD QP
  ` [PATCH rdma-next 4/5] IB/core: Avoid unnecessary return value check
  ` [PATCH rdma-next 5/5] IB/mlx5: Fix ABI alignment to 64 bit

[PATCH rdma-next v1 1/6] IB/uverbs: Allow CQ moderation with modify CQ
 2017-11-01 18:41 UTC  (12+ messages)


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