aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_driver.c
Commit message (Expand)AuthorAgeFilesLines
* IB/ipath: Use pci_dev->revision, againSergei Shtylyov2011-05-091-8/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* RDMA: Update workqueue usageTejun Heo2011-01-161-1/+1
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-121-2/+1
* IB/ipath: Use printf extension %pR for struct resourceJoe Perches2011-01-101-3/+2
* IB/ipath: Fix probe failure pathBen Hutchings2010-07-211-3/+10
* IB/ipath: Remove support for QLogic PCIe QLE devicesRalph Campbell2010-05-231-27/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* IB/ipath: Use bitmap_weight()Akinobu Mita2009-12-091-7/+3
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* 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
* timers: add mod_timer_pending()Ingo Molnar2009-02-181-3/+3
* IB/ipath: Add locking for interrupt use of ipath_pd contexts vs freeDave Olson2008-12-051-19/+30
* IB/ipath: Fix printk format warningsAlexander Beregalov2008-08-041-2/+3
* IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier2008-05-131-1/+1
* IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov2008-05-131-8/+10
* IB/ipath: Fix SDMA error recovery in absence of link status changeJohn Gregor2008-05-071-3/+5
* IB/ipath: Need to always request and handle PIO avail interruptsDave Olson2008-05-071-12/+116
* IB/ipath: Fix count of packets received by kernelMichael Albaugh2008-05-071-1/+1
* IB/ipath: Correct capitalization "IntX" -> "INTx"Roland Dreier2008-04-211-1/+1
* IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell2008-04-161-1/+1
* IB/ipath: add calls to new 7220 code and enable in buildDave Olson2008-04-161-18/+132
* IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones2008-04-161-13/+48
* IB/ipath: Fix check for no interrupts to reliably fallback to INTxDave Olson2008-04-161-19/+4
* IB/ipath: Set LID filtering for HCAs that support it.Dave Olson2008-04-161-2/+7
* IB/ipath: Add support for IBTA 1.2 HeartbeatDave Olson2008-04-161-3/+28
* IB/ipath: Add support for 7220 receive queue changesRalph Campbell2008-04-161-89/+105
* IB/ipath: Fix some white space and code style issuesRalph Campbell2008-04-161-13/+16
* IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell2008-04-161-112/+194
* IB/ipath: Prevent link-recovery code from negating admin disableMichael Albaugh2008-04-161-28/+42
* IB/ipath: Remove some useless (void) castsRalph Campbell2008-04-161-3/+3
* IB/ipath: Change the module authorRalph Campbell2008-04-161-1/+1
* IB/ipath: HW workaround for case where chip can send but not receiveDave Olson2008-04-161-0/+4
* IB/ipath: Head of Line blocking vs forward progress of user appsJohn Gregor2008-04-161-8/+121
* IB/ipath: Enable 4KB MTUDave Olson2008-04-161-16/+15
* IB/ipath: Fix sparse warning about pointer signednessArthur Jones2008-04-161-2/+2
* IB/ipath: Fix IB compliance problems with link state vs physical stateRalph Campbell2008-03-111-16/+12
* IB/ipath: Changes to support PIO bandwidth check on IBA7220Dave Olson2008-01-251-0/+32
* IB/ipath: Remove unused MDIO interface codeDave Olson2008-01-251-71/+0
* IB/ipath: Add flag and handling for chips with swapped register bugRalph Campbell2008-01-251-8/+3
* IB/ipath: Clean up some commentsDave Olson2008-01-251-1/+1
* IB/ipath: kreceive uses portdata rather than devdataRalph Campbell2008-01-251-8/+10
* IB/ipath: Cleanup ipath_get_egrbuf()Ralph Campbell2008-01-251-4/+2
* IB/ipath: Fix sendctrl lockingJohn Gregor2008-01-251-14/+26
* Infiniband: make ipath driver use default driver groups.Greg Kroah-Hartman2008-01-241-13/+4
* IB/ipath: Fix IB_EVENT_PORT_ERR eventRalph Campbell2007-10-091-0/+2
* IB/ipath: Remove redundant codeRalph Campbell2007-10-091-5/+0
* IB/ipath: Verify host bus bandwidth to chip will not limit performanceDave Olson2007-10-091-0/+86
* IB/ipath: Fix some issues with buffer cancel and sendctrl register updateDave Olson2007-07-301-4/+7