aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-13RDMA/cxgb3: Wrap the software send queue pointer as needed on flushSteve Wise1-2/+2
2008-05-13IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier2-4/+4
2008-05-13IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov3-18/+23
2008-05-13IB/ipath: Fix RDMA read response sequence checkingRalph Campbell2-0/+8
2008-05-13IB/ipath: Fix many locking issues when switching to error stateRalph Campbell8-304/+554
2008-05-13IB/ipath: Fix RC and UC error handlingRalph Campbell5-224/+132
2008-05-13RDMA/nes: Fix up nes_lro_max_aggr module parameterRoland Dreier3-6/+5
2008-05-07IB/ehca: Wait for async events to finish before destroying QPStefan Roscher3-0/+11
2008-05-07IB/ipath: Fix SDMA error recovery in absence of link status changeJohn Gregor2-10/+29
2008-05-07IB/ipath: Need to always request and handle PIO avail interruptsDave Olson8-202/+224
2008-05-07IB/ipath: Fix count of packets received by kernelMichael Albaugh1-1/+1
2008-05-07IB/ipath: Return the correct opcode for RDMA WRITE with immediateRalph Campbell1-1/+5
2008-05-07IB/ipath: Fix bug that can leave sends disabled after freeze recoveryDave Olson1-2/+6
2008-05-07IB/ipath: Only increment SSN if WQE is put on send queueRalph Campbell1-1/+1
2008-05-07IB/ipath: Only warn about prototype chip during initMichael Albaugh1-2/+3
2008-05-06RDMA/cxgb3: Fix severe limit on userspace memory registration sizeRoland Dreier5-94/+155
2008-05-06RDMA/cxgb3: Don't add PBL memory to gen_pool in chunksRoland Dreier1-8/+28
2008-05-05IB/ehca: Fix function return typesStefan Roscher1-4/+3
2008-05-02RDMA/cxgb3: Bump up the MPA connection setup timeout.Steve Wise1-2/+2
2008-05-02RDMA/cxgb3: Silently ignore close reply after abort.Steve Wise1-1/+1
2008-05-02RDMA/cxgb3: QP flush fixesSteve Wise3-10/+20
2008-04-30IB/ipoib: Fix transmit queue stalling foreverEli Cohen3-6/+46
2008-04-30IB/mlx4: Fix off-by-one errors in calls to mlx4_ib_free_cq_buf()Roland Dreier1-2/+2
2008-04-29RDMA/nes: Formatting cleanupGlenn Streiff5-102/+109
2008-04-29RDMA/nes: Add support for SFP+ PHYEric Schneider5-64/+259
2008-04-29RDMA/nes: Use LROFaisal Latif6-12/+70
2008-04-29IPoIB: Copy child MTU from parentEli Cohen1-0/+3
2008-04-29IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attributeRoland Dreier3-5/+20
2008-04-29IB/mthca: Avoid recycling old FMR R_Keys too soonOlaf Kirch1-13/+0
2008-04-29IB/ehca: Allocate event queue size depending on max number of CQs and QPsStefan Roscher4-4/+74
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen6-40/+64
2008-04-29IB/iser: Count FMR alignment violations per sessionEli Dorfman2-1/+5
2008-04-29IB/iser: Move high-volume debug output to higher debug levelEli Dorfman2-2/+12
2008-04-29IB/ehca: handle negative return value from ibmebus_request_irq() properlyHoang-Nam Nguyen1-18/+17
2008-04-29RDMA/cxgb3: Support peer-2-peer connection setupSteve Wise6-28/+136
2008-04-29RDMA/cxgb3: Set the max_mr_size device attribute correctlySteve Wise4-1/+4
2008-04-29RDMA/cxgb3: Correctly serialize peer abort pathSteve Wise3-35/+72
2008-04-29mlx4_core: Add a way to set the "collapsed" CQ flagYevgeny Petrilin1-1/+1
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner13-17/+40
2008-04-23RDMA/nes: Remove volatile qualifier from struct nes_hw_cq.cq_vbaseRoland Dreier2-2/+8
2008-04-23mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin6-160/+16
2008-04-23IB/ehca: Bump version number to 0026Joachim Fenkes1-1/+1
2008-04-23IB/ehca: Make some module parameters bool, update descriptionsJoachim Fenkes1-19/+18
2008-04-23IB/ehca: Remove mr_largepage parameterJoachim Fenkes1-19/+3
2008-04-23IB/ehca: Move high-volume debug output to higher debug levelsJoachim Fenkes7-56/+63
2008-04-23IB/ehca: Prevent posting of SQ WQEs if QP not in RTSJoachim Fenkes3-0/+9
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma6-49/+134
2008-04-23RDMA/nes: Fix adapter reset after PXE bootChien Tung2-13/+13
2008-04-23RDMA/nes: Print IPv4 addresses in a readable formatRoland Dreier3-9/+13
2008-04-23RDMA/nes: Use print_mac() to format ethernet addresses for printingRoland Dreier3-21/+15