aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny1-1/+1
2014-04-10IB/mthca: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-6/+2
2014-04-03Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-nextRoland Dreier1-0/+1
2014-04-01IB/mthca: Return an error on ib_copy_to_udata() failureYann Droneaud1-0/+1
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-23/+19
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak1-1/+2
2013-10-14IB: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-01-03Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman1-5/+4
2012-08-23IB/mthca: Use PCI Express Capability accessorsJiang Liu1-4/+4
2012-07-11IB/mthca: Fill in sq_sig_type in query QPDotan Barak1-0/+1
2012-07-11IB/mthca: Warning about event for non-existent QPs should show event typeDotan Barak1-1/+2
2012-03-08IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz1-1/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds3-0/+4
2011-11-03IB/mthca: Fix buddy->num_free allocation sizeRoland Dreier1-1/+1
2011-10-31infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker2-0/+2
2011-10-31infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker1-0/+1
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty1-0/+3
2011-07-18IB/mthca: Remove unnecessary read of PCI_CAP_ID_EXPJon Mason2-2/+2
2011-07-15IB/mthca: Stop returning separate error and status from FW commandsGoldwyn Rodrigues12-611/+342
2011-03-22IB: Increase DMA max_segment_size on Mellanox hardwareDavid Dillow1-0/+3
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-11IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)John L. Burr5-6/+7
2011-01-10IB/mthca: Handle -ENOMEM in forward_trap()Dan Carpenter1-0/+2
2010-10-25IB/core: Add VLAN support for IBoEEli Cohen1-1/+1
2010-10-14IB/pack: IBoE UD packet packing supportEli Cohen1-1/+1
2010-08-04IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin1-1/+1
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-04-21IB/mthca: Use the dma state API instead of pci equivalentsFUJITA Tomonori3-8/+8
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