public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-22 19:26:52 to 2016-07-28 22:51:39 UTC [more...]

[PATCH v2 00/15] Add Paravirtual RDMA Driver
 2016-07-28 22:51 UTC  (26+ 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 11/15] IB/pvrdma: Add user-level shared functions

[PATCH] net/mlx5_core/pagealloc: Remove deprecated create_singlethread_workqueue
 2016-07-28 22:45 UTC  (4+ messages)

[RFC] net/mlx5_core/en_main: Remove deprecated create_workqueue
 2016-07-28 22:30 UTC  (2+ messages)

[PATCH libi40iw] fix remaining potential leaks of info arrays and iwuqp
 2016-07-28 21:10 UTC  (2+ messages)

[PATCH libmlx5 0/6] libmlx5: fix various coverity/clang issues
 2016-07-28 20:12 UTC  (22+ messages)
  ` [PATCH libmlx5 1/6] fix size in malloc of qp->sq.wr_data
  ` [PATCH libmlx5 2/6] fix coverity buffer overrun warning
  ` [PATCH libmlx5 3/6] fix buffer overrun copying inline header
  ` [PATCH libmlx5 4/6] fix check of mlx5_store_uidx return
  ` [PATCH libmlx5 5/6] fix alloc of mlx5_resource table
  ` [PATCH libmlx5 6/6] fix undefined uuar_index value assignment
      ` [PATCH v2 "
  ` [PATCH libmlx5 7/6] combine inline_hdr and inline_hdr_start

[PATCH V3] Add flow control to the portmapper
 2016-07-28 20:02 UTC 

[PATCH 00/16] Fix SDMA/TID caching code
 2016-07-28 19:21 UTC  (17+ messages)
  ` [PATCH 01/16] IB/hfi1: Prevent null pointer dereference
  ` [PATCH 02/16] IB/hfi1: Use the same capability state for all shared contexts
  ` [PATCH 03/16] IB/hfi1: Validate SDMA user request index
  ` [PATCH 04/16] IB/hfi1: Validate SDMA user iovector count
  ` [PATCH 05/16] IB/hfi1: Release node on insert failure
  ` [PATCH 06/16] IB/hfi1: Fix error condition that needs to clean up
  ` [PATCH 07/16] IB/hfi1: Fix user SDMA racy user request claim
  ` [PATCH 08/16] IB/hfi1: Make use of mm consistent
  ` [PATCH 09/16] IB/hfi1: Make the cache handler own its rb tree root
  ` [PATCH 10/16] IB/hfi1: Fix TID caching actions
  ` [PATCH 11/16] IB/hfi1: Add evict operation to the mmu rb handler
  ` [PATCH 12/16] IB/hfi1: Use evict mmu rb operation
  ` [PATCH 13/16] IB/hfi1: Consistently call ops->remove outside spinlock
  ` [PATCH 14/16] IB/hfi1: Remove unneeded mm argument in remove function
  ` [PATCH 15/16] IB/hfi1: Fix memory leak during unexpected shutdown
  ` [PATCH 16/16] IB/hfi1: Add cache evict LRU list

[PATCH] IB/hfi1: Allow for non-double word multiple message sizes for user SDMA
 2016-07-28 16:35 UTC  (3+ messages)

