aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2i/bnx2i_iscsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+1
2011-07-25iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger1-1/+1
2011-06-29[SCSI] bnx2i: Updated copyright and bump versionEddie Wai1-1/+1
2011-06-29[SCSI] bnx2i: Added the use of kthreads to handle SCSI cmd completionEddie Wai1-4/+32
2011-05-24[SCSI] bnx2i: Optimized the iSCSI offload performanceEddie Wai1-1/+7
2011-05-24[SCSI] bnx2i: Updated the connection shutdown/cleanup timeoutEddie Wai1-1/+1
2011-05-24[SCSI] bnx2i: Fixed packet error created when the sq_size is set to 16Eddie Wai1-0/+3
2011-02-24[SCSI] bnx2i: fix null ptr ref in conn get paramMike Christie1-23/+22
2011-02-24[SCSI] bnx2i: Added iSCSI text pdu support for iSCSI offloadEddie Wai1-1/+5
2011-02-24[SCSI] bnx2i: Allow ep CONNECT_FAILED condition to go through proper cleanupEddie Wai1-1/+1
2010-12-21[SCSI] bnx2i: Updated copyright and maintainer infoEddie Wai1-1/+2
2010-12-21[SCSI] bnx2i: Cleaned up various error conditions in ep_connect/disconnectEddie Wai1-27/+40
2010-12-21[SCSI] bnx2i: Added return code check for chip kwqe submission requestEddie Wai1-2/+15
2010-12-21[SCSI] bnx2i: Modified the bnx2i stop path to compensate for in progress opsEddie Wai1-1/+6
2010-12-21[SCSI] bnx2i: Removed the dynamic registration of CNICEddie Wai1-7/+0
2010-12-21[SCSI] bnx2i: Added mutex lock protection to conn_get_paramEddie Wai1-3/+10
2010-12-21[SCSI] bnx2i: Allow to abort the connection if connect request times outEddie Wai1-1/+1
2010-12-21[SCSI] bnx2i: Fixed the remote TCP RST handling for the 570X (1g)Eddie Wai1-5/+3
2010-12-21[SCSI] bnx2i: Fixed a cid leak issue for 5771X (10g)Eddie Wai1-8/+16
2010-09-05[SCSI] bnx2i: Added chip cleanup for the remove module pathEddie Wai1-0/+3
2010-09-05[SCSI] bnx2i: Recouple the CFC delete cleanup with cm_abort/close completionEddie Wai1-4/+6
2010-09-05[SCSI] bnx2i: Fixed a protocol violation on nopout responsesEddie Wai1-2/+0
2010-07-27[SCSI] bnx2i: Added host param ISCSI_HOST_PARAM_IPADDRESSMichael Chan1-1/+22
2010-07-27[SCSI] bnx2i: Fixed the TCP graceful termination initiationEddie Wai1-19/+34
2010-07-27[SCSI] bnx2i: Fine tuned conn destroy and context destroy timeout valuesEddie Wai1-4/+9
2010-07-27[SCSI] bnx2i: Optimized the bnx2i_stop connection clean up procedureEddie Wai1-6/+6
2010-07-27[SCSI] bnx2i: Created an active linklist which holds bnx2i endpointsEddie Wai1-3/+43
2010-07-27[SCSI] bnx2i: Separated the hardware's cleanup procedure from ep_disconnectEddie Wai1-43/+76
2010-04-11[SCSI] bnx2i: Bug fixes related to MTU change issue when there are active iscsi sessionsAnil Veerabhadrappa1-3/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03[SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal1-1/+1
2010-02-17[SCSI] bnx2i: set change_queue_depth functionMike Christie1-0/+1
2010-02-17[SCSI] cxgb3i, bnx2i: remove uses of nipquad use %pi4Joe Perches1-2/+2
2009-12-10[SCSI] bnx2i: minor code cleanup and update driver versionAnil Veerabhadrappa1-2/+0
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04[SCSI] libiscsi: add warm target reset tmf supportMike Christie1-1/+1
2009-12-04[SCSI] bnx2i: use common iscsi suspend queueMike Christie1-7/+1
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-10-02[SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal1-1/+1
2009-08-22[SCSI] bnx2i : Fix "cid #n not valid" issueAnil Veerabhadrappa1-2/+1
2009-08-22[SCSI] bnx2i : Fix command session number jump issue seen during cable pull testAnil Veerabhadrappa1-3/+0
2009-08-22[SCSI] bnx2i: register given device with cnic if shost != NULL in ep_connect()Anil Veerabhadrappa1-2/+5
2009-06-09[SCSI] bnx2i: Add bnx2i iSCSI driver.Michael Chan1-0/+2064