aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-2/+3
2006-06-17IB/mthca: Make all device methods truly reentrantRoland Dreier5-22/+48
2006-06-17IB/mthca: Fix memory leak on modify_qp error pathsRoland Dreier1-6/+6
2006-06-17IB/mthca: Fill in max_map_per_fmr device attributeOr Gerlitz1-0/+10
2006-06-17IB/mthca: Add client reregister event generationLeonid Arsh1-3/+11
2006-06-17IB/mthca: Convert FW commands to use wait_for_completion_timeout()Roland Dreier1-19/+4
2006-06-17IB/mthca: Remove dead codeMichael S. Tsirkin1-4/+0
2006-06-17IB/mthca: memfree completion with error FW bug workaroundMichael S. Tsirkin1-1/+10
2006-06-17IB/mthca: restore missing PCI registers after resetMichael S. Tsirkin1-0/+59
2006-05-24IB/mthca: Fix posting lists of 256 receive requests to SRQ for TavorMichael S. Tsirkin1-20/+21
2006-05-18IB/mthca: Fix posting lists of 256 receive requests for TavorMichael S. Tsirkin1-17/+18
2006-05-17IB/mthca: Make fw_cmd_doorbell default to 0Roland Dreier1-1/+1
2006-05-10IB/mthca: FMR ioremap fixMichael S. Tsirkin1-4/+11
2006-05-09IB/mthca: Fix race in reference countingRoland Dreier5-45/+74
2006-05-01IB/mthca: Fix offset in query_gid methodRoland Dreier1-1/+1
2006-04-19IB/mthca: make a function staticAdrian Bunk1-1/+1
2006-04-12IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devicesJack Morgenstein4-2/+30
2006-04-10IB/mthca: Disable tuning PCI read burst sizeMichael S. Tsirkin1-0/+7
2006-04-10IB: simplify static rate encodingJack Morgenstein8-17/+195
2006-04-02IB/mthca: Always build debugging code unless CONFIG_EMBEDDED=yRoland Dreier4-11/+29
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