summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-04-094-7/+7
|\
| *---. Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linusRoland Dreier2010-04-093-7/+6Star
| |\ \ \
| | | | * RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp()Chien Tung2010-04-071-5/+4Star
| | | * | IB/mlx4: Check correct variable for allocation failureDan Carpenter2010-04-071-1/+1
| | | |/
| | * / IB/cm: Fix device_create() return value checkJani Nikula2010-03-311-1/+1
| | |/
| * / RDMA/cm: Set num_paths when manually assigning path recordsSean Hefty2010-04-071-0/+1
| |/
* / include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3080-4/+94
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-03-191-0/+1
|\
| * sysfs: fix sysfs lockdep warning in infiniband codeGreg Kroah-Hartman2010-03-191-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-03-191-1/+1
|\ \ | |/ |/|
| * [SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal2010-03-031-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-138-9/+55
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'cxgb3', 'ipoib', 'misc' and 'nes' into for-nextRoland Dreier2010-03-127-9/+53
| |\ \ \ \
| | | | * | RDMA/nes: Fix CX4 link problem in back-to-back configurationChien Tung2010-03-121-2/+28
| | | | * | RDMA/nes: Clear stall bit before destroying NIC QPChien Tung2010-03-122-0/+9
| | | | * | RDMA/nes: Set assume_aligned_header bitFaisal Latif2010-03-121-0/+1
| | | * | | IB/mad: Ignore iWARP devices on device removalSteve Wise2010-03-111-0/+3
| | | |/ /
| | * | | IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz2010-03-112-7/+10
| | * | | IPoIB: Fix TX queue lockup with mixed UD/CM trafficEli Cohen2010-03-111-0/+2
| | |/ /
| * / / RDMA/cxgb3: Wait at least one schedule cycle during device removalSteve Wise2010-03-111-0/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-132-3/+3
|\ \ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-082-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-092-3/+3
* | | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-082-2/+2
* | | | driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen2010-03-083-26/+11Star
* | | | driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-083-3/+9
|/ / /
* | | infiniband: use for_each_set_bit()Akinobu Mita2010-03-061-16/+5Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-043-26/+25Star
|\ \ \
| * | | switch infiniband uverbs to anon_inodesAl Viro2010-03-034-81/+29Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-0335-1200/+1123Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'misc' into for-nextRoland Dreier2010-03-027-71/+14Star
| |\ \ \
| | * | | IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier2010-02-252-56/+5Star
| | * | | IB/core: Fix and clean up ib_ud_header_init()Eli Cohen2010-02-243-12/+6Star
| | * | | RDMA: Use rlimit helpersJiri Slaby2010-02-122-3/+2Star
| | |/ /
| * | | Merge branch 'srp' into for-nextRoland Dreier2010-03-022-32/+65
| |\ \ \
| | * | | IB/srp: Clean up error path in srp_create_target_ib()Roland Dreier2010-03-021-13/+18
| | * | | IB/srp: Split send and recieve CQs to reduce number of interruptsBart Van Assche2010-03-022-25/+53
| | |/ /
| * | | Merge branch 'nes' into for-nextRoland Dreier2010-03-027-290/+284Star
| |\ \ \
| | * | | RDMA/nes: Add support for KR device id 0x0110Chien Tung2010-02-255-218/+243
| | * | | RDMA/nes: Change WQ overflow return codeOr Gerlitz2010-02-191-3/+3
| | * | | RDMA/nes: Multiple disconnects cause crash during AE handlingFaisal Latif2010-02-191-60/+28Star
| | * | | RDMA/nes: Fix crash when listener destroyed during loopback setupFaisal Latif2010-02-191-1/+2
| | * | | RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif2010-02-193-8/+8
| | |/ /
| * | | Merge branch 'mlx4' into for-nextRoland Dreier2010-03-021-1/+1
| |\ \ \
| | * | | IB/mlx4: Simplify retrieval of ib_deviceEli Cohen2010-02-131-1/+1
| | |/ /
| * | | Merge branch 'iser' into for-nextRoland Dreier2010-03-025-604/+391Star
| |\ \ \
| | * | | IB/iser: Remove redundant locking from iser scsi command response flowOr Gerlitz2010-02-241-25/+0Star
| | * | | IB/iser: Use libiscsi passthrough modeOr Gerlitz2010-02-242-20/+3Star
| | * | | IB/iser: Remove unnecessary connection checksOr Gerlitz2010-02-243-52/+0Star
| | * | | IB/iser: Use atomic allocationsOr Gerlitz2010-02-242-3/+3