summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca
Commit message (Expand)AuthorAgeFilesLines
* IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-101-1/+1
* IB/mthca: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-04-101-6/+2
*-. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-031-0/+1
|\ \
| | * IB/mthca: Return an error on ib_copy_to_udata() failureYann Droneaud2014-04-011-0/+1
| |/
* / IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-23/+19
|/
* IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak2014-01-141-1/+2
* IB: Remove unnecessary semicolonsJoe Perches2013-10-141-1/+1
* Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+4
* IB/mthca: Use PCI Express Capability accessorsJiang Liu2012-08-231-4/+4
* IB/mthca: Fill in sq_sig_type in query QPDotan Barak2012-07-111-0/+1
* IB/mthca: Warning about event for non-existent QPs should show event typeDotan Barak2012-07-111-1/+2
* 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-063-0/+4
|\
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-10-312-0/+2
| * infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker2011-10-311-0/+1
* | IB/mthca: Fix buddy->num_free allocation sizeRoland Dreier2011-11-031-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/+342
* IB: Increase DMA max_segment_size on Mellanox hardwareDavid Dillow2011-03-221-0/+3
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-1/+1
* IB/mthca: Fix driver when sizeof (phys_addr_t) > sizeof (long)John L. Burr2011-01-115-6/+7
* IB/mthca: Handle -ENOMEM in forward_trap()Dan Carpenter2011-01-101-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-213-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-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