summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca
Commit message (Expand)AuthorAgeFilesLines
* IB/mthca: Fix access to freed memory in catastrophic event handlingJack Morgenstein2009-09-241-3/+8
*-. Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and...Roland Dreier2009-09-109-17/+29
|\ \
| | * IB/mthca: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2009-09-054-0/+7
| | * IB/mthca: Distinguish multiple devices in /proc/interruptsArputham Benjamin2009-09-052-5/+13
| | * IB/mthca: Annotate CQ lockingRoland Dreier2009-09-051-4/+8
| | * IB/mthca: Remove unnecessary include of <linux/init.h>Roland Dreier2009-09-051-1/+0
| | * IB/mthca: Remove unnecessary include of <asm/page.h>Roland Dreier2009-09-051-2/+0
| |/ |/|
| * IB: Use printk_once() for driver versionsMarcin Slusarz2009-09-051-5/+1
|/
* IB/mthca: Replace dma_sync_single() use with proper functionsRoland Dreier2009-06-221-3/+10
* IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier2009-06-131-1/+3
* IB/mthca: Add module parameter for number of MTTs per segmentEli Cohen2009-05-275-14/+26
* IB/mthca: Fix timeout for INIT_HCA and a few other commandsJack Morgenstein2009-04-201-7/+9
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* IB/mthca: Fix dispatch of IB_EVENT_LID_CHANGE eventMoni Shoua2009-01-281-6/+19
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-2/+2
* infiniband: use %p6 for printing message idsHarvey Harrison2008-10-281-21/+2
* IB/mthca: Use pci_request_regions()Roland Dreier2008-09-293-111/+14
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
* IB/mthca: Keep free count for MTT buddy allocatorRoland Dreier2008-07-222-8/+19
* IB/mthca: Fix check of max_send_sge for special QPsRoland Dreier2008-07-141-2/+2
* IB/mthca: Use round_jiffies() for catastrophic error polling timerRoland Dreier2008-07-141-1/+1
* IB/mthca: Remove "stop" flag for catastrophic error polling timerRoland Dreier2008-07-142-14/+2
* IB/mthca: Remove extra code for RESET->ERR QP state transitionRoland Dreier2008-07-141-26/+0
* RDMA/core: Add memory management extensions supportSteve Wise2008-07-141-2/+2
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-1427-53/+0
* IB/mthca: Clear ICM pages before handing to FWEli Cohen2008-06-231-1/+5
* 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