aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_provider.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-66/+17
* IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* IB/mthca: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2009-09-051-0/+3
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attributeRoland Dreier2008-04-291-1/+13
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-291-1/+7
* IB: convert struct class_device to struct deviceTony Jones2008-04-191-20/+28
* IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen2008-04-161-0/+3
* IB/mthca: Formatting cleanupsRoland Dreier2008-04-161-1/+1
* IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER()Jack Morgenstein2008-02-041-0/+2
* IB/mthca: Fix and simplify page size calculation in mthca_reg_phys_mr()Roland Dreier2008-02-041-17/+3
* IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-081-10/+28
* IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-061-0/+2
* IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes2007-04-241-1/+0
* IB/mthca: Always fill MTTs from CPUMichael S. Tsirkin2007-02-121-7/+7
* [PATCH] IB/mthca: Fix FMR breakage caused by kmemdup() conversionMichael S. Tsirkin2006-12-301-1/+2
* [PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells2006-12-081-2/+2
* IB: kmemdup() cleanupEric Sesterhenn2006-11-291-2/+1
* IB/mthca: Query port fixJack Morgenstein2006-10-101-0/+2
* RDMA: iWARP Core Changes.Tom Tucker2006-09-221-1/+1
* IB/mthca: No userspace SRQs if HCA doesn't have SRQ supportRoland Dreier2006-08-181-5/+6
* IB/mthca: Make all device methods truly reentrantRoland Dreier2006-06-171-7/+16
* IB/mthca: Fill in max_map_per_fmr device attributeOr Gerlitz2006-06-171-0/+10
* IB/mthca: Fix offset in query_gid methodRoland Dreier2006-05-011-1/+1
* IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devicesJack Morgenstein2006-04-121-1/+1
* IB/mthca: Implement query_ah methodJack Morgenstein2006-03-201-0/+1
* IB/mthca: Support for query QP and SRQEli Cohen2006-03-201-1/+5
* IB/mthca: Add modify_device method to set node descriptionRoland Dreier2006-03-201-0/+32
* IB/mthca: Whitespace cleanupsRoland Dreier2006-03-201-2/+2
* IB/mthca: Add device-specific support for resizing CQsRoland Dreier2006-03-201-4/+123
* IB/mthca: Semaphore to mutex conversionsRoland Dreier2006-01-301-3/+3
* IB/mthca: Fix memory leaks in error handlingJack Morgenstein2006-01-121-3/+7
* IB: Add node_guid to struct ib_deviceSean Hefty2006-01-101-2/+38
* IB/mthca: Factor common MAD initialization codeRoland Dreier2006-01-091-30/+22
* IB/mthca: kzalloc conversionsRoland Dreier2006-01-091-8/+4
* IB/mthca: fix page shift calculation in mthca_reg_phys_mr()Michael S. Tsirkin2006-01-091-11/+7
* [IB] uverbs: have kernel return QP capabilitiesJack Morgenstein2005-11-101-1/+1
* [IB] mthca: report page size capabilityJack Morgenstein2005-11-041-0/+1
* [IB] mthca: fix format of FW versionRoland Dreier2005-11-021-1/+1
* [IB] mthca: first pass at catastrophic error reportingRoland Dreier2005-10-271-0/+3
* [IB] uverbs: Add a mask of device methods allowed for userspaceRoland Dreier2005-10-171-0/+20
* [IB] mthca: Better limit checking and reportingJack Morgenstein2005-10-171-3/+15
* [IB] mthca: SRQ limit reached eventsRoland Dreier2005-10-171-0/+1
* [IB] mthca: Fill in more fields in query_port methodJack Morgenstein2005-10-171-0/+4
* [IB] uverbs: Add device-specific ABI version attributeRoland Dreier2005-10-171-0/+1
* [IB] mthca: Report correct atomic capabilityJack Morgenstein2005-10-171-0/+2
* [IB] mthca: fix hw_ver value returned from mthca_query_deviceJack Morgenstein2005-09-271-1/+1
* [PATCH] IB: move include files to include/rdmaRoland Dreier2005-08-261-1/+1
* [PATCH] IB/mthca: Add SRQ implementationRoland Dreier2005-08-261-0/+82