summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
* IB/ehca: Fix eHCA driver compilation for uniprocessorPaul Mackerras2006-10-311-0/+1
* RDMA/cma: rdma_bind_addr() leaks a cma_dev reference countKrishna Kumar2006-10-311-8/+15
* IB/iser: Start connection after enabling iSERErez Zilber2006-10-311-2/+2
* IB/mthca: Use mmiowb after doorbell ringArthur Kepner2006-10-173-0/+34
* IB/ipath: Initialize diagpkt file on device init onlyRobert Walsh2006-10-163-40/+38Star
* RDMA/amso1100: Fix a NULL dereference in error pathAdrian Bunk2006-10-161-2/+2
* RDMA/amso1100: pci_module_init() conversionHenrik Kretzschmar2006-10-161-1/+1
* IB/mthca: Fix off-by-one in mthca SRQ creationMichael S. Tsirkin2006-10-101-2/+4
* IPoIB: Check for DMA mapping error for TX packetsRoland Dreier2006-10-101-0/+5
* RDMA/amso1100: Fix build with debugging offRoland Dreier2006-10-101-2/+0Star
* IB/cm: Send DREP in response to unmatched DREQSean Hefty2006-10-101-1/+29
* IB/cm: Fix timewait crash after module unloadSean Hefty2006-10-101-18/+36
* IB/mthca: Query port fixJack Morgenstein2006-10-101-0/+2
* IB/srp: Enable multiple connections to the same targetIshai Rabinovitz2006-10-102-10/+18
* IB/srp: Remove redundant memset()Ishai Rabinovitz2006-10-101-1/+0Star
* RDMA/amso1100: Add spinlocks to serialize ib_post_send/ib_post_recvTom Tucker2006-10-101-4/+12
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-056-14/+12Star
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0Star
* Still more typo fixesMatt LaPlante2006-10-031-1/+1
* IB/ehca: Tweak trace message formatHoang-Nam Nguyen2006-10-021-1/+1
* IB/ehca: Fix device registrationHoang-Nam Nguyen2006-10-021-17/+19
* IB/ipath: Fix RDMA readsRalph Campbell2006-10-021-27/+32
* RDMA/cma: Optimize error handlingKrishna Kumar2006-10-021-10/+14
* RDMA/cma: Eliminate unnecessary remove_listKrishna Kumar2006-10-021-5/+1Star
* RDMA/cma: Set status correctly on route resolution errorSean Hefty2006-10-021-0/+1
* RDMA/cma: Fix device removal raceKrishna Kumar2006-10-021-0/+1
* RDMA/cma: Fix leak of cm_ids in case of failuresKrishna Kumar2006-10-021-4/+11
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-1/+1
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-2/+2
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-09-3038-884/+1973
|\
| * IB/ipath: Fix lockdep error upon "ifconfig ibN down"Bryan O'Sullivan2006-09-281-5/+7
| * IB/ipath: Fix races with ib_resize_cq()Bryan O'Sullivan2006-09-281-8/+22
| * IB/ipath: Support new PCIE device, QLE7142Bryan O'Sullivan2006-09-281-0/+3
| * IB/ipath: Set CPU affinity earlyBryan O'Sullivan2006-09-282-10/+35
| * IB/ipath: Fix EEPROM read when driver is compiled with -OsBryan O'Sullivan2006-09-281-0/+1
| * IB/ipath: Fix and recover TXE piobuf and PBC parity errorsBryan O'Sullivan2006-09-285-52/+124
| * IB/ipath: Change HT CRC message to indicate how to resolve problemBryan O'Sullivan2006-09-281-1/+1
| * IB/ipath: Clean up module exit codeBryan O'Sullivan2006-09-281-161/+128Star
| * IB/ipath: Call mtrr_del with correct argumentsBryan O'Sullivan2006-09-282-2/+13
| * IB/ipath: Flush RWQEs if access error or invalid error seenBryan O'Sullivan2006-09-284-9/+26
| * IB/ipath: Improved support for PowerPCBryan O'Sullivan2006-09-288-73/+198
| * IB/ipath: Drop unnecessary "(void *)" castsBryan O'Sullivan2006-09-281-3/+3
| * IB/ipath: Support multiple simultaneous devices of different typesBryan O'Sullivan2006-09-287-63/+81
| * IB/ipath: Fix mismatch in shifts and masks for printing debug infoBryan O'Sullivan2006-09-281-2/+2
| * IB/ipath: Fix compiler warnings and errors on non-x86_64 systemsBryan O'Sullivan2006-09-281-5/+4Star
| * IB/ipath: Print more informative parity error messagesBryan O'Sullivan2006-09-285-97/+158
| * IB/ipath: Ensure that PD of MR matches PD of QP checking the RkeyBryan O'Sullivan2006-09-287-29/+26Star
| * IB/ipath: RC and UC should validate SLID and DLIDBryan O'Sullivan2006-09-282-0/+8
| * IB/ipath: Only allow complete writes to flashBryan O'Sullivan2006-09-281-6/+3Star
| * IB/ipath: Count SRQs properlyBryan O'Sullivan2006-09-281-8/+15