aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2011-05-09IB/ipath: Use pci_dev->revision, againSergei Shtylyov1-8/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-16RDMA: Update workqueue usageTejun Heo1-1/+1
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches1-2/+1
2011-01-10IB/ipath: Use printf extension %pR for struct resourceJoe Perches1-3/+2
2010-07-21IB/ipath: Fix probe failure pathBen Hutchings1-3/+10
2010-05-23IB/ipath: Remove support for QLogic PCIe QLE devicesRalph Campbell1-27/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-09IB/ipath: Use bitmap_weight()Akinobu Mita1-7/+3
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
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-02-18timers: add mod_timer_pending()Ingo Molnar1-3/+3
2008-12-05IB/ipath: Add locking for interrupt use of ipath_pd contexts vs freeDave Olson1-19/+30
2008-08-04IB/ipath: Fix printk format warningsAlexander Beregalov1-2/+3
2008-05-13IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier1-1/+1
2008-05-13IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov1-8/+10
2008-05-07IB/ipath: Fix SDMA error recovery in absence of link status changeJohn Gregor1-3/+5
2008-05-07IB/ipath: Need to always request and handle PIO avail interruptsDave Olson1-12/+116
2008-05-07IB/ipath: Fix count of packets received by kernelMichael Albaugh1-1/+1
2008-04-21IB/ipath: Correct capitalization "IntX" -> "INTx"Roland Dreier1-1/+1
2008-04-16IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell1-1/+1
2008-04-16IB/ipath: add calls to new 7220 code and enable in buildDave Olson1-18/+132
2008-04-16IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones1-13/+48
2008-04-16IB/ipath: Fix check for no interrupts to reliably fallback to INTxDave Olson1-19/+4
2008-04-16IB/ipath: Set LID filtering for HCAs that support it.Dave Olson1-2/+7
2008-04-16IB/ipath: Add support for IBTA 1.2 HeartbeatDave Olson1-3/+28
2008-04-16IB/ipath: Add support for 7220 receive queue changesRalph Campbell1-89/+105
2008-04-16IB/ipath: Fix some white space and code style issuesRalph Campbell1-13/+16
2008-04-16IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell1-112/+194
2008-04-16IB/ipath: Prevent link-recovery code from negating admin disableMichael Albaugh1-28/+42
2008-04-16IB/ipath: Remove some useless (void) castsRalph Campbell1-3/+3
2008-04-16IB/ipath: Change the module authorRalph Campbell1-1/+1
2008-04-16IB/ipath: HW workaround for case where chip can send but not receiveDave Olson1-0/+4
2008-04-16IB/ipath: Head of Line blocking vs forward progress of user appsJohn Gregor1-8/+121
2008-04-16IB/ipath: Enable 4KB MTUDave Olson1-16/+15
2008-04-16IB/ipath: Fix sparse warning about pointer signednessArthur Jones1-2/+2
2008-03-11IB/ipath: Fix IB compliance problems with link state vs physical stateRalph Campbell1-16/+12
2008-01-25IB/ipath: Changes to support PIO bandwidth check on IBA7220Dave Olson1-0/+32
2008-01-25IB/ipath: Remove unused MDIO interface codeDave Olson1-71/+0
2008-01-25IB/ipath: Add flag and handling for chips with swapped register bugRalph Campbell1-8/+3
2008-01-25IB/ipath: Clean up some commentsDave Olson1-1/+1
2008-01-25IB/ipath: kreceive uses portdata rather than devdataRalph Campbell1-8/+10
2008-01-25IB/ipath: Cleanup ipath_get_egrbuf()Ralph Campbell1-4/+2
2008-01-25IB/ipath: Fix sendctrl lockingJohn Gregor1-14/+26
2008-01-24Infiniband: make ipath driver use default driver groups.Greg Kroah-Hartman1-13/+4
2007-10-09IB/ipath: Fix IB_EVENT_PORT_ERR eventRalph Campbell1-0/+2
2007-10-09IB/ipath: Remove redundant codeRalph Campbell1-5/+0
2007-10-09IB/ipath: Verify host bus bandwidth to chip will not limit performanceDave Olson1-0/+86