summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath
AgeCommit message (Expand)AuthorLines
2008-05-15IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediateRalph Campbell-2/+2
2008-05-15IB/ipath: Fix printk format for ipath_sdma_statusRoland Dreier-2/+2
2008-05-13IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier-4/+4
2008-05-13IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov-18/+23
2008-05-13IB/ipath: Fix RDMA read response sequence checkingRalph Campbell-0/+8
2008-05-13IB/ipath: Fix many locking issues when switching to error stateRalph Campbell-304/+554
2008-05-13IB/ipath: Fix RC and UC error handlingRalph Campbell-224/+132
2008-05-07IB/ipath: Fix SDMA error recovery in absence of link status changeJohn Gregor-10/+29
2008-05-07IB/ipath: Need to always request and handle PIO avail interruptsDave Olson-202/+224
2008-05-07IB/ipath: Fix count of packets received by kernelMichael Albaugh-1/+1
2008-05-07IB/ipath: Return the correct opcode for RDMA WRITE with immediateRalph Campbell-1/+5
2008-05-07IB/ipath: Fix bug that can leave sends disabled after freeze recoveryDave Olson-2/+6
2008-05-07IB/ipath: Only increment SSN if WQE is put on send queueRalph Campbell-1/+1
2008-05-07IB/ipath: Only warn about prototype chip during initMichael Albaugh-2/+3
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner-1/+2
2008-04-21IB/ipath: Correct capitalization "IntX" -> "INTx"Roland Dreier-6/+6
2008-04-21IB/ipath: Remove tests of PCI_MSI in ipath_iba7220.cRoland Dreier-9/+4
2008-04-21IB/ipath: Remove dependency on PCI_MSI || HT_IRQRoland Dreier-1/+1
2008-04-21IB/ipath: Build IBA7220 code unconditionallyRoland Dreier-2/+4
2008-04-21IB/ipath: Remove reference to dev->class_dev ...Roland Dreier-1/+0
2008-04-21IB/ipath: Fix module parameter description for disable_smaPaul Bolle-1/+1
2008-04-19IB: convert struct class_device to struct deviceTony Jones-48/+51
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier-12/+12
2008-04-16IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell-18/+18
2008-04-16IB/ipath: add calls to new 7220 code and enable in buildDave Olson-136/+896
2008-04-16IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones-34/+83
2008-04-16IB/ipath: User mode send DMAArthur Jones-0/+879
2008-04-16IB/ipath: User mode send DMA header fileArthur Jones-0/+54
2008-04-16IB/ipath: Add code for IBA7220 send DMAJohn Gregor-0/+743
2008-04-16IB/ipath: Add IBA7220-specific SERDES initialization dataRalph Campbell-0/+1082
2008-04-16IB/ipath: Support for SerDes portion of IBA7220Michael Albaugh-0/+1462
2008-04-16IB/ipath: HCA-specific code to support IBA7220Ralph Campbell-0/+2571
2008-04-16IB/ipath: Isolate 7220-specific contentMichael Albaugh-0/+57
2008-04-16IB/ipath: Header file changes to support IBA7220Ralph Campbell-54/+282
2008-04-16IB/ipath: Fix up error handlingRalph Campbell-17/+66
2008-04-16IB/ipath: Fix check for no interrupts to reliably fallback to INTxDave Olson-22/+42
2008-04-16IB/ipath: Enable reduced PIO update for HCAs that support it.Dave Olson-1/+45
2008-04-16IB/ipath: Set LID filtering for HCAs that support it.Dave Olson-2/+7
2008-04-16IB/ipath: Add support for IBTA 1.2 HeartbeatDave Olson-3/+30
2008-04-16IB/ipath: Make link state transition code ignore (transient) link recoveryDave Olson-1/+15
2008-04-16IB/ipath: Add support for 7220 receive queue changesRalph Campbell-225/+305
2008-04-16IB/ipath: Fix some white space and code style issuesRalph Campbell-35/+38
2008-04-16IB/ipath: Allow old and new diagnostic packet formatsMichael Albaugh-2/+7
2008-04-16IB/ipath: Fix time comparison to use time_after_eq()Robert P. J. Day-1/+2
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen-0/+5
2008-04-16IB/ipath: EEPROM support for 7220 devices, robustness improvements, cleanupMichael Albaugh-67/+439
2008-04-16IB/ipath: Use PIO buffer for RC ACKsRalph Campbell-18/+39
2008-04-16IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell-145/+225
2008-04-16IB/ipath: Prevent link-recovery code from negating admin disableMichael Albaugh-29/+55
2008-04-16IB/ipath: Remove some useless (void) castsRalph Campbell-9/+9