aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-06infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-3/+3
2008-10-28infiniband: use %p6 for printing message idsHarvey Harrison1-27/+4
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier2-4/+0
2008-07-14IB/srp: Remove use of cached P_Key/GID queriesRoland Dreier1-8/+5
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones2-62/+72
2008-04-19IB: rename "dev" to "srp_dev" in srp_host structureGreg Kroah-Hartman2-24/+27
2008-04-16IB/srp: Enforce protocol limit on srp_sg_tablesizeDavid Dillow1-1/+6
2008-02-04IB/srp: Retry stale connectionsDavid Dillow2-12/+42
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-25IB/srp: Add identifying information to log messagesDavid Dillow1-46/+71
2008-01-25IB/srp: Enable SG list chainingDavid Dillow1-0/+1
2008-01-25IB/srp: Respect target credit limitDavid Dillow2-4/+14
2008-01-08IB/srp: Release transport before removing hostDave Dillow1-1/+1
2008-01-03IB/srp: Fix list corruption/oops on module reloadDavid Dillow1-0/+1
2007-10-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-0/+29
2007-10-12[SCSI] transport_srp: add rport roles attributeFUJITA Tomonori1-0/+1
2007-10-12[SCSI] ib_srp: convert to use the srp transport classFUJITA Tomonori2-0/+28
2007-10-09IB/srp: Add QoS support through service IDSean Hefty1-0/+2
2007-08-03IB/srp: Add OUI for new Cisco targetsRaghava Kondapalli1-1/+3
2007-08-03IB/srp: Wrap OUI checking for workarounds in helper functionsRoland Dreier1-9/+20
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-48/+20
2007-07-09IB: Use menuconfig for InfiniBand menuJan Engelhardt1-1/+1
2007-06-07[SCSI] ib_srp: convert to use the data buffer accessorsFUJITA Tomonori2-48/+20
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+1
2007-05-06IB/srp: Set proc_nameRoland Dreier1-1/+2
2007-05-06IB/srp: Add orig_dgid sysfs attribute to scsi_hostIshai Rabinovitz2-0/+23
2007-02-04IB/srp: Don't wait for response when QP is in error state.Ishai Rabinovitz2-0/+8
2007-01-22IB/srp: Check match_strdup() returnIshai Rabinovitz1-0/+20
2006-12-15IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4GRoland Dreier2-2/+2
2006-12-12IB/srp: Use new verbs IB DMA mapping functionsRalph Campbell2-34/+49
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-4/+7
2006-11-29IB/srp: Fix memory leak on reconnectVu Pham1-3/+5
2006-11-29IB/srp: Increase supported CDB sizeArne Redlich1-1/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-10-10IB/srp: Enable multiple connections to the same targetIshai Rabinovitz2-10/+18
2006-10-10IB/srp: Remove redundant memset()Ishai Rabinovitz1-1/+0
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin1-1/+8
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-1/+1
2006-09-22IB: Whitespace fixesRoland Dreier1-1/+1
2006-09-22IB/srp: Add port/device attributesIshai Rabinovitz1-6/+24
2006-09-14IB/srp: Don't schedule reconnect from srpIshai Rabinovitz1-14/+0
2006-08-03IB/srp: Work around data corruption bug on Mellanox targetsIshai Rabinovitz1-2/+15
2006-08-03IB/srp: Fix crash in srp_reconnect_targetIshai Rabinovitz1-0/+2
2006-07-14[PATCH] fmr pool: remove unnecessary pointer dereferenceMichael S. Tsirkin1-1/+1
2006-07-14[PATCH] srp: fix fmr error handlingVu Pham1-0/+1
2006-06-17IB/srp: Factor out common request reset codeIshai Rabinovitz1-22/+18