aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxgb3i (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-10net-next: remove useless union keywordChangli Gao1-2/+2
2010-05-02[SCSI] cxgb3i: Fix error path for module initRoland Dreier1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-0/+5
2010-03-03[SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal1-1/+1
2010-02-17[SCSI] cxgb3i: check for setup netdevMike Christie1-0/+12
2010-02-17[SCSI] cxgb3i, bnx2i: remove uses of nipquad use %pi4Joe Perches2-6/+6
2010-01-18[SCSI] cxgbi3: remove unnecessary NULL testJiri Slaby1-4/+2
2009-12-30[SCSI] cxgb3i: Fix a login over vlan issueRakesh Ranjan1-1/+33
2009-12-10[SCSI] cxgb3i: always use negative errno in case of errorkxie@chelsio.com2-14/+14
2009-12-04[SCSI] libiscsi: add warm target reset tmf supportMike Christie1-1/+1
2009-10-02[SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal1-1/+1
2009-09-05RDMA/cxgb3: Handle port events properlySteve Wise1-6/+6
2009-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-1/+1
2009-06-27[SCSI] cxgb3i: fix connection error when vlan is enabledKaren Xie1-0/+4
2009-06-27kbuild: finally remove the obsolete variable $TOPDIRAmerigo Wang1-1/+1
2009-06-21cxgb3i: suppot of different kernel page sizesKaren Xie1-0/+36
2009-06-21cxgb3i: use kref to track ddp usageKaren Xie2-21/+35
2009-06-08[SCSI] cxgb3i: Include net/dst.h for struct dst_cacheHerbert Xu1-0/+1
2009-05-23[SCSI] iscsi: pass ep connect shostMike Christie4-15/+37
2009-04-27[SCSI] cxgb3i: fix ddp map overrunkxie@chelsio.com1-13/+19
2009-04-27[SCSI] cxgb3i: fix cpu use abuse during writesMike Christie2-10/+13
2009-04-27[SCSI] cxgb3i: fix can_queue and cmd_per_lun initializationMike Christie2-3/+3
2009-04-27[SCSI] cxgb3i, iser, iscsi_tcp: set target can queueMike Christie1-0/+1
2009-04-03[SCSI] cxgb3i: call ddp release function directlyMike Christie1-10/+2
2009-04-03[SCSI] cxgb3i: merge cxgb3i_ddp into cxgb3i moduleKaren Xie5-57/+21
2009-04-03[SCSI] cxgb3i: close all tcp connections upon chip resetKaren Xie2-41/+71
2009-04-03[SCSI] cxgb3i: re-read ddp settings information after chip resetMike Christie2-46/+70
2009-04-03[SCSI] cxgb3i: re-initialize ddp settings after chip resetKaren Xie2-127/+118
2009-04-03[SCSI] cxgb3i: subscribe to error notification from cxgb3 driverKaren Xie3-10/+52
2009-03-13[SCSI] cxgb3i: fix function descriptionsKaren Xie5-20/+14
2009-03-13[SCSI] iscsi class: remove host no argument from session creation calloutMike Christie1-4/+1
2009-03-13[SCSI] iscsi lib: remove qdepth param from iscsi host allocationMike Christie1-3/+2
2009-03-13[SCSI] iscsi lib: have lib create work queue for transmitting IOMike Christie2-2/+2
2009-02-21[SCSI] cxgb3i: update the driver version to 1.0.1Karen Xie1-2/+2
2009-02-21[SCSI] cxgb3i: added missing include in cxgb3i_ddp.hKaren Xie1-0/+2
2009-02-21[SCSI] cxgb3i: Outgoing pdus need to observe skb's MAX_SKB_FRAGSKaren Xie6-112/+205
2009-02-21[SCSI] cxgb3i: added per-task data to track transmit progressKaren Xie2-2/+24
2009-02-21[SCSI] cxgb3i: transmit work-request fixesKaren Xie2-53/+121
2009-01-07[SCSI] cxgb3i: add missing includeAl Viro1-0/+1
2008-12-30[SCSI] cxgb3i: fix select/depend problemJames Bottomley1-0/+1
2008-12-30[SCSI] cxgb3i: remove use of skb->spKaren Xie2-7/+7
2008-12-30[SCSI] cxgb3i: Add cxgb3i iSCSI driver.Karen Xie11-0/+4785