aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2008-05-05IB/ehca: Fix function return typesGravatar Stefan Roscher 1-4/+3
2008-05-02RDMA/cxgb3: Bump up the MPA connection setup timeout.Gravatar Steve Wise 1-2/+2
2008-05-02RDMA/cxgb3: Silently ignore close reply after abort.Gravatar Steve Wise 1-1/+1
2008-05-02RDMA/cxgb3: QP flush fixesGravatar Steve Wise 3-10/+20
2008-04-30IB/ipoib: Fix transmit queue stalling foreverGravatar Eli Cohen 3-6/+46
2008-04-30IB/mlx4: Fix off-by-one errors in calls to mlx4_ib_free_cq_buf()Gravatar Roland Dreier 1-2/+2
2008-04-29RDMA/nes: Formatting cleanupGravatar Glenn Streiff 5-102/+109
2008-04-29RDMA/nes: Add support for SFP+ PHYGravatar Eric Schneider 5-64/+259
2008-04-29RDMA/nes: Use LROGravatar Faisal Latif 6-12/+70
2008-04-29IPoIB: Copy child MTU from parentGravatar Eli Cohen 1-0/+3
2008-04-29IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attributeGravatar Roland Dreier 3-5/+20
2008-04-29IB/mthca: Avoid recycling old FMR R_Keys too soonGravatar Olaf Kirch 1-13/+0
2008-04-29IB/ehca: Allocate event queue size depending on max number of CQs and QPsGravatar Stefan Roscher 4-4/+74
2008-04-29IPoIB: Use separate CQ for UD send completionsGravatar Eli Cohen 6-40/+64
2008-04-29IB/iser: Count FMR alignment violations per sessionGravatar Eli Dorfman 2-1/+5
2008-04-29IB/iser: Move high-volume debug output to higher debug levelGravatar Eli Dorfman 2-2/+12
2008-04-29IB/ehca: handle negative return value from ibmebus_request_irq() properlyGravatar Hoang-Nam Nguyen 1-18/+17
2008-04-29RDMA/cxgb3: Support peer-2-peer connection setupGravatar Steve Wise 6-28/+136
2008-04-29RDMA/cxgb3: Set the max_mr_size device attribute correctlyGravatar Steve Wise 4-1/+4
2008-04-29RDMA/cxgb3: Correctly serialize peer abort pathGravatar Steve Wise 3-35/+72
2008-04-29mlx4_core: Add a way to set the "collapsed" CQ flagGravatar Yevgeny Petrilin 1-1/+1
2008-04-29IB: expand ib_umem_get() prototypeGravatar Arthur Kepner 13-17/+40
2008-04-23RDMA/nes: Remove volatile qualifier from struct nes_hw_cq.cq_vbaseGravatar Roland Dreier 2-2/+8
2008-04-23mlx4_core: Move kernel doorbell management into coreGravatar Yevgeny Petrilin 6-160/+16
2008-04-23IB/ehca: Bump version number to 0026Gravatar Joachim Fenkes 1-1/+1
2008-04-23IB/ehca: Make some module parameters bool, update descriptionsGravatar Joachim Fenkes 1-19/+18
2008-04-23IB/ehca: Remove mr_largepage parameterGravatar Joachim Fenkes 1-19/+3
2008-04-23IB/ehca: Move high-volume debug output to higher debug levelsGravatar Joachim Fenkes 7-56/+63
2008-04-23IB/ehca: Prevent posting of SQ WQEs if QP not in RTSGravatar Joachim Fenkes 3-0/+9
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeGravatar Shirley Ma 6-49/+134
2008-04-23RDMA/nes: Fix adapter reset after PXE bootGravatar Chien Tung 2-13/+13
2008-04-23RDMA/nes: Print IPv4 addresses in a readable formatGravatar Roland Dreier 3-9/+13
2008-04-23RDMA/nes: Use print_mac() to format ethernet addresses for printingGravatar Roland Dreier 3-21/+15
2008-04-21IB/ipath: Correct capitalization "IntX" -> "INTx"Gravatar Roland Dreier 2-6/+6
2008-04-21IB/ipath: Remove tests of PCI_MSI in ipath_iba7220.cGravatar Roland Dreier 1-9/+4
2008-04-21IB/ipath: Remove dependency on PCI_MSI || HT_IRQGravatar Roland Dreier 1-1/+1
2008-04-21IB/ipath: Build IBA7220 code unconditionallyGravatar Roland Dreier 1-2/+4
2008-04-21IB/ipath: Remove reference to dev->class_dev ...Gravatar Roland Dreier 1-1/+0
2008-04-21IB/ipath: Fix module parameter description for disable_smaGravatar Paul Bolle 1-1/+1
2008-04-21RDMA/nes: Remove unneeded function declarationsGravatar Roland Dreier 2-15/+0
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 16-404/+450
2008-04-19SCSI: convert struct class_device to struct deviceGravatar Tony Jones 2-62/+72
2008-04-19IB: rename "dev" to "srp_dev" in srp_host structureGravatar Greg Kroah-Hartman 2-24/+27
2008-04-19IB: convert struct class_device to struct deviceGravatar Tony Jones 14-318/+351
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hGravatar Matthew Wilcox 2-3/+2
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 2-2/+0
2008-04-16IB/iser: Don't change itt endiannessGravatar Erez Zilber 1-2/+2
2008-04-16IB/mlx4: Update module version and release dateGravatar Jack Morgenstein 1-2/+2
2008-04-16IPoIB: Handle case when P_Key is deleted and re-added at same indexGravatar Roland Dreier 2-7/+7
2008-04-16IB/iser: Release connection resources on RDMA_CM_EVENT_DEVICE_REMOVAL eventGravatar Erez Zilber 1-4/+1