summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * IB/ipath: Lock and count allocated CQs properlyBryan O'Sullivan2006-09-281-6/+12
| * IB/ipath: Clean up handling of GUID 0Bryan O'Sullivan2006-09-282-8/+17
| * IB/ipath: Unregister from IB core earlyBryan O'Sullivan2006-09-281-1/+11
| * IB/ipath: Support revision 2 InfiniPath PCIE devicesBryan O'Sullivan2006-09-285-37/+215
| * IB/ipath: Driver support for userspace sharing of HW contextsBryan O'Sullivan2006-09-285-241/+754
| * IB/ipath: Fix memory leak if allocation failsBryan O'Sullivan2006-09-281-0/+3
| * IB/ipath: Limit # of packets sent without an ACK receivedBryan O'Sullivan2006-09-284-20/+37
| * IB/iser: Fix the description of iSER in KconfigErez Zilber2006-09-281-6/+7
| * IB/iser: DMA unmap unaligned for RDMA data before touching itErez Zilber2006-09-283-39/+59
| * IB/iser: Have iSER data transaction object point to iSER connErez Zilber2006-09-284-9/+14
| * RDMA/amso1100: Fix memory leak in c2_reg_phys_mr()Roland Dreier2006-09-281-1/+3
| * RDMA/amso1100: Fix error path in c2_llp_accept()Eric Sesterhenn2006-09-281-8/+7Star
| * RDMA/amso1100: Fix compile warningsRoland Dreier2006-09-274-5/+7
* | [IPV4]: annotate inetdev.h helpersAl Viro2006-09-291-2/+2
|/
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0Star
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-272-8/+8
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-4/+1Star
* MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HTBrice Goglin2006-09-271-3/+2Star
* Merge mulgrave-w:git/linux-2.6James Bottomley2006-09-244-0/+4
|\
| * [PATCH] missing includes from infiniband mergeAl Viro2006-09-234-0/+4
* | Merge mulgrave-w:git/scsi-misc-2.6James Bottomley2006-09-232-15/+4Star
|\ \ | |/ |/|
| * [SCSI] libiscsi, iscsi_tcp, iscsi_iser: check that burst lengths are valid.Mike Christie2006-09-022-15/+4Star
* | IB: Fix typo in kerneldoc for ib_set_client_data()Krishna Kumar2006-09-231-1/+1
* | IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2006-09-232-3/+3
* | IPoIB: Remove unused include of vmalloc.hDotan Barak2006-09-231-1/+0Star
* | IPoIB: Rejoin all multicast groups after a port eventEli Cohen2006-09-231-1/+3
* | IPoIB: Create MCGs with all attributes required by RFCRoland Dreier2006-09-231-5/+15
* | IB/iser: INFINIBAND_ISER depends on INETRoland Dreier2006-09-231-1/+1
* | IB/mthca: Simplify calls to mthca_cq_clean()Roland Dreier2006-09-231-3/+2Star
* | IB/mthca: Recover from catastrophic errorsJack Morgenstein2006-09-233-21/+136
* | IB/cm: Do not track remote QPN in timewait stateMichael S. Tsirkin2006-09-231-0/+2
* | IB/sa: Require SA registrationMichael S. Tsirkin2006-09-236-20/+82
* | IPoIB: Refactor completion handlingRoland Dreier2006-09-231-88/+100
* | IB/iser: Do not use FMR for a single dma entry sgErez Zilber2006-09-233-16/+39
* | IB/iser: fix some debug printsErez Zilber2006-09-231-3/+14
* | IB/iser: make FMR "page size" be 4K and not PAGE_SIZEErez Zilber2006-09-233-14/+27
* | IB/iser: Limit the max size of a scsi commandErez Zilber2006-09-231-0/+1