summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca
Commit message (Expand)AuthorAgeFilesLines
* IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz2012-03-081-1/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-073-0/+4
|\
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-11-012-0/+2
| * infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker2011-11-011-0/+1
* | IB/mthca: Fix buddy->num_free allocation sizeRoland Dreier2011-11-041-1/+1
* | RDMA/core: Add SRQ type fieldSean Hefty2011-10-131-0/+3
|/
* IB/mthca: Remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-07-182-2/+2
* IB/mthca: Stop returning separate error and status from FW commandsGoldwyn Rodrigues2011-07-1512-611/+342Star
* IB: Increase DMA max_segment_size on Mellanox hardwareDavid Dillow2011-03-221-0/+3
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-211-1/+1
* IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)John L. Burr2011-01-125-6/+7
* IB/mthca: Handle -ENOMEM in forward_trap()Dan Carpenter2011-01-111-0/+2
* IB/core: Add VLAN support for IBoEEli Cohen2010-10-251-1/+1
* IB/pack: IBoE UD packet packing supportEli Cohen2010-10-141-1/+1
* IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin2010-08-041-1/+1
* IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-1/+1
* IB/mthca: Use the dma state API instead of pci equivalentsFUJITA Tomonori2010-04-223-8/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-307-1/+7
* IB/core: Fix and clean up ib_ud_header_init()Eli Cohen2010-02-241-1/+1
* 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-119-17/+29
|\ \
| | * IB/mthca: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2009-09-064-0/+7
| | * IB/mthca: Distinguish multiple devices in /proc/interruptsArputham Benjamin2009-09-062-5/+13
| | * IB/mthca: Annotate CQ lockingRoland Dreier2009-09-061-4/+8
| | * IB/mthca: Remove unnecessary include of <linux/init.h>Roland Dreier2009-09-061-1/+0Star
| | * IB/mthca: Remove unnecessary include of <asm/page.h>Roland Dreier2009-09-061-2/+0Star
| |/ |/|
| * IB: Use printk_once() for driver versionsMarcin Slusarz2009-09-061-5/+1Star
|/
* IB/mthca: Replace dma_sync_single() use with proper functionsRoland Dreier2009-06-231-3/+10
* IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier2009-06-141-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-211-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-291-6/+19
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-2/+2
* infiniband: use %p6 for printing message idsHarvey Harrison2008-10-291-21/+2Star
* IB/mthca: Use pci_request_regions()Roland Dreier2008-09-303-111/+14Star
* 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-151-2/+2
* IB/mthca: Use round_jiffies() for catastrophic error polling timerRoland Dreier2008-07-151-1/+1
* IB/mthca: Remove "stop" flag for catastrophic error polling timerRoland Dreier2008-07-152-14/+2Star
* IB/mthca: Remove extra code for RESET->ERR QP state transitionRoland Dreier2008-07-151-26/+0Star
* RDMA/core: Add memory management extensions supportSteve Wise2008-07-151-2/+2
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-1527-53/+0Star
* 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/+0Star