aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo7-1/+7
2010-02-24IB/core: Fix and clean up ib_ud_header_init()Eli Cohen1-1/+1
2009-09-24IB/mthca: Fix access to freed memory in catastrophic event handlingJack Morgenstein1-3/+8
2009-09-10Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier9-17/+29
2009-09-05IB/mthca: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein4-0/+7
2009-09-05IB/mthca: Distinguish multiple devices in /proc/interruptsArputham Benjamin2-5/+13
2009-09-05IB/mthca: Annotate CQ lockingRoland Dreier1-4/+8
2009-09-05IB/mthca: Remove unnecessary include of <linux/init.h>Roland Dreier1-1/+0
2009-09-05IB/mthca: Remove unnecessary include of <asm/page.h>Roland Dreier1-2/+0
2009-09-05IB: Use printk_once() for driver versionsMarcin Slusarz1-5/+1
2009-06-22IB/mthca: Replace dma_sync_single() use with proper functionsRoland Dreier1-3/+10
2009-06-13IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-05-27IB/mthca: Add module parameter for number of MTTs per segmentEli Cohen5-14/+26
2009-04-20IB/mthca: Fix timeout for INIT_HCA and a few other commandsJack Morgenstein1-7/+9
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-01-28IB/mthca: Fix dispatch of IB_EVENT_LID_CHANGE eventMoni Shoua1-6/+19
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-2/+2
2008-10-28infiniband: use %p6 for printing message idsHarvey Harrison1-21/+2
2008-09-29IB/mthca: Use pci_request_regions()Roland Dreier3-111/+14
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-07-22IB/mthca: Keep free count for MTT buddy allocatorRoland Dreier2-8/+19
2008-07-14IB/mthca: Fix check of max_send_sge for special QPsRoland Dreier1-2/+2
2008-07-14IB/mthca: Use round_jiffies() for catastrophic error polling timerRoland Dreier1-1/+1
2008-07-14IB/mthca: Remove "stop" flag for catastrophic error polling timerRoland Dreier2-14/+2
2008-07-14IB/mthca: Remove extra code for RESET->ERR QP state transitionRoland Dreier1-26/+0
2008-07-14RDMA/core: Add memory management extensions supportSteve Wise1-2/+2
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier27-53/+0
2008-06-23IB/mthca: Clear ICM pages before handing to FWEli Cohen1-1/+5
2008-05-16IB/mthca: Fix max_sge value returned by query_deviceRoland Dreier1-1/+13
2008-04-29IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attributeRoland Dreier3-5/+20
2008-04-29IB/mthca: Avoid recycling old FMR R_Keys too soonOlaf Kirch1-13/+0
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner2-2/+16
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-20/+28
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-20/+28
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox1-2/+1
2008-04-16IB/mthca: Update module version and release dateJack Morgenstein1-2/+2
2008-04-16IB/mthca: Update QP state if query QP succeedsDotan Barak1-6/+14
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier1-3/+3
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+3
2008-04-16IB/mthca: Avoid integer overflow when allocating huge ICM tableRoland Dreier1-1/+3
2008-04-16IB/mthca: Avoid integer overflow when dealing with profile sizeRoland Dreier3-7/+10
2008-04-16IB/mthca: Add IPoIB checksum offload supportEli Cohen6-13/+30
2008-04-16IB/mthca: Formatting cleanupsRoland Dreier6-11/+11
2008-02-19IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc()Roland Dreier1-1/+1
2008-02-13IB/mthca: Convert to use be16_add_cpu()Marcin Slusarz1-1/+1
2008-02-12IB/mthca: Add missing sg_init_table() in mthca_map_user_db()Roland Dreier1-0/+1
2008-02-04IB/mthca: Return proper error codes from mthca_fmr_alloc()Olaf Kirch1-2/+6
2008-02-04IB: Avoid marking __devinitdata as constRoland Dreier1-1/+1
2008-02-04IB/ib_mthca: Pre-link receive WQEs in Tavor modeEli Cohen2-14/+22