aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca
Commit message (Expand)AuthorAgeFilesLines
* IB/mthca: Fix max_sge value returned by query_deviceRoland Dreier2008-05-161-1/+13
* IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attributeRoland Dreier2008-04-293-5/+20
* IB/mthca: Avoid recycling old FMR R_Keys too soonOlaf Kirch2008-04-291-13/+0
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-292-2/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-211-20/+28
|\
| * IB: convert struct class_device to struct deviceTony Jones2008-04-191-20/+28
* | Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox2008-04-181-2/+1
|/
* IB/mthca: Update module version and release dateJack Morgenstein2008-04-161-2/+2
* IB/mthca: Update QP state if query QP succeedsDotan Barak2008-04-161-6/+14
* IB/core: Add support for "send with invalidate" work requestsRoland Dreier2008-04-161-3/+3
* IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen2008-04-161-0/+3
* IB/mthca: Avoid integer overflow when allocating huge ICM tableRoland Dreier2008-04-161-1/+3
* IB/mthca: Avoid integer overflow when dealing with profile sizeRoland Dreier2008-04-163-7/+10
* IB/mthca: Add IPoIB checksum offload supportEli Cohen2008-04-166-13/+30
* IB/mthca: Formatting cleanupsRoland Dreier2008-04-166-11/+11
* IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc()Roland Dreier2008-02-191-1/+1
* IB/mthca: Convert to use be16_add_cpu()Marcin Slusarz2008-02-131-1/+1
* IB/mthca: Add missing sg_init_table() in mthca_map_user_db()Roland Dreier2008-02-121-0/+1
* IB/mthca: Return proper error codes from mthca_fmr_alloc()Olaf Kirch2008-02-041-2/+6
* IB: Avoid marking __devinitdata as constRoland Dreier2008-02-041-1/+1
* IB/ib_mthca: Pre-link receive WQEs in Tavor modeEli Cohen2008-02-042-14/+22
* IB/mthca: Remove checks for srq->first_free < 0Eli Cohen2008-02-041-23/+3
* IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER()Jack Morgenstein2008-02-043-4/+12
* IB/mthca: Fix and simplify page size calculation in mthca_reg_phys_mr()Roland Dreier2008-02-041-17/+3
* IB/mthca: Update latest "native Arbel" firmware revisionRoland Dreier2008-01-251-1/+1
* IB/mthca: Remove MSI support as scheduledAdrian Bunk2008-01-253-44/+13
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-6/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-235-96/+47
|\
| * IB/mthca: Avoid alignment traps when writing doorbellsRoland Dreier2007-10-155-96/+47
* | [SG] Update drivers to use sg helpersJens Axboe2007-10-221-9/+15
|/
* IB/mthca: Mark error paths as unlikely() in post_srq_recv functionsEli Cohen2007-10-101-4/+4
* IB/mthca: Use mmiowb() to avoid firmware commands getting jumbled upRoland Dreier2007-10-091-0/+6
* IB/mthca: Increase max number of QPs per multicast group to 56Roland Dreier2007-10-091-1/+1
* IB/mthca: Use PCI-X/PCI-Express read control interfacesPeter Oruba2007-10-091-25/+8
* IB/mthca: Enable MSI-X by defaultMichael S. Tsirkin2007-10-091-31/+46
* IB/mthca: Change command token on timeoutMichael S. Tsirkin2007-07-201-2/+1
* IB/mthca: Simplify use of size0 in work request postingRoland Dreier2007-07-181-17/+24
* IB/mthca: Factor out setting WQE UD segment entriesRoland Dreier2007-07-181-18/+22
* IB/mthca: Factor out setting WQE remote address and atomic segment entriesRoland Dreier2007-07-181-59/+40
* IB/mthca: Factor out setting WQE data segment entriesRoland Dreier2007-07-183-54/+30
* IB/mthca: Use uninitialized_var() for f0Roland Dreier2007-07-171-2/+14
* IB/mthca: Fix printk format used for firmware version in warningRoland Dreier2007-07-171-1/+1
* IB/mthca: Schedule MSI support for removalRoland Dreier2007-07-171-4/+16
* drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warningJeff Garzik2007-07-171-2/+2
* IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>)Shani Moideen2007-07-102-2/+2
* IB: Use menuconfig for InfiniBand menuJan Engelhardt2007-07-091-1/+1
* IB/mthca, mlx4_core: Fix typo in commentRoland Dreier2007-06-071-1/+1
* IB/mthca: Fix handling of send CQE with error for QPs connected to SRQMichael S. Tsirkin2007-05-291-3/+3
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-213-61/+102
|\
| * IB/mthca: Fix RESET to ERROR transitionMichael S. Tsirkin2007-05-191-60/+98