aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-09IB/ipath: Correct checking of swminor version field when using subportsMark Debbage1-9/+55
2007-07-09IB/ipath: Duplicate RDMA reads can cause responder to NAK inappropriatelyRalph Campbell2-5/+34
2007-07-09IB/ipath: Fix possible data corruption if multiple SGEs used for receiveRalph Campbell3-2/+10
2007-07-09IB/ipath: Wait for PIO available interruptRalph Campbell2-4/+3
2007-07-09IB/ipath: Fix RDMA read retry codeRalph Campbell1-19/+38
2007-07-09IB/ipath: Use S_ABORT not cancel and abort on exit freeze mode after recoveryDave Olson6-38/+68
2007-07-09IB/ipath: Fix the mtrr_add args for chips with 2 buffer sizesDave Olson1-5/+22
2007-07-09IB/ipath: Change use of constants for TID type to defined valuesJoan Eslinger4-15/+24
2007-07-09IB/ipath: Set M bit in BTH according to IB specRalph Campbell2-4/+4
2007-07-09IB/ipath: Fix local loopback bug when waiting for resourcesRalph Campbell1-1/+1
2007-07-09IB/ipath: Fix problem with next WQE after a UC completionRalph Campbell1-2/+3
2007-07-09IB/ipath: Fill in some missing FMR-related fields in query_deviceRobert Walsh1-0/+2
2007-07-09IB/ipath: Fix maximum MTU reportingRobert Walsh5-5/+30
2007-07-09IB/ipath: Support the IBA6110 revision 4Dave Olson1-2/+2
2007-07-09IB/ipath: Log "active" time and some errors to EEPROMMichael Albaugh9-8/+370
2007-07-09IB/ipath: Remove incompletely implemented ipath_runtime flags and codeJohn Gregor2-27/+1
2007-07-09IB/ipath: Lock and always use shadow copies of GPIO registerMichael Albaugh5-30/+53
2007-07-09IB/ipath: Support blinking LEDs with an led_override fileMichael Albaugh5-1/+149
2007-07-09IB/ipath: Include <linux/vmalloc.h> to fix ppc64 buildBryan O'Sullivan1-0/+1
2007-05-19IB/ipath: Fix potential deadlock with multicast spinlocksRoland Dreier1-9/+7
2007-05-14IB/ipath: Shadow the gpio_mask registerArthur Jones4-14/+14
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2-13/+30
2007-05-08inode numbering: change libfs sb creation routines to avoid collisions with their root inodesJeff Layton1-1/+1
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-125/+197
2007-05-06IB: Return "maybe missed event" hint from ib_req_notify_cq()Roland Dreier2-5/+12
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin3-2/+3
2007-05-06IB/ipath: Fix a race condition when generating ACKsRalph Campbell1-13/+15
2007-05-06IB/ipath: Fix two more spin lock problemsRalph Campbell1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare4-5/+0
2007-04-30IB/ipath: Don't corrupt pending mmap list when unmapped objects are freedRobert Walsh6-90/+153
2007-04-30IB/ipath: Don't put QP in timeout queue if waiting to sendRalph Campbell2-7/+2
2007-04-30IB/ipath: Don't call spin_lock_irq() from interrupt contextRalph Campbell1-7/+11
2007-04-24IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes1-1/+0
2007-04-18IB/ipath: Fix WC format drift between user and kernel spaceRobert Walsh2-3/+38
2007-04-18IB/ipath: Check that a UD work request's address handle is validRobert Walsh1-0/+5
2007-04-18IB/ipath: Remove duplicate stuff from ipath_verbs.hRobert Walsh1-2/+0
2007-04-18IB/ipath: Check reserved memory keysRobert Walsh1-0/+12
2007-04-18IB/ipath: Fix unit selection when all CPU affinity bits setBryan O'Sullivan1-4/+5
2007-04-18IB/ipath: Don't allow QPs 0 and 1 to be opened multiple timesBryan O'Sullivan1-38/+53
2007-04-18IB/ipath: Disable IB link earlier in shutdown sequenceBryan O'Sullivan1-2/+6
2007-04-18IB/ipath: Prevent random program use of diags interfaceBryan O'Sullivan1-1/+10
2007-04-18IB/ipath: On unrecoverable errors, force link down, LEDs offBryan O'Sullivan2-2/+21
2007-04-18IB/ipath: Fix driver crash (in interrupt or during unload) after chip resetMichael Albaugh2-12/+35
2007-04-18IB/ipath: Improve handling and reporting of parity errorsBryan O'Sullivan8-86/+170
2007-04-18IB/ipath: Print better error messages if kernel is misconfiguredBryan O'Sullivan1-2/+10
2007-04-18IB/ipath: Force PIOAvail update entry pointArthur Jones2-10/+35
2007-04-18IB/ipath: Call free_irq() on chip specific initialization failureArthur Jones1-1/+4
2007-04-18IB/ipath: Discard multicast packets without a GRHBryan O'Sullivan1-2/+5
2007-04-18IB/ipath: Fix calculation for number of kernel PIO buffersBryan O'Sullivan1-21/+16
2007-04-18IB/ipath: Remove unused ipath_read_kreg64_port()Bryan O'Sullivan4-29/+4