aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-09IB/core: Remove IB_DEVICE_SEND_W_INV capability flagRoland Dreier1-2/+1
2008-06-06IB/umem: Avoid sign problems when demoting npages to integerRoland Dreier1-1/+1
2008-06-06IB/ipath: Fix SM trap forwardingRalph Campbell1-0/+4
2008-06-06IB/ehca: Reject send WRs only for RESET, INIT and RTR stateJoachim Fenkes1-2/+4
2008-05-26IB/ipath: Fix device capability flagsRalph Campbell1-1/+2
2008-05-26IB/ipath: Avoid test_bit() on u64 SDMA status valueRoland Dreier2-8/+9
2008-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-13/+36
2008-05-23IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMEDDave Olson1-1/+3
2008-05-20IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()Jack Morgenstein1-0/+6
2008-05-20IB/mlx4: Fix creation of kernel QP with max number of send s/g entriesRoland Dreier1-5/+8
2008-05-20IB: fix race in device_createGreg Kroah-Hartman2-13/+12
2008-05-16IB/mthca: Fix max_sge value returned by query_deviceRoland Dreier1-1/+13
2008-05-16RDMA/cxgb3: Fix uninitialized variable warning in iwch_post_send()Roland Dreier1-1/+1
2008-05-16IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send()Andrew Morton1-1/+1
2008-05-15IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediateRalph Campbell1-2/+2
2008-05-15IB/ipath: Fix printk format for ipath_sdma_statusRoland Dreier1-2/+2
2008-05-13RDMA/cxgb3: Wrap the software send queue pointer as needed on flushSteve Wise1-2/+2
2008-05-13IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier2-4/+4
2008-05-13IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov3-18/+23
2008-05-13IB/ipath: Fix RDMA read response sequence checkingRalph Campbell2-0/+8
2008-05-13IB/ipath: Fix many locking issues when switching to error stateRalph Campbell8-304/+554
2008-05-13IB/ipath: Fix RC and UC error handlingRalph Campbell5-224/+132
2008-05-13RDMA/nes: Fix up nes_lro_max_aggr module parameterRoland Dreier3-6/+5
2008-05-07IB/ehca: Wait for async events to finish before destroying QPStefan Roscher3-0/+11
2008-05-07IB/ipath: Fix SDMA error recovery in absence of link status changeJohn Gregor2-10/+29
2008-05-07IB/ipath: Need to always request and handle PIO avail interruptsDave Olson8-202/+224
2008-05-07IB/ipath: Fix count of packets received by kernelMichael Albaugh1-1/+1
2008-05-07IB/ipath: Return the correct opcode for RDMA WRITE with immediateRalph Campbell1-1/+5
2008-05-07IB/ipath: Fix bug that can leave sends disabled after freeze recoveryDave Olson1-2/+6
2008-05-07IB/ipath: Only increment SSN if WQE is put on send queueRalph Campbell1-1/+1
2008-05-07IB/ipath: Only warn about prototype chip during initMichael Albaugh1-2/+3
2008-05-06RDMA/cxgb3: Fix severe limit on userspace memory registration sizeRoland Dreier5-94/+155
2008-05-06RDMA/cxgb3: Don't add PBL memory to gen_pool in chunksRoland Dreier1-8/+28
2008-05-05IB/ehca: Fix function return typesStefan Roscher1-4/+3
2008-05-02RDMA/cxgb3: Bump up the MPA connection setup timeout.Steve Wise1-2/+2
2008-05-02RDMA/cxgb3: Silently ignore close reply after abort.Steve Wise1-1/+1
2008-05-02RDMA/cxgb3: QP flush fixesSteve Wise3-10/+20
2008-04-30IB/ipoib: Fix transmit queue stalling foreverEli Cohen3-6/+46
2008-04-30IB/mlx4: Fix off-by-one errors in calls to mlx4_ib_free_cq_buf()Roland Dreier1-2/+2