All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] please pull infinibang.git
@ 2008-05-14 16:33 Roland Dreier
  0 siblings, 0 replies; only message in thread
From: Roland Dreier @ 2008-05-14 16:33 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: general, linux-kernel

Linus, please pull from

    master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus

This tree is also available from kernel.org mirrors at:

    git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus

This will get a fixes for various low-level HW driver issues:

 - nes bugs with LRO module parameter
 - cxgb3 bug in handling flushing on connection teardown
 - ipath miscellaneous issues (kind of big but look like needed fixes)

Pavel Emelyanov (1):
      IB/ipath: Make ipath_portdata work with struct pid * not pid_t

Ralph Campbell (3):
      IB/ipath: Fix RC and UC error handling
      IB/ipath: Fix many locking issues when switching to error state
      IB/ipath: Fix RDMA read response sequence checking

Roland Dreier (2):
      RDMA/nes: Fix up nes_lro_max_aggr module parameter
      IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned long

Steve Wise (1):
      RDMA/cxgb3: Wrap the software send queue pointer as needed on flush

 drivers/infiniband/hw/cxgb3/cxio_hal.c        |    4 +-
 drivers/infiniband/hw/ipath/ipath_driver.c    |   20 +-
 drivers/infiniband/hw/ipath/ipath_file_ops.c  |   19 +-
 drivers/infiniband/hw/ipath/ipath_kernel.h    |   10 +-
 drivers/infiniband/hw/ipath/ipath_qp.c        |  237 ++++++++-----------
 drivers/infiniband/hw/ipath/ipath_rc.c        |  285 +++++++++++-----------
 drivers/infiniband/hw/ipath/ipath_ruc.c       |  329 ++++++++++++++----------
 drivers/infiniband/hw/ipath/ipath_uc.c        |   57 +++--
 drivers/infiniband/hw/ipath/ipath_ud.c        |   66 ++++--
 drivers/infiniband/hw/ipath/ipath_user_sdma.h |    2 -
 drivers/infiniband/hw/ipath/ipath_verbs.c     |  176 +++++++++-----
 drivers/infiniband/hw/ipath/ipath_verbs.h     |   64 ++++-
 drivers/infiniband/hw/nes/nes.c               |    4 -
 drivers/infiniband/hw/nes/nes.h               |    1 -
 drivers/infiniband/hw/nes/nes_hw.c            |    6 +-
 15 files changed, 725 insertions(+), 555 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-14 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-14 16:33 [GIT PULL] please pull infinibang.git Roland Dreier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.