public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-11-19 01:30:05 to 2009-11-26 15:54:10 UTC [more...]

[PATCH] opensm/osm_subnet.c: fixing bug in dumping options file
 2009-11-26 15:54 UTC  (2+ messages)

[PATCH 2/3 v2] opensm: connect switches in tree - implemented in fat-tree
 2009-11-26 15:49 UTC  (2+ messages)

[PATCH 3/3 v2] opensm: connect switches in tree - implemented in up/down
 2009-11-26 15:46 UTC  (2+ messages)

[PATCH 3/3 v2] opensm SA DB dump/restore: dump SA DB only if modified
 2009-11-26 14:15 UTC  (2+ messages)

[PATCH 1/3 v2] opensm SA DB dump/restore: added option to load SA DB once
 2009-11-26 13:30 UTC  (2+ messages)

RDMAoE verbs questions
 2009-11-26 11:16 UTC  (18+ messages)
              `  "

QoS settings not mapped correctly per pkey ?
 2009-11-26  9:56 UTC  (10+ messages)

[ANNOUNCE] OFED 1.5 rc3 release is available
 2009-11-26  8:01 UTC  (3+ messages)

OFED-1.x SRP's user manual
 2009-11-25 16:50 UTC  (4+ messages)
      `  "

[patch 2/8] ehca - ib_post_send fixes, Updated
 2009-11-25 16:45 UTC  (2+ messages)
  ` [patch 5/8] ehca - ib_post_recv "

[ANNOUNCE] uDAPL library: v1 - compat-1.2.15 and v2 - dapl-2.0.25 release
 2009-11-25  9:14 UTC 

[PATCH] uDAPL v2: scm: client side setsockopt NODELAY fails if data arrives before setting
 2009-11-25  0:37 UTC  (4+ messages)

[PATCH] uDAPL v2: winof cma: missing definition for EADDRNOTAVAIL
 2009-11-25  0:16 UTC 

[PATCH 0/53] IB/qib: add
 2009-11-25  0:15 UTC  (66+ messages)
  ` [PATCH 01/53] IB/qib: Add Kconfig
  ` [PATCH 02/53] IB/qib: Add Makefile
                  ` [PATCH 02/53] IB/qib: Add Makefile (ipath vs qib)
  ` [PATCH 03/53] IB/qib: Add qib.h
  ` [PATCH 04/53] IB/qib: Add qib_6120_regs.h
  ` [PATCH 05/53] IB/qib: Add qib_7220.h
  ` [PATCH 06/53] IB/qib: Add qib_7220_regs.h
  ` [PATCH 08/53] IB/qib: Add qib_common.h
  ` [PATCH 09/53] IB/qib: Add qib_cq.c
  ` [PATCH 10/53] IB/qib: Add qib_debug.h
  ` [PATCH 11/53] IB/qib: Add qib_diag.c
  ` [PATCH 12/53] IB/qib: Add qib_dma.c
  ` [PATCH 13/53] IB/qib: Add qib_driver.c
  ` [PATCH 14/53] IB/qib: Add qib_eeprom.c
  ` [PATCH 15/53] IB/qib: Add qib_file_ops.c
  ` [PATCH 16/53] IB/qib: Add qib_fs.c
  ` [PATCH 20/53] IB/qib: Add qib_init.c
  ` [PATCH 21/53] IB/qib: Add qib_intr.c
  ` [PATCH 22/53] IB/qib: Add qib_keys.c
  ` [PATCH 23/53] IB/qib: Add qib_mad.c
  ` [PATCH 24/53] IB/qib: Add qib_mad.h
  ` [PATCH 25/53] IB/qib: Add qib_mmap.c
  ` [PATCH 26/53] IB/qib: Add qib_mr.c
  ` [PATCH 27/53] IB/qib: Add qib_pcie.c
  ` [PATCH 28/53] IB/qib: Add qib_pio_copy.c
  ` [PATCH 29/53] IB/qib: Add qib_qp.c
  ` [PATCH 30/53] IB/qib: Add qib_qsfp.c
  ` [PATCH 31/53] IB/qib: Add qib_qsfp.h
  ` [PATCH 32/53] IB/qib: Add qib_rc.c
  ` [PATCH 33/53] IB/qib: Add qib_ruc.c
  ` [PATCH 34/53] IB/qib: Add qib_sd7220.c
  ` [PATCH 35/53] IB/qib: Add qib_sd7220_img.c
  ` [PATCH 36/53] IB/qib: Add qib_sdma.c
  ` [PATCH 37/53] IB/qib: Add qib_srq.c
  ` [PATCH 38/53] IB/qib: Add qib_sysfs.c
  ` [PATCH 39/53] IB/qib: Add qib_trace.c
  ` [PATCH 40/53] IB/qib: Add qib_trace.h
  ` [PATCH 41/53] IB/qib: Add qib_twsi.c
  ` [PATCH 42/53] IB/qib: Add qib_tx.c
  ` [PATCH 43/53] IB/qib: Add qib_uc.c
  ` [PATCH 44/53] IB/qib: Add qib_ud.c
  ` [PATCH 45/53] IB/qib: Add qib_user_pages.c
  ` [PATCH 46/53] IB/qib: Add qib_user_sdma.c
  ` [PATCH 47/53] IB/qib: Add qib_user_sdma.h
  ` [PATCH 48/53] IB/qib: Add qib_verbs.c
  ` [PATCH 49/53] IB/qib: Add qib_verbs.h
  ` [PATCH 50/53] IB/qib: Add qib_verbs_mcast.c
  ` [PATCH 51/53] IB/qib: Add qib_wc_ppc64.c
  ` [PATCH 52/53] IB/qib: Add qib_wc_x86_64.c
  ` [PATCH 53/53] IB/qib: Hooks for adding the QIB driver into the framework
    ` [PATCH 07/53] IB/qib: Add qib_7322_regs.h

