aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller80-11/+101
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-7/+7
2010-04-09Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linusRoland Dreier3-7/+6
2010-04-07IB/mlx4: Check correct variable for allocation failureDan Carpenter1-1/+1
2010-04-07RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp()Chien Tung1-5/+4
2010-04-07RDMA/cm: Set num_paths when manually assigning path recordsSean Hefty1-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-1/+2
2010-04-03net: convert multicast list to list_headJiri Pirko2-9/+7
2010-03-31IB/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 implicit slab.h inclusion from percpu.hTejun Heo80-4/+94
2010-03-22ipoib: 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-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds8-9/+55
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2010-03-12Merge branches 'cxgb3', 'ipoib', 'misc' and 'nes' into for-nextRoland Dreier7-9/+53
2010-03-12RDMA/nes: Fix CX4 link problem in back-to-back configurationChien Tung1-2/+28
2010-03-11RDMA/nes: Clear stall bit before destroying NIC QPChien Tung2-0/+9
2010-03-11RDMA/nes: Set assume_aligned_header bitFaisal Latif1-0/+1
2010-03-11RDMA/cxgb3: Wait at least one schedule cycle during device removalSteve Wise1-0/+2
2010-03-11IB/mad: Ignore iWARP devices on device removalSteve Wise1-0/+3
2010-03-11IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz2-7/+10
2010-03-11IPoIB: Fix TX queue lockup with mixed UD/CM trafficEli Cohen1-0/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-3/+3
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen3-26/+11
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen3-3/+9
2010-03-06infiniband: use for_each_set_bit()Akinobu Mita1-16/+5
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-26/+25
2010-03-03switch infiniband uverbs to anon_inodesAl Viro4-81/+29
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds35-1200/+1123
2010-03-03[SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal1-1/+1
2010-03-01Merge branch 'misc' into for-nextRoland Dreier7-71/+14
2010-03-01Merge branch 'srp' into for-nextRoland Dreier2-32/+65
2010-03-01Merge branch 'nes' into for-nextRoland Dreier7-290/+284
2010-03-01Merge branch 'mlx4' into for-nextRoland Dreier1-1/+1
2010-03-01Merge branch 'iser' into for-nextRoland Dreier5-604/+391
2010-03-01Merge branch 'ipoib' into for-nextRoland Dreier1-8/+2
2010-03-01Merge branch 'ehca' into for-nextRoland Dreier3-7/+4
2010-03-01Merge branch 'cxgb3' into for-nextRoland Dreier7-19/+110
2010-03-01IB/srp: Clean up error path in srp_create_target_ib()Roland Dreier1-13/+18
2010-03-01IB/srp: Split send and recieve CQs to reduce number of interruptsBart Van Assche2-25/+53
2010-02-28ipoib: returned back addrlen check for mc addressesJiri Pirko1-1/+5
2010-02-26infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2-42/+51
2010-02-25RDMA/nes: Add support for KR device id 0x0110Chien Tung5-218/+243
2010-02-24IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier2-56/+5
2010-02-24IB/core: Fix and clean up ib_ud_header_init()Eli Cohen3-12/+6
2010-02-24RDMA/cxgb3: Mark RDMA device with CXIO_ERROR_FATAL when removingSteve Wise1-0/+1
2010-02-24RDMA/cxgb3: Don't allocate the SW queue for user mode CQsSteve Wise3-9/+9