[PATCH 00/28] RDMA/hfi1,qib,rdmavt: Second round of fixes for 4.8
 2016-07-28 16:32 UTC  (34+ messages)
  ` [PATCH 01/28] IB/hfi1: Fix integrity errors counter value calculation
  ` [PATCH 02/28] IB/hfi1: Fix to fully initialize send context area
  ` [PATCH 03/28] IB/hfi1: Pull FECN/BECN processing to a common place
  ` [PATCH 04/28] IB/rdmavt: Add support for ib_map_mr_sg
  ` [PATCH 05/28] IB/rdmavt: Add mechanism to invalidate MR keys
  ` [PATCH 06/28] IB/rdmavt: Handle local operations in post send
  ` [PATCH 07/28] IB/hfi1: Handle send with invalidate opcode in the RC recv path
  ` [PATCH 08/28] IB/hfi1: Work request processing for fast register mr and invalidate
  ` [PATCH 09/28] IB/hfi1: Add support for extended memory management
  ` [PATCH 10/28] IB/hfi1: Modify the default number of kernel receive conexts
  ` [PATCH 11/28] IB/hfi1: Explain state complete frame details
  ` [PATCH 12/28] IB/hfi1: Read all firmware versions
  ` [PATCH 14/28] IB/hfi1: Fix "suspicious rcu_dereference_check() usage" warnings
  ` [PATCH 15/28] IB/hfi1: Add static PCIe Gen3 CTLE tuning
  ` [PATCH 16/28] IB/hfi1: Add sysfs entry to override SDMA interrupt affinity
  ` [PATCH 17/28] IB/hfi1: Fix trace message units
  ` [PATCH 18/28] IB/hfi1: Add the capability for reserved operations
  ` [PATCH 19/28] IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabled
  ` [PATCH 20/28] IB/hfi1: Disable external device configuration requests
  ` [PATCH 21/28] IB/hfi1: Ignore QSFP interrupts until power stabilizes
  ` [PATCH 22/28] IB/hfi1: Reset QSFP on every run through channel tuning
  ` [PATCH 23/28] IB/hfi1: Remove unused elements from struct ahg_ib_header
  ` [PATCH 24/28] IB/hfi1: Rename struct ahg_ib_header to struct hfi1_ahg_info
  ` [PATCH 25/28] IB/hfi1: Rename hfi1_pio_header to hfi1_sdma_header
  ` [PATCH 26/28] IB/hfi1: Cleanup UD packet handler
  ` [PATCH 27/28] IB/hfi1: Use hdr2sc function to calculate 5-bit SC
  ` [PATCH 28/28] IB/qib, IB/hfi1: Fix grh creation in ud loopback
` [PATCH 13/28] IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lock

[PATCH 00/13] Code clean ups for 4.8
 2016-07-28 16:27 UTC  (14+ messages)
  ` [PATCH 01/13] IB/hfi1: Fix minor format error
  ` [PATCH 02/13] IB/hfi1: Remove unused uctxt->subpid and uctxt->pid
  ` [PATCH 03/13] IB/hfi1: Remove unused function hfi1_mmu_rb_search
  ` [PATCH 04/13] IB/hfi1: Add parameter names to function declarations
  ` [PATCH 05/13] IB/hfi1: Add parameter names to callback declarations
  ` [PATCH 06/13] IB/hfi1: Always expect ops functions
  ` [PATCH 07/13] IB/hfi1: Consolidate __mmu_rb_remove and hfi1_mmu_rb_remove
  ` [PATCH 08/13] IB/hfi1: Remove unused sub-context parameter
  ` [PATCH 09/13] IB/hfi1: Use "false" not 0
  ` [PATCH 10/13] IB/hfi1: Make iovec loop index easy to understand
  ` [PATCH 11/13] IB/hfi1: Restructure hfi1_file_open
  ` [PATCH 12/13] IB/hfi1: Remove unneeded empty check in hfi1_mmu_rb_unregister()
  ` [PATCH 13/13] IB/hfi1: Rename TID mmu_rb_* functions

[PATCH] IB-mlx5: Return EINVAL when caller specifies too many SGEs
 2016-07-28 15:47 UTC  (8+ messages)

[PATCH] Add transactions per second to latency tests
 2016-07-28 15:17 UTC  (3+ messages)

[PATCH libmlx5] Add TSO support for RAW Ethernet QP
 2016-07-28 12:48 UTC 

[PATCH libibverbs 0/3] Add support for TCP segmentation offload (TSO)
 2016-07-28 12:19 UTC  (4+ messages)
  ` [PATCH libibverbs 1/3] Fix ibv_cmd_query_device_ex to return valid output
  ` [PATCH libibverbs 2/3] Add support for TCP segmentation offload (TSO)
  ` [PATCH libibverbs 3/3] Update man pages for TSO support

[IPOIB] Excessive TX packet drops due to IPOIB_MAX_PATH_REC_QUEUE
 2016-07-28 11:00 UTC 

[PATCH] IB/hfi1: Expand reported serial number
 2016-07-28  1:09 UTC 

[PATCH] IB/rdmavt: Eliminate redundant opcode test in mr ref clear
 2016-07-28  1:07 UTC 

[PATCH] IB/hfi1: Handle kzalloc failure in init_pervl_scs
 2016-07-28  1:06 UTC 

[PATCH 1/1] Drivers: infiniband: hw: vmbus-nd: NetworkDirect driver for Linux
 2016-07-27 23:31 UTC  (8+ messages)

