summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2010-05-25RDMA/cxgb4: CQ size must be IQ size - 2Steve Wise1-1/+4
2010-05-25RDMA/cxgb4: Register RDMA provider based on LLD state_change eventsSteve Wise3-10/+39
2010-05-25RDMA/cxgb4: Detach from the LLD after unregistering RDMA deviceSteve Wise1-3/+1
2010-05-24IB/ipath: Remove support for QLogic PCIe QLE devicesRalph Campbell9-7131/+7
2010-05-24IB/qib: Add new qib driver for QLogic PCIe InfiniBand adaptersRalph Campbell51-0/+52965
2010-05-24IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size staticRoland Dreier1-2/+2
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely51-267/+9820
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-3/+4
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell11-15/+32
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-14/+8
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-4/+4
2010-05-19of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-5/+6
2010-05-16Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', '...Roland Dreier41-236/+9795
2010-05-16IB/core: Use kmemdup() instead of kmalloc()+memcpy()Julia Lawall2-5/+3
2010-05-12IB/iser: Fix error flow in iser_create_ib_conn_res()Dan Carpenter1-16/+9
2010-05-12IB/iser: Enhance disconnection logic for multi-pathingOr Gerlitz3-38/+46
2010-05-12IB/iser: Remove buggy back-pointer settingOr Gerlitz1-2/+0
2010-05-12IB/iser: Add asynchronous event handlerOr Gerlitz2-1/+16
2010-05-06MAINTAINERS: Add cxgb4 and iw_cxgb4 entriesRoland Dreier6-164/+224
2010-04-29RDMA/cxgb3: Shrink .text with compile-time init of handlers arraysRoland Dreier2-66/+65
2010-04-23Merge branch 'master' into for-nextJiri Kosina83-21/+158
2010-04-22IPoIB: Allow disabling/enabling TSO on the fly through ethtoolOr Gerlitz1-0/+20
2010-04-22IB/mlx4: Add support for masked atomic operationsVladimir Sokolovsky3-11/+48
2010-04-22RDMA/cma: Randomize local port allocationTetsuo Handa1-45/+25
2010-04-22RDMA/nes: Make unnecessarily global functions staticRoland Dreier2-3/+3
2010-04-22RDMA/nes: Make nesadapter->phy_lock usage consistentChien Tung3-20/+14
2010-04-22RDMA/cxgb4: Add driver for Chelsio T4 RNICSteve Wise16-0/+9447
2010-04-22IB/mthca: Use the dma state API instead of pci equivalentsFUJITA Tomonori3-8/+8
2010-04-22RDMA/amso1100: Use the dma state API instead of pci equivalentsFUJITA Tomonori6-13/+13
2010-04-22RDMA/cxgb3: Don't free skbs on NET_XMIT_* indications from LLDSteve Wise1-2/+2
2010-04-22RDMA/cxgb3: Use the dma state API instead of pci equivalentsFUJITA Tomonori3-9/+9
2010-04-21IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier4-10/+20
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller80-11/+101
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds4-7/+7
2010-04-09Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linusRoland Dreier3-7/+6
2010-04-08IB/mlx4: Check correct variable for allocation failureDan Carpenter1-1/+1
2010-04-08RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp()Chien Tung1-5/+4
2010-04-08RDMA/cm: Set num_paths when manually assigning path recordsSean Hefty1-0/+1
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-1/+2
2010-04-04net: convert multicast list to list_headJiri Pirko2-9/+7
2010-04-01IB/cm: Fix device_create() return value checkJani Nikula1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo80-4/+94
2010-03-23ipoib: remove addrlen check for mc addressesJiri Pirko1-5/+1
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+1
2010-03-19sysfs: fix sysfs lockdep warning in infiniband codeGreg Kroah-Hartman1-0/+1
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2010-03-16Fix typos in commentsThomas Weber3-4/+4
2010-03-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds8-9/+55
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+3
2010-03-12Merge branches 'cxgb3', 'ipoib', 'misc' and 'nes' into for-nextRoland Dreier7-9/+53