aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-09RDMA/cxgb3: Streaming -> RDMA mode transition fixesSteve Wise5-52/+37
2007-07-09mlx4_core: Get the maximum message size from reported device capabilitiesDotan Barak1-1/+1
2007-07-09IB/ipath: Update copyright datesJohn Gregor32-32/+32
2007-07-09IB/ipath: Clean send flags properly on QP resetRobert Walsh1-1/+1
2007-07-09IB/ipath: ipath_poll fixups and enhancementsRobert Walsh4-51/+131
2007-07-09IB/ipath: Send ACK invalid where appropriateRobert Walsh2-10/+25
2007-07-09IB/ipath: Add capability to modify PBC wordMichael Albaugh2-6/+52
2007-07-09IB/ipath: Make handling of one subport consistentMark Debbage1-2/+2
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-07-09IB/mlx4: Include linux/mutex.h from mlx4_ib.hMichael S. Tsirkin1-0/+1
2007-07-09IB/ehca: Refactor "maybe missed event" codeJoachim Fenkes2-19/+11
2007-06-21IB/mlx4: Correct max_srq_wr returned from mlx4_ib_query_device()Jack Morgenstein1-1/+1
2007-06-18IB/mlx4: Make sure inline data segments don't cross a 64 byte boundaryRoland Dreier1-3/+39
2007-06-18IB/mlx4: Handle FW command interface rev 3Roland Dreier2-34/+26
2007-06-18IB/mlx4: Handle buffer wraparound in __mlx4_ib_cq_clean()Jack Morgenstein1-4/+9
2007-06-18IB/mlx4: Get rid of max_inline_data calculationRoland Dreier1-5/+2
2007-06-18IB/mlx4: Handle new FW requirement for send request prefetchingRoland Dreier4-37/+82
2007-06-12IB/mlx4: Fix warning in rounding up queue sizesRoland Dreier1-2/+2
2007-06-12IB/mlx4: Fix handling of wq->tail for send completionsRoland Dreier1-1/+1
2007-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-12/+23
2007-06-07IB/mlx4: Make sure RQ allocation is always validRoland Dreier1-6/+16
2007-06-07IB/mlx4: Fix zeroing of rnr_retry value in ib_modify_qp()Jack Morgenstein1-5/+6
2007-06-07[IPV4]: Convert IPv4 devconf to an arrayHerbert Xu1-1/+1
2007-06-07IB/mthca, mlx4_core: Fix typo in commentRoland Dreier1-1/+1
2007-05-29IB/mthca: Fix handling of send CQE with error for QPs connected to SRQMichael S. Tsirkin1-3/+3
2007-05-24IB/ehca: Fix number of send WRs reported for new QPStefan Roscher1-1/+1
2007-05-24IB/mlx4: Initialize send queue entry ownership bitsEli Cohen1-7/+15
2007-05-23IB/mlx4: Don't allocate RQ doorbell if using SRQRoland Dreier1-15/+22
2007-05-21Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds8-128/+250
2007-05-21Detach sched.h from mm.hAlexey Dobriyan5-0/+5
2007-05-20IB/mlx4: Check if SRQ is full when posting receiveRoland Dreier1-0/+6
2007-05-20IB/mlx4: Pass send queue sizes from userspace to kernelEli Cohen2-17/+51