summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/mthca: Query SRQ srq_limit fixesEli Cohen2006-03-201-4/+8
* IB/mthca: Correct reported SRQ size in MemFree case.Dotan Barak2006-03-201-2/+2
* IB/mthca: Coverity fix to mthca_init_eq_table()Roland Dreier2006-03-201-1/+1
* IB/mthca: Update firmware versionsRoland Dreier2006-03-201-3/+3
* IB/mthca: Optimize large messages on Sinai HCAsEli Cohen2006-03-205-17/+51
* IB/mthca: Use an enum for HCA page sizeIshai Rabinovitz2006-03-204-30/+37
* IB/mthca: Check alternate P_Key index when setting alternate pathDotan Barak2006-03-201-2/+8
* IB/mthca: Add support for send work request fence flagDotan Barak2006-03-201-2/+6
* IB/mthca: Implement query_ah methodJack Morgenstein2006-03-203-0/+33
* IB/mthca: Write FW commands through doorbell pageEli Cohen2006-03-202-23/+136
* IB/mthca: Return actual capacity from create_srqDotan Barak2006-03-201-0/+3
* IB/mthca: Bump driver version and release dateRoland Dreier2006-03-201-2/+2
* IB/mthca: Support for query QP and SRQEli Cohen2006-03-206-1/+184
* IB/mthca: Convert to use ib_modify_qp_is_ok()Roland Dreier2006-03-203-290/+76
* IB/mthca: Generate SQ drained events when requestedRoland Dreier2006-03-202-2/+15
* IB: Enable FMR pool user to set page sizeOr Gerlitz2006-03-201-5/+5
* IB/mthca: Add modify_device method to set node descriptionRoland Dreier2006-03-202-1/+48
* IB/mthca: Whitespace cleanupsRoland Dreier2006-03-209-26/+26
* IB/mthca: Add device-specific support for resizing CQsRoland Dreier2006-03-207-52/+308
* IB/mthca: Get rid of might_sleep() annotationsRoland Dreier2006-03-203-13/+0
* IB/mthca: Make functions that never fail return voidRoland Dreier2006-03-203-22/+15
* IB/mthca: bump driver version and release dateRoland Dreier2006-02-131-2/+2
* IB/mthca: Don't print debugging info until we have all valuesRoland Dreier2006-02-101-19/+19
* IB/mthca: Semaphore to mutex conversionsRoland Dreier2006-01-306-36/+37
* IB/mthca: Don't cancel commands on a signalMichael S. Tsirkin2006-01-302-16/+7
* IB/mthca: Relax UAR size checkMichael S. Tsirkin2006-01-301-2/+8
* IB/mthca: Use correct GID in MADs sent on port 2Michael S. Tsirkin2006-01-211-1/+1
* IB/mthca: Initialize grh_present before using itMichael S. Tsirkin2006-01-123-5/+8
* IB/mthca: Cosmetic: use the ALIGN macroMichael S. Tsirkin2006-01-121-2/+3
* IB/mthca: Fix memory leaks in error handlingJack Morgenstein2006-01-121-3/+7
* IB/mthca: Fix memory leak of multicast group structuresIshai Rabinovitz2006-01-121-1/+1
* IB: Add node_guid to struct ib_deviceSean Hefty2006-01-101-2/+38
* IB/mthca: Factor common MAD initialization codeRoland Dreier2006-01-091-30/+22
* IB/mthca: kzalloc conversionsRoland Dreier2006-01-091-8/+4
* IB/mthca: prevent event queue overrunMichael S. Tsirkin2006-01-091-13/+15
* IB/mthca: fix page shift calculation in mthca_reg_phys_mr()Michael S. Tsirkin2006-01-091-11/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-01-088-151/+217
|\
| * IB/mthca: Add support for automatic path migration (APM)Dotan Barak2006-01-061-20/+37
| * IB/mthca: Fill in vendor_err field in completion with errorMichael S. Tsirkin2006-01-061-5/+7
| * IB/mthca: multiple fixes for multicast group handlingJack Morgenstein2006-01-061-19/+35
| * IB/mthca: fix for RTR-to-RTS transition in modify QPJack Morgenstein2006-01-061-2/+0
| * IB/mthca: fix for SQEr-to-RTS transition in modify QPJack Morgenstein2006-01-061-3/+2
| * IB/mthca: max_inline_data handling tweaksJack Morgenstein2006-01-061-26/+36
| * IB/mthca: create_eq with size not a power of 2Michael S. Tsirkin2006-01-051-2/+2
| * IB/mthca: check port validity in modify_qpJack Morgenstein2006-01-051-0/+6
| * IB/mthca: check return value in mthca_dev_lim callJack Morgenstein2006-01-051-0/+4
| * IB/mthca: fix WQE size calculation in create-srqJack Morgenstein2006-01-041-1/+1
| * IB/mthca: Fix corner cases in max_rd_atomic value handling in modify QPJack Morgenstein2005-12-151-4/+6
| * IB/mthca: Fix IB_QP_ACCESS_FLAGS handling.Jack Morgenstein2005-12-151-50/+37
| * IB/mthca: Fix SRQ cleanup during QP destroyJack Morgenstein2005-12-151-1/+10