public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-14 18:39:07 to 2015-01-27 17:51:20 UTC [more...]

[PATCH V3 FIX for-3.19] IB/ipoib: Fix sendonly traffic and multicast traffic
 2015-01-27 17:51 UTC  (9+ messages)

[PATCH opensm] osmeventplugin.c: Modify osm_event_plugin_t initialization
 2015-01-27 16:40 UTC 

[PATCH] Infiniband: Fix potential NULL d_inode dereference
 2015-01-27 15:01 UTC 

[PATCH] ib_ipoib: Scatter-Gather support in connected mode
 2015-01-27 11:21 UTC 

[PATCH] mlx4_core: Enhance device capabilities flags debug printouts
 2015-01-27  7:45 UTC 

[PATCH 0/4] IB/core: extended query device caps cleanup for v3.19
 2015-01-27  6:50 UTC  (10+ messages)
  ` [PATCH 1/4] IB/uverbs: ex_query_device: fail if output buffer size does not match
  ` [PATCH 2/4] IB/core: ib_copy_to_udata(): don't silently truncate response
  ` [PATCH 3/4] IB/uverbs: ex_query_device: check request's comp_mask
  ` [PATCH 4/4] IB/uverbs: ex_query_device: no need to clear the whole structure

[PATCH FIX For-3.19 v5 00/10] Fix ipoib regressions
 2015-01-26 19:34 UTC  (26+ messages)
  ` [PATCH FIX For-3.19 v5 01/10] IB/ipoib: fix IPOIB_MCAST_RUN flag usage
  ` [PATCH FIX For-3.19 v5 02/10] IB/ipoib: Add a helper to restart the multicast task
  ` [PATCH FIX For-3.19 v5 03/10] IB/ipoib: make delayed tasks not hold up everything
  ` [PATCH FIX For-3.19 v5 04/10] IB/ipoib: Handle -ENETRESET properly in our callback
  ` [PATCH FIX For-3.19 v5 05/10] IB/ipoib: don't restart our thread on ENETRESET
  ` [PATCH FIX For-3.19 v5 06/10] IB/ipoib: remove unneeded locks
  ` [PATCH FIX For-3.19 v5 07/10] IB/ipoib: fix race between mcast_dev_flush and mcast_join
  ` [PATCH FIX For-3.19 v5 08/10] IB/ipoib: fix ipoib_mcast_restart_task
  ` [PATCH FIX For-3.19 v5 09/10] IB/ipoib: flush the ipoib_workqueue on unregister
  ` [PATCH FIX For-3.19 v5 10/10] IB/ipoib: cleanup a couple debug messages
  ` [PATCH FIX For-3.19 11/10] IB/ipoib: don't queue a work struct up twice

[PATCH 00/19] IB/mad: Add support for Intel Omni-Path Architecture (OPA) MAD processing
 2015-01-26 19:07 UTC  (20+ messages)
  ` [PATCH 01/19] IB/mad: Rename is_data_mad to is_rmpp_data_mad
  ` [PATCH 02/19] IB/core: Cache device attributes for use by upper level drivers
  ` [PATCH 03/19] IB/mad: Change validate_mad signature to take ib_mad_hdr rather than ib_mad
  ` [PATCH 04/19] IB/mad: Change ib_response_mad "
  ` [PATCH 05/19] IB/mad: Change cast in rcv_has_same_class
  ` [PATCH 06/19] IB/core: Add max_mad_size to ib_device_attr
  ` [PATCH 07/19] IB/mad: Convert ib_mad_private allocations from kmem_cache to kmalloc
  ` [PATCH 08/19] IB/mad: Add helper function for smi_handle_dr_smp_send
  ` [PATCH 09/19] IB/mad: Add helper function for smi_handle_dr_smp_recv
  ` [PATCH 10/19] IB/mad: Add helper function for smi_check_forward_dr_smp
  ` [PATCH 11/19] IB/mad: Add helper function for SMI processing
  ` [PATCH 12/19] IB/mad: Add MAD size parameters to process_mad
  ` [PATCH 13/19] IB/mad: Add base version parameter to ib_create_send_mad
  ` [PATCH 14/19] IB/core: Add IB_DEVICE_OPA_MAD_SUPPORT device cap flag
  ` [PATCH 15/19] IB/mad: Create jumbo_mad data structures
  ` [PATCH 16/19] IB/mad: Add Intel Omni-Path Architecture defines
  ` [PATCH 17/19] IB/mad: Implement support for Intel Omni-Path Architecture base version MADs in ib_create_send_mad
  ` [PATCH 18/19] IB/mad: Implement Intel Omni-Path Architecture SMP processing
  ` [PATCH 19/19] IB/mad: Implement Intel Omni-Path Architecture MAD processing

