aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-16IB/ipath: Enable reduced PIO update for HCAs that support it.Dave Olson3-1/+45
2008-04-16IB/ipath: Set LID filtering for HCAs that support it.Dave Olson1-2/+7
2008-04-16IB/ipath: Add support for IBTA 1.2 HeartbeatDave Olson2-3/+30
2008-04-16IB/ipath: Make link state transition code ignore (transient) link recoveryDave Olson1-1/+15
2008-04-16IB/ipath: Add support for 7220 receive queue changesRalph Campbell10-225/+305
2008-04-16IB/ipath: Fix some white space and code style issuesRalph Campbell6-35/+38
2008-04-16IB/ipath: Allow old and new diagnostic packet formatsMichael Albaugh1-2/+7
2008-04-16IB/ipath: Fix time comparison to use time_after_eq()Robert P. J. Day1-1/+2
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+5
2008-04-16IB/ipath: EEPROM support for 7220 devices, robustness improvements, cleanupMichael Albaugh3-67/+439
2008-04-16IB/ipath: Use PIO buffer for RC ACKsRalph Campbell1-18/+39
2008-04-16IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell8-145/+225
2008-04-16IB/ipath: Prevent link-recovery code from negating admin disableMichael Albaugh6-29/+55
2008-04-16IB/ipath: Remove some useless (void) castsRalph Campbell2-9/+9
2008-04-16IB/ipath: Change the module authorRalph Campbell1-1/+1
2008-04-16IB/ipath: Fix PCI config write size used to clear linkctrl error bitsRoland Dreier1-1/+1
2008-04-16IB/ipath: Fix sanity checks on QP number of WRs and SGEsRalph Campbell1-10/+16
2008-04-16IB/ipath: Remove useless commentsRalph Campbell1-2/+0
2008-04-16IB/ipath: HW workaround for case where chip can send but not receiveDave Olson3-0/+24
2008-04-16IB/ipath: Add code to support multiple link speeds and widthsRalph Campbell3-33/+69
2008-04-16IB/ipath: Head of Line blocking vs forward progress of user appsJohn Gregor7-182/+310
2008-04-16IB/ipath: Make debug error message match the constraint that is checked forRalph Campbell1-1/+1
2008-04-16IB/ipath: Don't try to handle freeze mode HW errors if diagnostic modeRalph Campbell1-1/+1
2008-04-16IB/ipath: Fix link up LED displayArthur Jones1-1/+1
2008-04-16IB/ipath: Fix error recovery for send buffer status after chip freeze modeRalph Campbell1-1/+2
2008-04-16IB/ipath: Fix byte order of pioavail in handle_errors()Ralph Campbell1-3/+3
2008-04-16IB/ipath: Enable 4KB MTUDave Olson8-65/+45
2008-04-16IB/ipath: Shared context code needs to be sure device is usableDave Olson1-1/+1
2008-04-16IB/ipath: Provide I/O bus speeds for diagnostic purposesArthur Jones4-23/+85
2008-04-16IB/ipath: Make some constants chip-specific, related cleanupDave Olson3-30/+35
2008-04-16IB/ipath: Misc sparse warning cleanupArthur Jones2-4/+7
2008-04-16IB/ipath: Fix sparse warning about shadowed symbolRoland Dreier1-4/+4
2008-04-16IB/ipath: Fix sparse warning about pointer signednessArthur Jones2-3/+3
2008-03-11IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packetsPatrick Marchand Latifi1-0/+4
2008-03-11IB/ipath: Fix error completion put on send CQ instead of recv CQPatrick Marchand Latifi1-1/+1
2008-03-11IB/ipath: Fix RC QP initializationPatrick Marchand Latifi1-4/+5
2008-03-11IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()Patrick Marchand Latifi1-1/+1
2008-03-11IB/ipath: Fix IB compliance problems with link state vs physical stateRalph Campbell5-22/+18
2008-01-25IB/ipath: Remove unnecessary castJan Engelhardt1-2/+1
2008-01-25IB/ipath: Trivial simplification of ipath_make_ud_req()Ralph Campbell1-2/+1
2008-01-25IB/ipath: Add mappings from HW register to PortInfo port physical stateRalph Campbell2-16/+41
2008-01-25IB/ipath: Changes to support PIO bandwidth check on IBA7220Dave Olson4-1/+49
2008-01-25IB/ipath: Minor cleanup of unused fields and chip-specific errorsDave Olson2-59/+25
2008-01-25IB/ipath: New sysfs entries to control 7220 featuresMichael Albaugh2-0/+366
2008-01-25IB/ipath: Add new chip-specific functions to older chips, consistent initDave Olson4-26/+407
2008-01-25IB/ipath: Remove unused MDIO interface codeDave Olson5-168/+2
2008-01-25IB/ipath: Fix some sparse warnings about shadowed symbolsRoland Dreier2-4/+1
2008-01-25IB/ipath: Drop support for the original QHT7040 boardDave Olson1-2/+1
2008-01-25IB/ipath: Add ipath_read_ireg() abstractionArthur Jones2-2/+10
2008-01-25IB/ipath: Add flag and handling for chips with swapped register bugRalph Campbell5-16/+10