aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath
Commit message (Expand)AuthorAgeFilesLines
* IB/ipath: Add new chip-specific functions to older chips, consistent initDave Olson2008-01-254-26/+407
* IB/ipath: Remove unused MDIO interface codeDave Olson2008-01-255-168/+2
* IB/ipath: Fix some sparse warnings about shadowed symbolsRoland Dreier2008-01-252-4/+1
* IB/ipath: Drop support for the original QHT7040 boardDave Olson2008-01-251-2/+1
* IB/ipath: Add ipath_read_ireg() abstractionArthur Jones2008-01-252-2/+10
* IB/ipath: Add flag and handling for chips with swapped register bugRalph Campbell2008-01-255-16/+10
* IB/ipath: Port config has on-chip effects for 7220Ralph Campbell2008-01-255-4/+24
* IB/ipath: Allow more flexible user register alignmentsRalph Campbell2008-01-254-5/+22
* IB/ipath: Clean up some commentsDave Olson2008-01-256-13/+11
* IB/ipath: Export hardware counters more consistentlyRalph Campbell2008-01-255-17/+328
* IB/ipath: MAD performance sampling registers supportRalph Campbell2008-01-255-44/+101
* IB/ipath: Changes for fields moving from devdata to portdataDave Olson2008-01-255-36/+17
* IB/ipath: Generalize some xxx_SHIFT macrosDave Olson2008-01-257-13/+40
* IB/ipath: kreceive uses portdata rather than devdataRalph Campbell2008-01-256-26/+46
* IB/ipath: Cleanup ipath_get_egrbuf()Ralph Campbell2008-01-251-4/+2
* IB/ipath: Fix RNR NAK handlingRalph Campbell2008-01-252-12/+12
* IB/ipath: Convert from .nopage to .faultNick Piggin2008-01-252-21/+12
* IB/ipath: Add the work completion error code to the QP error debug outputRalph Campbell2008-01-251-2/+2
* IB/ipath: Better comment for rmb() in ipath_intr()Arthur Jones2008-01-251-1/+9
* IB/ipath: Fix comments for ipath_create_srq()Ralph Campbell2008-01-251-2/+2
* IB/ipath: Fix error returned from ib_resize_cq if new size smaller than # ent...Ralph Campbell2008-01-251-1/+1
* IB/ipath: Fix sendctrl lockingJohn Gregor2008-01-256-29/+72
* IB/ipath: Remove dead code for user process waiting for send bufferRalph Campbell2008-01-252-30/+0
* IB/ipath: Convert ipath_eep_sem semaphore to a mutexMatthias Kaehlcke2008-01-253-12/+13
* IB/ipath: Enable loopback of DR SMP responses from userspaceRalph Campbell2008-01-251-2/+2
* IB/ipath: Improve interrupt handler cache footprintDave Olson2008-01-251-2/+2
* IB/ipath: Fix crash on unload introduced by sysfs changesRoland Dreier2008-01-251-1/+2
* Infiniband: make ipath driver use default driver groups.Greg Kroah-Hartman2008-01-243-40/+10
* IB/ipath: Fix receiving UD messages with immediate dataRalph Campbell2008-01-161-22/+22
* IB/ipath: Normalize error return codes for posting work requestsRalph Campbell2007-11-202-4/+6
* IB/ipath: Fix offset returned to ibv_modify_srq()Ralph Campbell2007-11-201-17/+25
* IB/ipath: Fix error path in QP creationRalph Campbell2007-11-201-6/+9
* IB/ipath: Fix offset returned to ibv_resize_cq()Ralph Campbell2007-11-201-5/+14
* IB/ipath: Fix race with ACK retry timeout list managementRalph Campbell2007-11-131-2/+3
* IB/ipath: Fix memory leak in ipath_resize_cq() if copy_to_user() failsRalph Campbell2007-11-131-4/+7
* IB/ipath: Fix incorrect use of sizeof on msg buffer (function argument)Dave Olson2007-10-301-9/+9
* IB/ipath: Limit length checksummed in eepromMichael Albaugh2007-10-301-1/+9
* IB/ipath: Fix a race where s_last is updated without lock heldRalph Campbell2007-10-301-5/+9
* [SG] Update drivers to use sg helpersJens Axboe2007-10-222-3/+3
* infiniband: sg chaining supportJens Axboe2007-10-161-4/+6
* IB/ipath: Minor fix to ordering of freeing and zeroing of tid pages.Dave Olson2007-10-091-3/+4
* IB/ipath: Remove redundant link state checksRalph Campbell2007-10-091-6/+0
* IB/ipath: Fix IB_EVENT_PORT_ERR eventRalph Campbell2007-10-095-12/+31
* IB/ipath: Better handling of unexpected GPIO interruptsMichael Albaugh2007-10-091-4/+6
* IB/ipath: Maintain active time on all chipsMichael Albaugh2007-10-091-11/+6
* IB/ipath: Fix QHT7040 serial number checkDave Olson2007-10-091-29/+15
* IB/ipath: Indicate a couple of chip bugs to userspaceArthur Jones2007-10-093-3/+7
* IB/ipath: iba6110 rev4 no longer needs recv header overrun workaroundArthur Jones2007-10-091-2/+4
* IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_closeArthur Jones2007-10-093-51/+57
* IB/ipath: Remove duplicate copy of LMCRalph Campbell2007-10-094-26/+29