aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-29IB/mthca: Fix section mismatch problemsRoland Dreier9-12/+12
2006-03-29IB/mthca: Fix check of size in SRQ creationJack Morgenstein1-1/+1
2006-03-24IB/mthca: Fix modify QP error pathRoland Dreier1-10/+11
2006-03-24IB/mthca: Fix indentationRoland Dreier1-2/+2
2006-03-24IB/mthca: Fix uninitialized variable in mthca_alloc_qp()Jack Morgenstein1-4/+5
2006-03-24IB/mthca: Check SRQ limit in modify SRQ operationJack Morgenstein1-0/+2
2006-03-24IB/mthca: Check that SRQ WQE size does not exceed device's max valueJack Morgenstein1-0/+4
2006-03-24IB/mthca: Check that sgid_index and path_mtu are valid in modify_qpDotan Barak1-4/+23
2006-03-20IB/mthca: Query SRQ srq_limit fixesEli Cohen1-4/+8
2006-03-20IB/mthca: Correct reported SRQ size in MemFree case.Dotan Barak1-2/+2
2006-03-20IB/mthca: Coverity fix to mthca_init_eq_table()Roland Dreier1-1/+1
2006-03-20IB/mthca: Update firmware versionsRoland Dreier1-3/+3
2006-03-20IB/mthca: Optimize large messages on Sinai HCAsEli Cohen5-17/+51
2006-03-20IB/mthca: Use an enum for HCA page sizeIshai Rabinovitz4-30/+37
2006-03-20IB/mthca: Check alternate P_Key index when setting alternate pathDotan Barak1-2/+8
2006-03-20IB/mthca: Add support for send work request fence flagDotan Barak1-2/+6
2006-03-20IB/mthca: Implement query_ah methodJack Morgenstein3-0/+33
2006-03-20IB/mthca: Write FW commands through doorbell pageEli Cohen2-23/+136
2006-03-20IB/mthca: Return actual capacity from create_srqDotan Barak1-0/+3
2006-03-20IB/mthca: Bump driver version and release dateRoland Dreier1-2/+2
2006-03-20IB/mthca: Support for query QP and SRQEli Cohen6-1/+184
2006-03-20IB/mthca: Convert to use ib_modify_qp_is_ok()Roland Dreier3-290/+76
2006-03-20IB/mthca: Generate SQ drained events when requestedRoland Dreier2-2/+15
2006-03-20IB: Enable FMR pool user to set page sizeOr Gerlitz1-5/+5
2006-03-20IB/mthca: Add modify_device method to set node descriptionRoland Dreier2-1/+48
2006-03-20IB/mthca: Whitespace cleanupsRoland Dreier9-26/+26
2006-03-20IB/mthca: Add device-specific support for resizing CQsRoland Dreier7-52/+308
2006-03-20IB/mthca: Get rid of might_sleep() annotationsRoland Dreier3-13/+0
2006-03-20IB/mthca: Make functions that never fail return voidRoland Dreier3-22/+15
2006-02-13IB/mthca: bump driver version and release dateRoland Dreier1-2/+2
2006-02-10IB/mthca: Don't print debugging info until we have all valuesRoland Dreier1-19/+19
2006-01-30IB/mthca: Semaphore to mutex conversionsRoland Dreier6-36/+37
2006-01-30IB/mthca: Don't cancel commands on a signalMichael S. Tsirkin2-16/+7
2006-01-30IB/mthca: Relax UAR size checkMichael S. Tsirkin1-2/+8
2006-01-21IB/mthca: Use correct GID in MADs sent on port 2Michael S. Tsirkin1-1/+1
2006-01-12IB/mthca: Initialize grh_present before using itMichael S. Tsirkin3-5/+8
2006-01-12IB/mthca: Cosmetic: use the ALIGN macroMichael S. Tsirkin1-2/+3
2006-01-12IB/mthca: Fix memory leaks in error handlingJack Morgenstein1-3/+7
2006-01-12IB/mthca: Fix memory leak of multicast group structuresIshai Rabinovitz1-1/+1
2006-01-10IB: Add node_guid to struct ib_deviceSean Hefty1-2/+38
2006-01-09IB/mthca: Factor common MAD initialization codeRoland Dreier1-30/+22
2006-01-09IB/mthca: kzalloc conversionsRoland Dreier1-8/+4
2006-01-09IB/mthca: prevent event queue overrunMichael S. Tsirkin1-13/+15
2006-01-09IB/mthca: fix page shift calculation in mthca_reg_phys_mr()Michael S. Tsirkin1-11/+7
2006-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds8-151/+217
2006-01-08[PATCH] fix more missing includesTim Schmielau1-0/+1
2006-01-06IB/mthca: Add support for automatic path migration (APM)Dotan Barak1-20/+37
2006-01-06IB/mthca: Fill in vendor_err field in completion with errorMichael S. Tsirkin1-5/+7
2006-01-06IB/mthca: multiple fixes for multicast group handlingJack Morgenstein1-19/+35
2006-01-06IB/mthca: fix for RTR-to-RTS transition in modify QPJack Morgenstein1-2/+0