summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/ipath
AgeCommit message (Expand)AuthorFilesLines
2008-04-17IB/ipath: Fix sanity checks on QP number of WRs and SGEsRalph Campbell1-10/+16
2008-04-17IB/ipath: Remove useless commentsRalph Campbell1-2/+0
2008-04-17IB/ipath: HW workaround for case where chip can send but not receiveDave Olson3-0/+24
2008-04-17IB/ipath: Add code to support multiple link speeds and widthsRalph Campbell3-33/+69
2008-04-17IB/ipath: Head of Line blocking vs forward progress of user appsJohn Gregor7-182/+310
2008-04-17IB/ipath: Make debug error message match the constraint that is checked forRalph Campbell1-1/+1
2008-04-17IB/ipath: Don't try to handle freeze mode HW errors if diagnostic modeRalph Campbell1-1/+1
2008-04-17IB/ipath: Fix link up LED displayArthur Jones1-1/+1
2008-04-17IB/ipath: Fix error recovery for send buffer status after chip freeze modeRalph Campbell1-1/+2
2008-04-17IB/ipath: Fix byte order of pioavail in handle_errors()Ralph Campbell1-3/+3
2008-04-17IB/ipath: Enable 4KB MTUDave Olson8-65/+45
2008-04-17IB/ipath: Shared context code needs to be sure device is usableDave Olson1-1/+1
2008-04-17IB/ipath: Provide I/O bus speeds for diagnostic purposesArthur Jones4-23/+85
2008-04-17IB/ipath: Make some constants chip-specific, related cleanupDave Olson3-30/+35
2008-04-17IB/ipath: Misc sparse warning cleanupArthur Jones2-4/+7
2008-04-17IB/ipath: Fix sparse warning about shadowed symbolRoland Dreier1-4/+4
2008-04-17IB/ipath: Fix sparse warning about pointer signednessArthur Jones2-3/+3
2008-03-12IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packetsPatrick Marchand Latifi1-0/+4
2008-03-12IB/ipath: Fix error completion put on send CQ instead of recv CQPatrick Marchand Latifi1-1/+1
2008-03-12IB/ipath: Fix RC QP initializationPatrick Marchand Latifi1-4/+5
2008-03-12IB/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-26IB/ipath: Remove unnecessary castJan Engelhardt1-2/+1
2008-01-26IB/ipath: Trivial simplification of ipath_make_ud_req()Ralph Campbell1-2/+1
2008-01-26IB/ipath: Add mappings from HW register to PortInfo port physical stateRalph Campbell2-16/+41
2008-01-26IB/ipath: Changes to support PIO bandwidth check on IBA7220Dave Olson4-1/+49
2008-01-26IB/ipath: Minor cleanup of unused fields and chip-specific errorsDave Olson2-59/+25
2008-01-26IB/ipath: New sysfs entries to control 7220 featuresMichael Albaugh2-0/+366
2008-01-26IB/ipath: Add new chip-specific functions to older chips, consistent initDave Olson4-26/+407
2008-01-26IB/ipath: Remove unused MDIO interface codeDave Olson5-168/+2
2008-01-26IB/ipath: Fix some sparse warnings about shadowed symbolsRoland Dreier2-4/+1
2008-01-26IB/ipath: Drop support for the original QHT7040 boardDave Olson1-2/+1
2008-01-26IB/ipath: Add ipath_read_ireg() abstractionArthur Jones2-2/+10
2008-01-26IB/ipath: Add flag and handling for chips with swapped register bugRalph Campbell5-16/+10
2008-01-26IB/ipath: Port config has on-chip effects for 7220Ralph Campbell5-4/+24
2008-01-26IB/ipath: Allow more flexible user register alignmentsRalph Campbell4-5/+22
2008-01-26IB/ipath: Clean up some commentsDave Olson6-13/+11
2008-01-26IB/ipath: Export hardware counters more consistentlyRalph Campbell5-17/+328
2008-01-26IB/ipath: MAD performance sampling registers supportRalph Campbell5-44/+101
2008-01-26IB/ipath: Changes for fields moving from devdata to portdataDave Olson5-36/+17
2008-01-26IB/ipath: Generalize some xxx_SHIFT macrosDave Olson7-13/+40
2008-01-26IB/ipath: kreceive uses portdata rather than devdataRalph Campbell6-26/+46
2008-01-26IB/ipath: Cleanup ipath_get_egrbuf()Ralph Campbell1-4/+2
2008-01-26IB/ipath: Fix RNR NAK handlingRalph Campbell2-12/+12
2008-01-26IB/ipath: Convert from .nopage to .faultNick Piggin2-21/+12
2008-01-26IB/ipath: Add the work completion error code to the QP error debug outputRalph Campbell1-2/+2
2008-01-26IB/ipath: Better comment for rmb() in ipath_intr()Arthur Jones1-1/+9
2008-01-26IB/ipath: Fix comments for ipath_create_srq()Ralph Campbell1-2/+2
2008-01-26IB/ipath: Fix error returned from ib_resize_cq if new size smaller than # ent...Ralph Campbell1-1/+1
2008-01-26IB/ipath: Fix sendctrl lockingJohn Gregor6-29/+72