[PATCH] uDAPL v1: dtest, dapltest: conflict with dapl-2 utils package, change to dapl1, dapltest1
 2009-11-25  0:11 UTC 

[PATCH] uDAPL v1: scm: fix compiler warning, unused variable
 2009-11-25  0:11 UTC 

[patch 1/8] Ammasso - ib_post_send fix
 2009-11-24 23:28 UTC  (12+ messages)
  ` [patch 2/8] ehca - ib_post_send fixes Always set ib_post_send()s bad_wr. Do not report success if an error occurred
  ` [patch 3/8] cxgb3 - ib_post_send fixes
  ` [patch 4/8] cxgb3 - ib_post_recv fixes
  ` [patch 5/8] ehca - ib_post_recv fixes Always set ib_post_recv()s bad_wr
  ` [patch 7/8] NES - ib_post_send fixes
  ` [patch 6/8] ammasso - ib_post_recv fix
  ` [patch 8/8] NES - ib_post_recv fixes

[PATCH 7/9] rdma/cm: fix loopback address support
 2009-11-24 22:25 UTC  (4+ messages)

LID reconfiguration
 2009-11-24 19:59 UTC  (10+ messages)

[PATCH] IB/core: clarify the documentation of ib_post_send()
 2009-11-24 19:51 UTC 

[patch 0/8] post_send/recv fixes
 2009-11-24 17:36 UTC 

QOS setup issue with opensm
 2009-11-24 14:35 UTC  (5+ messages)

[PATCH 9/9] ib/addr: fix ipv6 routing lookup
 2009-11-24  6:56 UTC  (8+ messages)
` [PATCH 9/9 v2] "
    ` [PATCH 9/9 v3] "

[PATCH resend] ib/ehca: rework destroy_eq()
 2009-11-23 19:34 UTC  (2+ messages)

patch for non-ib network
 2009-11-23 19:11 UTC  (5+ messages)

ib_post_send in drivers
 2009-11-23 19:09 UTC  (9+ messages)

qos on service-id
 2009-11-23 14:25 UTC  (5+ messages)

[PATCH]: Add different print macros
 2009-11-23 10:04 UTC 

[PATCH] RDMA/addr: Use appropriate locking with for_each_netdev()
 2009-11-23  4:18 UTC  (9+ messages)

[PATCH 00/11] Add new torus routing engine: torus-2QoS
 2009-11-20 19:27 UTC  (13+ messages)
  ` [PATCH 01/11] opensm: Prepare for routing engine input to path record SL lookup and SL2VL map setup
  ` [PATCH 02/11] opensm: Allow the routing engine to influence SL2VL calculations
  ` [PATCH 03/11] opensm: Allow the routing engine to participate in path SL calculations
  ` [PATCH 04/11] opensm: Track the minimum value in the fabric of data VLs supported
  ` [PATCH 06/11] opensm: Enable torus-2QoS routing engine
  ` [PATCH 07/11] opensm: Add opensm option to specify file name for extra torus-2QoS configuration information
  ` [PATCH 08/11] opensm: Do not require -Q option for torus-2QoS routing engine
  ` [PATCH 09/11] opensm: Make it possible to configure no fallback "
  ` [PATCH 10/11] opensm: Avoid havoc in minhop caused by torus-2QoS persistent use of osm_port_t:priv
  ` [PATCH 11/11] opensm: Update documentation to describe torus-2QoS
  ` [PATCH 05/11] opensm: Add torus-2QoS routing engine
  ` torus-2QoS example input files (was Re: [PATCH 00/11] Add new torus routing engine: torus-2QoS)

[PATCH] RDMA/cxgb3: remove BUG_ON() on rearm failure
 2009-11-19 21:48 UTC  (2+ messages)

[PATCH 7/9] rdma/cm: fix loopback address support
 2009-11-19 21:47 UTC  (5+ messages)

LOCAL LENGTH ERROR when sending large messages
 2009-11-19 21:09 UTC 

[PATCH 8/9] ib/addr: simplify resolving IPv4 addresses
 2009-11-19 16:46 UTC  (4+ messages)

[PATCH 5/9] ib/addr: verify source and destination address families match
 2009-11-19 16:42 UTC  (6+ messages)
` [PATCH 5/9 v2] "
    ` [PATCH 5/9 v3] "


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