aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-10-09Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4', 'mthca' and 'nes' into for-nextRoland Dreier27-359/+959
2008-10-09RDMA/nes: Fix slab corruptionChien Tung1-1/+0
2008-10-08IB/mlx4: Set RLKEY bit for kernel QPsVladimir Sokolovsky1-0/+3
2008-10-08RDMA/nes: Correct error_module bit maskChien Tung1-1/+1
2008-10-03RDMA/nes: Fix routed RDMA connectionsBob Sharp1-8/+30
2008-10-03RDMA/nes: Enhanced PFT management schemeVadim Makhervaks3-14/+67
2008-09-30RDMA/nes: Handle AE bounds violationFaisal Latif1-0/+16
2008-09-30RDMA/nes: Limit critical error interruptsChien Tung2-12/+29
2008-09-30RDMA/nes: Stop spurious MAC interruptsChien Tung1-7/+11
2008-09-30RDMA/nes: Correct tso_wqe_lengthChien Tung1-0/+2
2008-09-30RDMA/nes: Fill in firmware version for ethtoolChien Tung1-1/+3
2008-09-30RDMA/nes: Use ethtool timer valueJohn Lacombe1-5/+4
2008-09-30RDMA/nes: Correct MAX TSO frags valueBob Sharp1-1/+1
2008-09-30RDMA/nes: Enable MC/UC after changing MTUBob Sharp1-0/+20
2008-09-30RDMA/nes: Free NIC TX buffers when destroying NIC QPBob Sharp1-2/+62
2008-09-30RDMA/nes: Fix MDC settingChien Tung1-1/+3
2008-09-30RDMA/nes: Add wqm_quanta module optionChien Tung4-2/+63
2008-09-30RDMA/nes: Module parameter permissionsChien Tung1-4/+4
2008-09-30RDMA/cxgb3: Set active_mtu in ib_port_attrJon Mason1-6/+3
2008-09-30RDMA/nes: Add support for 4-port 1G HP blade cardChien Tung3-20/+76
2008-09-30RDMA/nes: Make mini_cm_connect() staticFaisal Latif1-1/+1
2008-09-30IB/cm: Correctly free cm_device structureHefty, Sean1-0/+2
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier5-107/+118
2008-09-29IB/mthca: Use pci_request_regions()Roland Dreier3-111/+14
2008-09-29IB/ipath: Fix hang on module unloadYannick Cote1-0/+7
2008-09-25IPoIB: Fix crash when path record fails after path flushRoland Dreier1-4/+4
2008-09-20IB: Drop code after return statementJulia Lawall2-4/+0
2008-09-20IB/mad: Don't discard BMA responses in kernelMichael Brooks1-3/+2
2008-09-20IB/ipath: Fix SLID generation for RC/UC QPs when LMC > 0Ralph Campbell2-2/+4
2008-09-20IB/ehca: Generate flush status CQ entriesAlexander Schmidt5-43/+412
2008-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-19/+32
2008-09-16Merge branches 'ipoib', 'mlx4' and 'nes' into for-linusRoland Dreier2-9/+8
2008-09-16IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin3-10/+24
2008-09-16RDMA/nes: Fix client side QP destroyFaisal Latif1-9/+2
2008-09-15IB/mlx4: Fix up fast register page list formatVladimir Sokolovsky1-0/+6
2008-08-27IB/mlx4: Actually return L_Key and R_Key for fast register MRsVladimir Sokolovsky1-0/+2
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk4-4/+0
2008-08-19Merge branches 'ipath' and 'ipoib' into for-linusRoland Dreier2-11/+18
2008-08-19IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2-11/+18
2008-08-15IB/ipath: Fix incorrect check for max physical address in TIDDave Olson1-1/+1
2008-08-15IB/ipath: Fix lost UD send work requestRalph Campbell1-2/+6
2008-08-12Merge branches 'ehca' and 'ipoib' into for-linusRoland Dreier1-5/+12
2008-08-12IB/ehca: Discard double CQE for one WRAlexander Schmidt4-20/+78
2008-08-12IB/ehca: Check idr_find() return valueAlexander Schmidt1-1/+3
2008-08-12IB/ehca: Repoll CQ on invalid opcodeAlexander Schmidt1-1/+1
2008-08-12IB/ehca: Rename goto label in ehca_poll_cq_one()Alexander Schmidt1-3/+3
2008-08-12IB/ehca: Update qp_state on cached modify_qp()Alexander Schmidt1-4/+10
2008-08-08IPoIB/cm: Use vmalloc() to allocate rx_ringsDavid J. Wilder1-5/+12
2008-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds14-104/+82