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