aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22IB/ipath: control receive polarity inversionBryan O'Sullivan6-0/+69
2006-09-22IB/ipath: fix return value from ipath_pollBryan O'Sullivan1-1/+5
2006-09-22IB/ipath: allow SMA to be disabledBryan O'Sullivan1-0/+7
2006-09-22IB/ipath: handle sq_sig_all field correctlyBryan O'Sullivan1-5/+8
2006-09-22IB/ipath: put a limit on the number of QPs that can be createdBryan O'Sullivan3-1/+25
2006-09-22IB/ipath: validate path_mig_state properlyBryan O'Sullivan1-1/+2
2006-09-22IB/ipath: be more strict about testing the modify QP verbBryan O'Sullivan2-2/+32
2006-09-22IB/ipath: add serial number to hardware freeze error messageBryan O'Sullivan2-4/+6
2006-09-22IB/ipath: support new QLogic product naming schemeBryan O'Sullivan7-71/+68
2006-09-22IB/ipath: account for attached QPs correctlyBryan O'Sullivan1-0/+2
2006-09-22IB/ipath: do not allow use of CQ entries with invalid countsBryan O'Sullivan1-1/+6
2006-09-22IB/ipath: add new minor device to allow sending of diag packetsBryan O'Sullivan4-0/+176
2006-09-22IB/ipath: trivial cleanupsBryan O'Sullivan1-1/+0
2006-09-22IB/ipath: remove stale references to userspace SMABryan O'Sullivan14-119/+35
2006-09-22IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan8-134/+17
2006-09-22IB/ipath: simplify layering codeBryan O'Sullivan17-1329/+1126
2006-09-22IB/ipath: merge ipath_core and ib_ipath driversBryan O'Sullivan9-291/+61
2006-09-22IB/ipath: drop requirement that PIO buffers be mmaped write-onlyBryan O'Sullivan1-9/+4
2006-09-22IB/ipath: fix handling of kpiobufsBryan O'Sullivan1-1/+2
2006-09-22IB/ipath: fix for crash on module unload, if cfgports < portcntBryan O'Sullivan1-1/+5
2006-09-22IB/ipath: lock resource limit counters correctlyBryan O'Sullivan3-8/+38
2006-09-22IB/ipath: More changes to support InfiniPath on PowerPC 970 systemsBryan O'Sullivan4-0/+66
2006-09-22IB/ipath: Performance improvements via mmap of queuesRalph Campbell9-382/+785
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell3-4/+8
2006-07-24IB/ipath: ipath_skip_sge() can break if num_sge > 1Ralph Campbell1-4/+0
2006-07-24IB/ipath: Fix ib_ipath driver to work with SRPRalph Campbell2-0/+16
2006-07-24IB/ipath: Fix a data corruptionRalph Campbell1-40/+36
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-07-01[PATCH] IB/ipath: namespace cleanup: replace ips with ipathBryan O'Sullivan16-357/+198
2006-07-01[PATCH] IB/ipath: ignore receive queue size if SRQ is specifiedBryan O'Sullivan1-11/+16
2006-07-01[PATCH] IB/ipath: remove some #if 0 code related to lockable memoryBryan O'Sullivan1-11/+0
2006-07-01[PATCH] IB/ipath: fix a bug that results in addresses near 0 being written via DMABryan O'Sullivan4-26/+60
2006-07-01[PATCH] IB/ipath: read/write correct sizes through diag interfaceBryan O'Sullivan1-4/+5
2006-07-01[PATCH] IB/ipath: support more models of InfiniPath hardwareBryan O'Sullivan4-10/+38
2006-07-01[PATCH] IB/ipath: drop the "stats" sysfs attribute groupBryan O'Sullivan1-83/+0
2006-07-01[PATCH] IB/ipath: purge sps_lid and sps_mlid arraysBryan O'Sullivan6-36/+11
2006-07-01[PATCH] IB/ipath: rC receive interrupt performance changesBryan O'Sullivan6-269/+265
2006-07-01[PATCH] IB/ipath: fixes to performance get counters for IB complianceBryan O'Sullivan9-27/+93
2006-07-01[PATCH] IB/ipath: check for valid LID and multicast LIDsBryan O'Sullivan1-2/+2
2006-07-01[PATCH] IB/ipath: removed redundant statementsBryan O'Sullivan3-5/+0
2006-07-01[PATCH] IB/ipath: don't confuse the max message size with the MTUBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: disallow send of invalid packet sizes over UDBryan O'Sullivan1-0/+5
2006-07-01[PATCH] IB/ipath: fix lost interrupts on HT-400Bryan O'Sullivan2-17/+36
2006-07-01[PATCH] IB/ipath: fixed bug 9776 for realBryan O'Sullivan2-31/+42
2006-07-01[PATCH] IB/ipath: reduce overhead on receive interruptsBryan O'Sullivan4-73/+105
2006-07-01[PATCH] IB/ipath: memory management cleanupsBryan O'Sullivan6-370/+279
2006-07-01[PATCH] IB/ipath: use vmalloc to allocate struct ipath_devdataBryan O'Sullivan2-8/+3
2006-07-01[PATCH] IB/ipath: use more appropriate gfp flagsBryan O'Sullivan1-12/+14
2006-07-01[PATCH] IB/ipath: enable freeze mode when shutting down deviceBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: print better debug info when handling 32/64-bit DMA mask problemsBryan O'Sullivan1-3/+20