aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-05IPoIB: Fix AH leak at interface downEli Cohen1-0/+1
2006-05-24IB/mthca: Fix posting lists of 256 receive requests to SRQ for TavorMichael S. Tsirkin1-20/+21
2006-05-23IB/ipath: deref correct pointer when using kernel SMABryan O'Sullivan1-1/+1
2006-05-23IB/ipath: fix null deref during rdma opsBryan O'Sullivan1-5/+7
2006-05-23IB/ipath: register as IB device ownerBryan O'Sullivan1-0/+1
2006-05-23IB/ipath: enable PE800 receive interrupts on user portsBryan O'Sullivan1-0/+4
2006-05-23IB/ipath: enable GPIO interrupt on HT-460Bryan O'Sullivan5-8/+25
2006-05-23IB/ipath: fix NULL dereference during cleanupBryan O'Sullivan1-11/+11
2006-05-23IB/ipath: replace uses of LIST_POISONBryan O'Sullivan4-28/+25
2006-05-23IB/ipath: fix reporting of driver version to userspaceBryan O'Sullivan1-1/+1
2006-05-23IB/ipath: don't modify QP if changes failBryan O'Sullivan1-15/+17
2006-05-23IB/ipath: fix spinlock recursion bugBryan O'Sullivan1-6/+0
2006-05-18IB/mthca: Fix posting lists of 256 receive requests for TavorMichael S. Tsirkin1-17/+18
2006-05-17IB/uverbs: Don't leak ref to mm on error pathRoland Dreier1-1/+3
2006-05-17IB/srp: Complete correct SCSI commands on device resetIshai Rabinovitz1-1/+1
2006-05-17IB/srp: Get rid of extra scsi_host_put()s if reconnection failsRoland Dreier1-3/+0
2006-05-17IB/srp: Don't wait for disconnection if sending DREQ failsRoland Dreier1-1/+4
2006-05-17IB/mthca: Make fw_cmd_doorbell default to 0Roland Dreier1-1/+1
2006-05-12IB: refcount race fixesSean Hefty5-44/+52
2006-05-12IB/ipath: Properly terminate PCI ID tableRoland Dreier1-4/+3
2006-05-10IB/mthca: FMR ioremap fixMichael S. Tsirkin1-4/+11
2006-05-09IPoIB: Free child interfaces properlyRoland Dreier1-3/+1
2006-05-09IB/mthca: Fix race in reference countingRoland Dreier5-45/+74
2006-05-09IB/srp: Fix tracking of pending requests during error handlingRoland Dreier2-84/+115
2006-05-09IB: Fix display of 4-bit port counters in sysfsRalph Campbell1-1/+1
2006-05-01IB/ipath: tidy up white space in a few filesBryan O'Sullivan3-21/+31
2006-05-01IB/ipath: fix label name in interrupt handlerBryan O'Sullivan1-3/+3
2006-05-01IB/ipath: improve sparse annotationBryan O'Sullivan1-1/+1
2006-05-01IB/ipath: simplify IB timer usageBryan O'Sullivan2-30/+12
2006-05-01IB/ipath: simplify RC send postingBryan O'Sullivan1-11/+4
2006-05-01IB/ipath: prevent hardware from being accessed during resetBryan O'Sullivan3-6/+23
2006-05-01IB/ipath: fix verbs registrationBryan O'Sullivan1-1/+5
2006-05-01IB/ipath: change handling of PIO buffersBryan O'Sullivan1-14/+22
2006-05-01IB/ipath: iterate over correct number of ports during resetBryan O'Sullivan1-1/+1
2006-05-01IB/ipath: set up 32-bit DMA mask if 64-bit setup failsBryan O'Sullivan1-3/+13
2006-05-01IB/ipath: fix race with exposing reset fileBryan O'Sullivan2-2/+15
2006-05-01IB/mthca: Fix offset in query_gid methodRoland Dreier1-1/+1
2006-04-19IB/mthca: make a function staticAdrian Bunk1-1/+1
2006-04-19IB/ipath: Fix whitespaceRoland Dreier2-57/+57
2006-04-19IB/ipath: Make more names staticRoland Dreier9-93/+75
2006-04-19IB/mad: Fix RMPP version check during agent registrationHal Rosenstock1-4/+1
2006-04-19IB/srp: Remove request from list when SCSI abort succeedsRoland Dreier1-7/+11
2006-04-12IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devicesJack Morgenstein4-2/+30
2006-04-10IB/cache: Use correct pointer to calculate sizeMichael S. Tsirkin1-1/+1
2006-04-10IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()Roland Dreier1-5/+4
2006-04-10IPoIB: Close race in ipoib_flush_paths()Eli Cohen1-2/+3
2006-04-10IB/mthca: Disable tuning PCI read burst sizeMichael S. Tsirkin1-0/+7
2006-04-10IPoIB: Make send and receive queue sizes tunableShirley Ma4-20/+40
2006-04-10IPoIB: Wait for join to finish before freeing mcast structEli Cohen1-21/+20
2006-04-10IB: simplify static rate encodingJack Morgenstein12-36/+233