aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()Ralph Campbell2-4/+5
2008-07-14IPoIB: Use dev_set_mtu() to change mtuEli Cohen2-2/+2
2008-07-14IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2-3/+10
2008-07-14IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier3-17/+3
2008-07-14IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen3-15/+19
2008-07-14IPoIB: Remove priv->mcast_mutexEli Cohen3-6/+0
2008-07-14IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen2-9/+0
2008-07-14RDMA/cxgb3: Set rkey field for new memory windows in iwch_alloc_mw()Steve Wise1-0/+1
2008-07-14RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request()Roland Dreier6-23/+19
2008-07-14RDMA/cxgb3: Propagate HW page size capabilitiesJon Mason3-1/+3
2008-07-14RDMA/nes: Encapsulate logic nes_put_cqp_request()Roland Dreier4-211/+66
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua4-30/+91
2008-07-14IB/ehca: Make device table externally visibleJoachim Fenkes1-0/+1
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky5-1/+127
2008-07-14IPoIB: Use multicast loopback blocking if availableRon Livne1-1/+4
2008-07-14IB/mlx4: Add support for blocking multicast loopback packetsRon Livne3-6/+25
2008-07-14RDMA/cxgb3: Add support for protocol statisticsSteve Wise1-4/+58
2008-07-14RDMA/core: Add iWARP protocol statistics attributes in sysfsSteve Wise1-0/+120
2008-07-14IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()Roland Dreier1-16/+47
2008-07-14RDMA/cma: Add missing newlines to printk()sRoland Dreier1-3/+3
2008-07-14RDMA/cxgb3: Remove write-only iwch_rnic_attributes fieldsRoland Dreier2-4/+0
2008-07-14RDMA/cxgb3: Fix up some ib_device_attr fieldsSteve Wise3-3/+29
2008-07-14IB/ehca: In case of lost interrupts, trigger EOI to reenable interruptsStefan Roscher3-2/+18
2008-07-14IB/ehca: Reject receive work requests if QP is in RESET stateJoachim Fenkes1-2/+10
2008-07-14IB/mlx4: Remove extra code for RESET->ERR QP state transitionRoland Dreier1-26/+0
2008-07-14IB/mthca: Remove extra code for RESET->ERR QP state transitionRoland Dreier1-26/+0
2008-07-14IB/core: Reset to error QP state transition is not allowedRalph Campbell1-1/+0
2008-07-14IB/mlx4: Pass congestion management class MADs to the HCAEli Cohen1-1/+2
2008-07-14IB/mlx4: Configure QPs' max message size based on real device capabilityEli Cohen1-1/+2
2008-07-14RDMA/cxgb3: MEM_MGT_EXTENSIONS supportSteve Wise7-82/+293
2008-07-14RDMA/core: Add memory management extensions supportSteve Wise10-23/+69
2008-07-14IPoIB: Copy small received SKBs in connected modeEli Cohen3-0/+26
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier62-124/+0
2008-07-14IB/ipath: Simplify code using ARRAY_SIZE() macroRobert P. J. Day1-2/+2
2008-07-14IB/mlx4: Optimize QP stampingEli Cohen1-2/+6
2008-07-14IB/sa: Fail requests made while creating new SM AHMoni Shoua1-6/+16
2008-07-14RDMA: Fix license textSean Hefty2-37/+46
2008-07-14RDMA/nes: Remove unnecessary memset()Christophe Jaillet1-1/+0
2008-07-14IB/srp: Remove use of cached P_Key/GID queriesRoland Dreier1-8/+5
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet18-45/+80
2008-07-11IB/umad: BKL is not needed for ib_umad_open()Roland Dreier1-6/+14
2008-07-08RDMA/cxgb3: Fix regression caused by class_device -> device conversionSteve Wise1-0/+4
2008-07-04IB/uverbs: BKL is not needed for ib_uverbs_open()Roland Dreier1-7/+13
2008-06-23IB/mthca: Clear ICM pages before handing to FWEli Cohen1-1/+5
2008-06-20infiniband-ucma: BKL pushdownArnd Bergmann1-0/+3
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet2-2/+4
2008-06-20infiniband: more BKL pushdownJonathan Corbet2-3/+13
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet2-0/+2
2008-06-18IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler()Jack Morgenstein1-1/+1
2008-06-10RDMA/nes: Fix off-by-one in nes_reg_user_mr() error pathRoland Dreier1-3/+1