[PATCH] mlx4_core: Enhance device capabilities flags debug printouts
 2015-01-26 14:30 UTC 

[PATCH V2 FIX for-3.19] IB/ipoib: Fix broken multicast flow
 2015-01-25 16:03 UTC  (5+ messages)

[PATCH ] mlx4_core: Enhance device capabilities flags debug printouts
 2015-01-25 10:36 UTC  (8+ messages)

[PATCH FIX For-3.19] IB/ipoib: make sure we reap all our ah on shutdown
 2015-01-22 22:02 UTC 

[PATCH] rping: create persistent server threads in DETACHED state
 2015-01-22 20:53 UTC  (4+ messages)

librdmacm and experimental verbs
 2015-01-22 17:17 UTC 

[PATCH FIX For-3.19 v4 0/7] IB/ipoib: follow fixes for multicast handling
 2015-01-22 14:21 UTC  (18+ messages)
  ` [PATCH FIX For-3.19 v4 1/7] IB/ipoib: Fix failed multicast joins/sends
  ` [PATCH FIX For-3.19 v4 2/7] IB/ipoib: Add a helper to restart the multicast task
  ` [PATCH FIX For-3.19 v4 3/7] IB/ipoib: make delayed tasks not hold up everything
  ` [PATCH FIX For-3.19 v4 4/7] IB/ipoib: Handle -ENETRESET properly in our callback
  ` [PATCH FIX For-3.19 v4 5/7] IB/ipoib: don't restart our thread on ENETRESET
  ` [PATCH FIX For-3.19 v4 6/7] IB/ipoib: remove unneeded locks
  ` [PATCH FIX For-3.19 v4 7/7] IB/ipoib: fix race between mcast_dev_flush and mcast_join

[PATCH V1 FIX for-3.19] IB/ipoib: Fix broken multicast flow
 2015-01-22 14:10 UTC  (4+ messages)

[ANNOUNCE] OFED 3.12-1 release is available
 2015-01-22 13:59 UTC 

consistency in the face of concurrent accesses
 2015-01-21 21:28 UTC  (2+ messages)

[PATCH v3 00/20] NFS/RDMA client for 3.20
 2015-01-21 16:04 UTC  (21+ messages)
  ` [PATCH v3 01/20] xprtrdma: human-readable completion status
  ` [PATCH v3 02/20] xprtrdma: Modernize htonl and ntohl
  ` [PATCH v3 03/20] xprtrdma: Display XIDs in host byte order
  ` [PATCH v3 04/20] xprtrdma: Clean up hdrlen
  ` [PATCH v3 05/20] xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprt
  ` [PATCH v3 06/20] xprtrdma: Remove rpcrdma_ep::rep_ia
  ` [PATCH v3 07/20] xprtrdma: Remove rl_mr field, and the mr_chunk union
  ` [PATCH v3 08/20] xprtrdma: Move credit update to RPC reply handler
  ` [PATCH v3 09/20] xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt
  ` [PATCH v3 10/20] xprtrdma: Free the pd if ib_query_qp() fails
  ` [PATCH v3 11/20] xprtrdma: Take struct ib_device_attr off the stack
  ` [PATCH v3 12/20] xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr "
  ` [PATCH v3 13/20] xprtrdma: Simplify synopsis of rpcrdma_buffer_create()
  ` [PATCH v3 14/20] xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()
  ` [PATCH v3 15/20] xprtrdma: Add struct rpcrdma_regbuf and helpers
  ` [PATCH v3 16/20] xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req
  ` [PATCH v3 17/20] xprtrdma: Allocate RPC/RDMA "
  ` [PATCH v3 18/20] xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_rep
  ` [PATCH v3 19/20] xprtrdma: Allocate zero pad separately from rpcrdma_buffer
  ` [PATCH v3 20/20] xprtrdma: Clean up after adding regbuf management

[PATCH v3 00/17] On demand paging
 2015-01-21 12:50 UTC  (12+ messages)
` [PATCH v3 06/17] IB/core: Add support for extended query device caps

[PATCH] ib_srpt: wait_for_completion_timeout does not return negativ status
 2015-01-20 23:51 UTC  (4+ messages)

[PATCH 00/20] IB/mad: Add support for Intel Omni-Path Architecture (OPA) MAD processing
 2015-01-20 18:59 UTC  (22+ messages)
` [PATCH 14/20] IB/core: Add IB_DEVICE_OPA_MAD_SUPPORT device cap flag
` [PATCH 15/20] IB/mad: Create jumbo_mad data structures
` [PATCH 16/20] IB/mad: Add Intel Omni-Path Architecture defines

[PATCH infiniband-diags] ibtracert.c: Remove checking the port 0 state for BasePort0 switches
 2015-01-20 12:59 UTC 

[PATCH 1/2] mstflint: Fix make dist-xx Makefile targets
 2015-01-20  9:45 UTC  (2+ messages)
` [PATCH 2/2] mstflint: Install mflash/mtcr libraries & headers

