aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25IB/ipath: Add new chip-specific functions to older chips, consistent initDave Olson4-26/+407
2008-01-25IB/ipath: Remove unused MDIO interface codeDave Olson5-168/+2
2008-01-25IB/ehca: Prevent RDMA-related connection failures on some eHCA2 hardwareJoachim Fenkes3-36/+95
2008-01-25IB/ehca: Add "port connection autodetect mode"Hoang-Nam Nguyen6-15/+201
2008-01-25IB/ehca: Define array to store SMI/GSI QPsHoang-Nam Nguyen2-4/+4
2008-01-25IB/ehca: Remove CQ-QP-link before destroying QP in error path of create_qp()Hoang-Nam Nguyen1-1/+4
2008-01-25IB/ipath: Fix some sparse warnings about shadowed symbolsRoland Dreier2-4/+1
2008-01-25RDMA/cxgb3: Endianness annotation for irs fieldRoland Dreier1-1/+1
2008-01-25IB/ehca: Use round_jiffies() for EQ polling timerAnton Blanchard1-1/+1
2008-01-25IB/ipath: Drop support for the original QHT7040 boardDave Olson1-2/+1
2008-01-25IB/ipath: Add ipath_read_ireg() abstractionArthur Jones2-2/+10
2008-01-25IB/ipath: Add flag and handling for chips with swapped register bugRalph Campbell5-16/+10
2008-01-25IB/ipath: Port config has on-chip effects for 7220Ralph Campbell5-4/+24
2008-01-25IB/ipath: Allow more flexible user register alignmentsRalph Campbell4-5/+22
2008-01-25IB/ipath: Clean up some commentsDave Olson6-13/+11
2008-01-25IB/ipath: Export hardware counters more consistentlyRalph Campbell5-17/+328
2008-01-25IB/ipath: MAD performance sampling registers supportRalph Campbell5-44/+101
2008-01-25IB/ipath: Changes for fields moving from devdata to portdataDave Olson5-36/+17
2008-01-25IB/ipath: Generalize some xxx_SHIFT macrosDave Olson7-13/+40
2008-01-25IB/ipath: kreceive uses portdata rather than devdataRalph Campbell6-26/+46
2008-01-25IB/ipath: Cleanup ipath_get_egrbuf()Ralph Campbell1-4/+2
2008-01-25IB/ipath: Fix RNR NAK handlingRalph Campbell2-12/+12
2008-01-25IB/ehca: Forward event client-reregister-required to registered clientsHoang-Nam Nguyen1-0/+12
2008-01-25IB/mlx4: Micro-optimize mlx4_ib_poll_one()Roland Dreier1-4/+5
2008-01-25IB/mthca: Remove MSI support as scheduledAdrian Bunk3-44/+13
2008-01-25IB: Spelling fixes in commentsJoe Perches2-2/+2
2008-01-25IB/ipath: Convert from .nopage to .faultNick Piggin2-21/+12
2008-01-25IB/ipath: Add the work completion error code to the QP error debug outputRalph Campbell1-2/+2
2008-01-25IB/ipath: Better comment for rmb() in ipath_intr()Arthur Jones1-1/+9
2008-01-25IB/ipath: Fix comments for ipath_create_srq()Ralph Campbell1-2/+2
2008-01-25IB/ipath: Fix error returned from ib_resize_cq if new size smaller than # entriesRalph Campbell1-1/+1
2008-01-25IB/ipath: Fix sendctrl lockingJohn Gregor6-29/+72
2008-01-25IB/ipath: Remove dead code for user process waiting for send bufferRalph Campbell2-30/+0
2008-01-25RDMA/cxgb3: Support version 5.0 firmwareSteve Wise1-19/+2
2008-01-25RDMA/cxgb3: Hold rtnl_lock() around ethtool get_drvinfo callSteve Wise1-0/+5
2008-01-25drivers/infiniband: Add missing "space"Joe Perches2-4/+4
2008-01-25IB/ipath: Convert ipath_eep_sem semaphore to a mutexMatthias Kaehlcke3-12/+13
2008-01-25IB/ipath: Enable loopback of DR SMP responses from userspaceRalph Campbell1-2/+2
2008-01-25IB/ipath: Improve interrupt handler cache footprintDave Olson1-2/+2
2008-01-25IB/ipath: Fix crash on unload introduced by sysfs changesRoland Dreier1-1/+2
2008-01-24Infiniband: make ipath driver use default driver groups.Greg Kroah-Hartman4-45/+18
2008-01-16IB/ipath: Fix receiving UD messages with immediate dataRalph Campbell1-22/+22
2008-01-08IB/mlx4: Fix value of pkey_index in QP1 completionsDotan Barak1-1/+1
2007-12-13IB/ehca: Fix lock flag variable location, bump version numberJoachim Fenkes3-2/+2
2007-12-12IB/ehca: Serialize HCA-related hCalls if necessaryJoachim Fenkes3-17/+25
2007-12-12IB/ehca: Return correct number of SGEs for SRQJoachim Fenkes1-2/+2
2007-11-30IB/ehca: Fix static rate if path faster than linkJoachim Fenkes1-2/+6
2007-11-24IB/ehca: Fix static rate regressionJoachim Fenkes1-2/+2
2007-11-20IB/ipath: Normalize error return codes for posting work requestsRalph Campbell2-4/+6
2007-11-20IB/ipath: Fix offset returned to ibv_modify_srq()Ralph Campbell1-17/+25