[PATCH 1/1] IB/iSER-Target: Release connection resources properly when receiving RDMA_CM_EVENT_DEVICE_REMOVAL
 2016-07-27 19:15 UTC 

[RFC ABI V2 5/8] RDMA/core: Add new ioctl interface
 2016-07-27 18:58 UTC  (22+ messages)

State of ipoib cm mode
 2016-07-27 16:35 UTC  (3+ messages)

[PATCH 1/1] IB/iSER-Target: Release connection resources properly when receiving RDMA_CM_EVENT_DEVICE_REMOVAL
 2016-07-27 16:28 UTC  (2+ messages)

[PATCH v2 0/9] SELinux support for Infiniband RDMA
 2016-07-27 16:27 UTC  (4+ messages)
` [PATCH v2 8/9] selinux: Add IB Port SMP access vector

[PATCH v4 0/5] Reduce RDMA RW API SGE limit
 2016-07-27 16:23 UTC  (5+ messages)
` [PATCH v4 2/5] IB/core, RDMA RW API: Do not exceed QP SGE send limit

[ANNOUNCE] infiniband-diags 1.6.7 release
 2016-07-27 16:15 UTC 

IB/mlx4: Use EAGAIN error code instead or EINVAL in function mlx4_ib_poll_one
 2016-07-27 12:53 UTC  (11+ messages)
  ` [PATCH 1/2] IB/mlx4: Make function use_tunnel_data return void
  ` [PATCH 2/2] IB/mlx4: Return EAGAIN for any error in mlx4_ib_poll_one

[PATCH] net/mlx5_core/health: Remove deprecated create_singlethread_workqueue
 2016-07-26 22:19 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/2] ipoib: Add ratelimited version of ipoib_warn
 2016-07-26 22:02 UTC  (4+ messages)
  ` [PATCH 2/2] ipoib: Ratelimit messages which can flood a host

[infiniband-diags commit]infiniband-diags - Infiniband diagnostic tools branch, master, updated. 1.5.9-223-g1f2f062
 2016-07-26 17:54 UTC 

mlx5 driver load error
 2016-07-26 17:29 UTC  (7+ messages)

[ANNOUNCE] Open Fabrics Verbs Working Group (OFVWG) meeting today - 7/26/2016 at 11:00PDT
 2016-07-26 15:08 UTC 

[PATCH for-next 0/3] Mellanox ConnectX-3 Diagnostic Counters
 2016-07-26 10:15 UTC  (3+ messages)

[PATCH for-next 10/18] IB/hfi1: Refine user process affinity algorithm
 2016-07-25 14:54 UTC  (2+ messages)
  ` [PATCH v2] "

[PATCH for-next 09/18] IB/hfi1: Reserve and collapse CPU cores for contexts
 2016-07-25 14:54 UTC  (2+ messages)
  ` [PATCH v2] "

[PATCH for-next 08/18] IB/hfi1: Add global structure for affinity assignments
 2016-07-25 14:52 UTC  (2+ messages)
  ` [PATCH v2] "

[PATCH 1/1] InfiniBand: Deletion of unnecessary checks before two function calls
 2016-07-25 13:20 UTC  (8+ messages)
                                    ` [PATCH 0/3] IB/mthca: Fine-tuning for mthca_reset()
                                      ` [PATCH 1/3] IB/mthca: Delete an unnecessary check before the function call "pci_dev_put"
                                      ` [PATCH 2/3] IB/mthca: Less function calls in mthca_reset() after error detection
                                      ` [PATCH 3/3] IB/mthca: Delete unnecessary variable initialisations in mthca_reset()
                                  ` [PATCH] IB/hfi1: Delete an unnecessary check before the function call "sc_return_credits"

[PATCH V2] Add flow control to the portmapper
 2016-07-25  5:29 UTC  (10+ messages)

[PATCH V1 for-next 0/2] Support for Send Only Full Member multicast join
 2016-07-24 13:11 UTC  (2+ messages)

[RFC ABI V2 0/8] SG-based RDMA ABI Proposal
 2016-07-24  6:18 UTC  (6+ messages)
` [RFC ABI V2 8/8] RDMA/mlx5: Add mlx5 initial support of the new infrastructure

ref count of ib_ipoib.ko not incremented when an ip address is set
 2016-07-22 22:23 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