[PATCH 0/2] mstflint:
 2015-01-20  9:44 UTC 

[PATCH TRIVIAL libibmad] fields.c: Fix commentary typo
 2015-01-19 22:27 UTC  (2+ messages)

[PATCHv2 infiniband-diags] vendstat.c: Add additional vendor IDs to ext_fw_info_device
 2015-01-19 22:26 UTC  (2+ messages)

[PATCH v3 infiniband-diags] ibdiag_common.c: Add more supported device IDs in is_mlnx_ext_port_info_supported
 2015-01-19 22:26 UTC  (2+ messages)

[PATCHv2 infiniband-diags] ibnetdisc.c: Add additional supported device IDs to is_mlnx_ext_port_info_supported
 2015-01-19 22:26 UTC  (2+ messages)

[PATCH FIXES for-3.19 0/2] iser initiator fixes for kernel 3.19
 2015-01-18 14:51 UTC  (3+ messages)
  ` [PATCH FIXES for-3.19 1/2] IB/iser: Fix memory regions possible leak
  ` [PATCH FIXES for-3.19 2/2] IB/iser: Release the iscsi endpoint if ep_disconnect wasn't called

[PATCH] RDMA/libocrdma: return error if destroy fails
 2015-01-17 10:07 UTC 

[PATCH v2 00/20] NFS/RDMA client for 3.20
 2015-01-16 21:04 UTC  (7+ messages)
` [PATCH v2 02/20] xprtrdma: Modernize htonl and ntohl

[PATCH V2] IB/qib: add blank line after declaration
 2015-01-16 16:24 UTC  (2+ messages)

[PATCH] IB/qib: Fix checkpatch warnings
 2015-01-16 15:52 UTC 

[PATCH] IB/hfi: add blank line after declaration
 2015-01-16 15:50 UTC 

[PATCH] IB/qib: fix sizeof checkpatch warnings
 2015-01-16 15:50 UTC 

[PATCH 1/2] IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_qp.c
 2015-01-16 15:19 UTC  (2+ messages)
  ` [PATCH 2/2] IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_keys.c

[PATCH] infiniband: hw: ipath: ipath_wc_ppc64.c: Remove unused function
 2015-01-16 14:42 UTC  (2+ messages)

[PATCH 1/2] infiniband: Help gcc generate better code for ocrdma_srq_toggle_bit
 2015-01-16 14:39 UTC  (2+ messages)
` [PATCH 2/2] infiniband: Use unsigned for bit index

[PATCH] IB: qib: qib_iba7322: Remove unused function
 2015-01-16 14:30 UTC  (2+ messages)

[PATCH] IB/qib: Add support for the new QMH7360 card
 2015-01-16 13:55 UTC 

[PATCH] IB/qib: Do not write EEPROM
 2015-01-16 13:55 UTC 

[PATCH for-next 0/2] Refactor macros to conform to uniform standards
 2015-01-16  6:07 UTC  (4+ messages)
` [PATCH for-next 1/2] iw_cxgb4: Cleanup register defines/MACROS defined in t4.h
  ` [PATCH for-next 2/2] iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.h

[PATCH V3 FIX For-3.19 0/3] IB/ipoib: Fix multicast join flow
 2015-01-15 20:59 UTC  (11+ messages)
  ` [PATCH V3 FIX For-3.19 1/3] IB/ipoib: Fix failed multicast joins/sends
  ` [PATCH V3 FIX For-3.19 2/3] IB/ipoib: Add a helper to restart the multicast task
  ` [PATCH V3 FIX For-3.19 3/3] IB/ipoib: make delayed tasks not hold up everything
                  ` [PATCH FIX For-3.19 v3 4/6] IB/ipoib: Handle -ENETRESET properly in our callback
                      ` [PATCH FIX For-3.19 v3 5/6] IB/ipoib: don't restart our thread on ENETRESET
                      ` [PATCH FIX For-3.19 v3 6/6] IB/ipoib: remove unneeded locks

[PATCH v2 00/10] NFS/RDMA server for 3.20
 2015-01-15 19:01 UTC  (3+ messages)

[PATCH FIX for-3.19] IB/ipoib: Fix failed multicast joins/sends
 2015-01-14 19:08 UTC  (5+ messages)

[PATCH v2 FIX For 3.19 0/3] IB/ipoib: fixup multicast join thread usage
 2015-01-14 19:05 UTC  (4+ messages)
  ` [PATCH 1/3] IB/ipoib: Fix failed multicast joins/sends
  ` [PATCH 2/3] IB/ipoib: Add a helper to restart the multicast task
  ` [PATCH 3/3] IB/ipoib: make delayed tasks not hold up everything


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