aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] missing includes from infiniband mergeAl Viro2006-09-231-0/+1
* RDMA: iWARP Core Changes.Tom Tucker2006-09-221-1/+1
* IB: Whitespace fixesRoland Dreier2006-09-221-3/+3
* IB/ipath: control receive polarity inversionBryan O'Sullivan2006-09-226-0/+69
* IB/ipath: fix return value from ipath_pollBryan O'Sullivan2006-09-221-1/+5
* IB/ipath: allow SMA to be disabledBryan O'Sullivan2006-09-221-0/+7
* IB/ipath: handle sq_sig_all field correctlyBryan O'Sullivan2006-09-221-5/+8
* IB/ipath: put a limit on the number of QPs that can be createdBryan O'Sullivan2006-09-223-1/+25
* IB/ipath: validate path_mig_state properlyBryan O'Sullivan2006-09-221-1/+2
* IB/ipath: be more strict about testing the modify QP verbBryan O'Sullivan2006-09-222-2/+32
* IB/ipath: add serial number to hardware freeze error messageBryan O'Sullivan2006-09-222-4/+6
* IB/ipath: support new QLogic product naming schemeBryan O'Sullivan2006-09-227-71/+68
* IB/ipath: account for attached QPs correctlyBryan O'Sullivan2006-09-221-0/+2
* IB/ipath: do not allow use of CQ entries with invalid countsBryan O'Sullivan2006-09-221-1/+6
* IB/ipath: add new minor device to allow sending of diag packetsBryan O'Sullivan2006-09-224-0/+176
* IB/ipath: trivial cleanupsBryan O'Sullivan2006-09-221-1/+0
* IB/ipath: remove stale references to userspace SMABryan O'Sullivan2006-09-2214-119/+35
* IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan2006-09-228-134/+17
* IB/ipath: simplify layering codeBryan O'Sullivan2006-09-2217-1329/+1126
* IB/ipath: merge ipath_core and ib_ipath driversBryan O'Sullivan2006-09-229-291/+61
* IB/ipath: drop requirement that PIO buffers be mmaped write-onlyBryan O'Sullivan2006-09-221-9/+4
* IB/ipath: fix handling of kpiobufsBryan O'Sullivan2006-09-221-1/+2
* IB/ipath: fix for crash on module unload, if cfgports < portcntBryan O'Sullivan2006-09-221-1/+5
* IB/ipath: lock resource limit counters correctlyBryan O'Sullivan2006-09-223-8/+38
* IB/ipath: More changes to support InfiniPath on PowerPC 970 systemsBryan O'Sullivan2006-09-224-0/+66
* IB/ipath: Performance improvements via mmap of queuesRalph Campbell2006-09-229-382/+785
* IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell2006-09-223-4/+8
* IB/ipath: ipath_skip_sge() can break if num_sge > 1Ralph Campbell2006-07-241-4/+0
* IB/ipath: Fix ib_ipath driver to work with SRPRalph Campbell2006-07-242-0/+16
* IB/ipath: Fix a data corruptionRalph Campbell2006-07-241-40/+36
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* [PATCH] IB/ipath: namespace cleanup: replace ips with ipathBryan O'Sullivan2006-07-0116-357/+198
* [PATCH] IB/ipath: ignore receive queue size if SRQ is specifiedBryan O'Sullivan2006-07-011-11/+16
* [PATCH] IB/ipath: remove some #if 0 code related to lockable memoryBryan O'Sullivan2006-07-011-11/+0
* [PATCH] IB/ipath: fix a bug that results in addresses near 0 being written vi...Bryan O'Sullivan2006-07-014-26/+60
* [PATCH] IB/ipath: read/write correct sizes through diag interfaceBryan O'Sullivan2006-07-011-4/+5
* [PATCH] IB/ipath: support more models of InfiniPath hardwareBryan O'Sullivan2006-07-014-10/+38
* [PATCH] IB/ipath: drop the "stats" sysfs attribute groupBryan O'Sullivan2006-07-011-83/+0
* [PATCH] IB/ipath: purge sps_lid and sps_mlid arraysBryan O'Sullivan2006-07-016-36/+11
* [PATCH] IB/ipath: rC receive interrupt performance changesBryan O'Sullivan2006-07-016-269/+265
* [PATCH] IB/ipath: fixes to performance get counters for IB complianceBryan O'Sullivan2006-07-019-27/+93
* [PATCH] IB/ipath: check for valid LID and multicast LIDsBryan O'Sullivan2006-07-011-2/+2
* [PATCH] IB/ipath: removed redundant statementsBryan O'Sullivan2006-07-013-5/+0
* [PATCH] IB/ipath: don't confuse the max message size with the MTUBryan O'Sullivan2006-07-011-1/+1
* [PATCH] IB/ipath: disallow send of invalid packet sizes over UDBryan O'Sullivan2006-07-011-0/+5
* [PATCH] IB/ipath: fix lost interrupts on HT-400Bryan O'Sullivan2006-07-012-17/+36
* [PATCH] IB/ipath: fixed bug 9776 for realBryan O'Sullivan2006-07-012-31/+42
* [PATCH] IB/ipath: reduce overhead on receive interruptsBryan O'Sullivan2006-07-014-73/+105
* [PATCH] IB/ipath: memory management cleanupsBryan O'Sullivan2006-07-016-370/+279
* [PATCH] IB/ipath: use vmalloc to allocate struct ipath_devdataBryan O'Sullivan2006-07-012-8/+3