summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2006-09-28IB/ipath: Ensure that PD of MR matches PD of QP checking the RkeyBryan O'Sullivan7-29/+26
2006-09-28IB/ipath: RC and UC should validate SLID and DLIDBryan O'Sullivan2-0/+8
2006-09-28IB/ipath: Only allow complete writes to flashBryan O'Sullivan1-6/+3
2006-09-28IB/ipath: Count SRQs properlyBryan O'Sullivan1-8/+15
2006-09-28IB/ipath: Lock and count allocated CQs properlyBryan O'Sullivan1-6/+12
2006-09-28IB/ipath: Clean up handling of GUID 0Bryan O'Sullivan2-8/+17
2006-09-28IB/ipath: Unregister from IB core earlyBryan O'Sullivan1-1/+11
2006-09-28IB/ipath: Support revision 2 InfiniPath PCIE devicesBryan O'Sullivan5-37/+215
2006-09-28IB/ipath: Driver support for userspace sharing of HW contextsBryan O'Sullivan5-241/+754
2006-09-28IB/ipath: Fix memory leak if allocation failsBryan O'Sullivan1-0/+3
2006-09-28IB/ipath: Limit # of packets sent without an ACK receivedBryan O'Sullivan4-20/+37
2006-09-28RDMA/amso1100: Fix memory leak in c2_reg_phys_mr()Roland Dreier1-1/+3
2006-09-28RDMA/amso1100: Fix error path in c2_llp_accept()Eric Sesterhenn1-8/+7
2006-09-28RDMA/amso1100: Fix compile warningsRoland Dreier4-5/+7
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-6/+6
2006-09-27MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HTBrice Goglin1-3/+2
2006-09-23[PATCH] missing includes from infiniband mergeAl Viro3-0/+3
2006-09-23IB/mthca: Simplify calls to mthca_cq_clean()Roland Dreier1-3/+2
2006-09-23IB/mthca: Recover from catastrophic errorsJack Morgenstein3-21/+136
2006-09-23RDMA/amso1100: Add driver for Ammasso 1100 RNICTom Tucker23-0/+9011
2006-09-23RDMA: iWARP Core Changes.Tom Tucker3-3/+3
2006-09-23IB: Whitespace fixesRoland Dreier2-8/+8
2006-09-23IB/mthca: Return correct number of bits for static rate in query_qpJack Morgenstein1-1/+1
2006-09-23IB/mthca: Return port number for unconnected QPs in query_qpJack Morgenstein1-4/+6
2006-09-23IB/mthca: Fix default static rate returned for Tavor in AVJack Morgenstein1-1/+1
2006-09-23IB/ipath: control receive polarity inversionBryan O'Sullivan6-0/+69
2006-09-23IB/ipath: fix return value from ipath_pollBryan O'Sullivan1-1/+5
2006-09-23IB/ipath: allow SMA to be disabledBryan O'Sullivan1-0/+7
2006-09-23IB/ipath: handle sq_sig_all field correctlyBryan O'Sullivan1-5/+8
2006-09-23IB/ipath: put a limit on the number of QPs that can be createdBryan O'Sullivan3-1/+25
2006-09-23IB/ipath: validate path_mig_state properlyBryan O'Sullivan1-1/+2
2006-09-23IB/ipath: be more strict about testing the modify QP verbBryan O'Sullivan2-2/+32
2006-09-23IB/ipath: add serial number to hardware freeze error messageBryan O'Sullivan2-4/+6
2006-09-23IB/ipath: support new QLogic product naming schemeBryan O'Sullivan7-71/+68
2006-09-23IB/ipath: account for attached QPs correctlyBryan O'Sullivan1-0/+2
2006-09-23IB/ipath: do not allow use of CQ entries with invalid countsBryan O'Sullivan1-1/+6
2006-09-23IB/ipath: add new minor device to allow sending of diag packetsBryan O'Sullivan4-0/+176
2006-09-23IB/ipath: trivial cleanupsBryan O'Sullivan1-1/+0
2006-09-23IB/ipath: remove stale references to userspace SMABryan O'Sullivan14-119/+35
2006-09-23IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan8-134/+17
2006-09-23IB/ipath: simplify layering codeBryan O'Sullivan17-1329/+1126
2006-09-23IB/ipath: merge ipath_core and ib_ipath driversBryan O'Sullivan9-291/+61
2006-09-23IB/ipath: drop requirement that PIO buffers be mmaped write-onlyBryan O'Sullivan1-9/+4
2006-09-23IB/ipath: fix handling of kpiobufsBryan O'Sullivan1-1/+2
2006-09-23IB/ipath: fix for crash on module unload, if cfgports < portcntBryan O'Sullivan1-1/+5
2006-09-23IB/ipath: lock resource limit counters correctlyBryan O'Sullivan3-8/+38
2006-09-23IB/ipath: More changes to support InfiniPath on PowerPC 970 systemsBryan O'Sullivan4-0/+66
2006-09-23IB/ipath: Performance improvements via mmap of queuesRalph Campbell9-382/+785
2006-09-23IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell8-10/+18