summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* IB/mthca: Make functions that never fail return voidRoland Dreier2006-03-203-22/+15Star
* 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-111-19/+19
* IB/mthca: Semaphore to mutex conversionsRoland Dreier2006-01-316-36/+37
* IB/mthca: Don't cancel commands on a signalMichael S. Tsirkin2006-01-312-16/+7Star
* IB/mthca: Relax UAR size checkMichael S. Tsirkin2006-01-311-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-133-5/+8
* IB/mthca: Cosmetic: use the ALIGN macroMichael S. Tsirkin2006-01-131-2/+3
* IB/mthca: Fix memory leaks in error handlingJack Morgenstein2006-01-131-3/+7
* IB/mthca: Fix memory leak of multicast group structuresIshai Rabinovitz2006-01-131-1/+1
* IB: Add node_guid to struct ib_deviceSean Hefty2006-01-101-2/+38
* IB/mthca: Factor common MAD initialization codeRoland Dreier2006-01-101-30/+22Star
* IB/mthca: kzalloc conversionsRoland Dreier2006-01-101-8/+4Star
* 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/+7Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-01-098-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/+0Star
| * IB/mthca: fix for SQEr-to-RTS transition in modify QPJack Morgenstein2006-01-061-3/+2Star
| * 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-061-2/+2
| * IB/mthca: check port validity in modify_qpJack Morgenstein2006-01-061-0/+6
| * IB/mthca: check return value in mthca_dev_lim callJack Morgenstein2006-01-061-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-161-4/+6
| * IB/mthca: Fix IB_QP_ACCESS_FLAGS handling.Jack Morgenstein2005-12-151-50/+37Star
| * IB/mthca: Fix SRQ cleanup during QP destroyJack Morgenstein2005-12-151-1/+10
| * IB/mthca: Fix thinko in mthca_table_find()Michael S. Tsirkin2005-12-151-1/+1
| * IB/mthca: don't change driver's copy of attributes if modify QP failsJack Morgenstein2005-12-101-5/+6
| * IB/mthca: correct log2 calculationJack Morgenstein2005-12-101-11/+6Star
| * IB/mthca: check RDMA limitsJack Morgenstein2005-12-101-0/+14
| * IB/mthca: fix memory user DB table leakJack Morgenstein2005-12-091-0/+2
| * IB/mthca: fix QP size limits for mem-free HCAsJack Morgenstein2005-11-301-4/+8
* | [PATCH] fix more missing includesTim Schmielau2006-01-091-0/+1
|/
* IB/mthca: fix posting of send lists of length >= 255 on mem-free HCAsMichael S. Tsirkin2005-11-292-3/+31
* IB/mthca: reset QP's last pointers when transitioning to reset stateMichael S. Tsirkin2005-11-281-0/+3
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2005-11-181-19/+18Star
|\
| * IB/mthca: Safer max_send_sge/max_recv_sge calculationMichael S. Tsirkin2005-11-181-4/+6
| * [IB] mthca: don't disable RDMA writes if no responder resourcesRoland Dreier2005-11-151-15/+12Star
* | [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-111-1/+0Star
|/
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2005-11-1010-29/+137
|\