aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2i/bnx2i_iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] bnx2i: Optimized the iSCSI offload performanceEddie Wai2011-05-241-1/+7
* [SCSI] bnx2i: Updated the connection shutdown/cleanup timeoutEddie Wai2011-05-241-1/+1
* [SCSI] bnx2i: Fixed packet error created when the sq_size is set to 16Eddie Wai2011-05-241-0/+3
* [SCSI] bnx2i: fix null ptr ref in conn get paramMike Christie2011-02-241-23/+22
* [SCSI] bnx2i: Added iSCSI text pdu support for iSCSI offloadEddie Wai2011-02-241-1/+5
* [SCSI] bnx2i: Allow ep CONNECT_FAILED condition to go through proper cleanupEddie Wai2011-02-241-1/+1
* [SCSI] bnx2i: Updated copyright and maintainer infoEddie Wai2010-12-211-1/+2
* [SCSI] bnx2i: Cleaned up various error conditions in ep_connect/disconnectEddie Wai2010-12-211-27/+40
* [SCSI] bnx2i: Added return code check for chip kwqe submission requestEddie Wai2010-12-211-2/+15
* [SCSI] bnx2i: Modified the bnx2i stop path to compensate for in progress opsEddie Wai2010-12-211-1/+6
* [SCSI] bnx2i: Removed the dynamic registration of CNICEddie Wai2010-12-211-7/+0
* [SCSI] bnx2i: Added mutex lock protection to conn_get_paramEddie Wai2010-12-211-3/+10
* [SCSI] bnx2i: Allow to abort the connection if connect request times outEddie Wai2010-12-211-1/+1
* [SCSI] bnx2i: Fixed the remote TCP RST handling for the 570X (1g)Eddie Wai2010-12-211-5/+3
* [SCSI] bnx2i: Fixed a cid leak issue for 5771X (10g)Eddie Wai2010-12-211-8/+16
* [SCSI] bnx2i: Added chip cleanup for the remove module pathEddie Wai2010-09-051-0/+3
* [SCSI] bnx2i: Recouple the CFC delete cleanup with cm_abort/close completionEddie Wai2010-09-051-4/+6
* [SCSI] bnx2i: Fixed a protocol violation on nopout responsesEddie Wai2010-09-051-2/+0
* [SCSI] bnx2i: Added host param ISCSI_HOST_PARAM_IPADDRESSMichael Chan2010-07-271-1/+22
* [SCSI] bnx2i: Fixed the TCP graceful termination initiationEddie Wai2010-07-271-19/+34
* [SCSI] bnx2i: Fine tuned conn destroy and context destroy timeout valuesEddie Wai2010-07-271-4/+9
* [SCSI] bnx2i: Optimized the bnx2i_stop connection clean up procedureEddie Wai2010-07-271-6/+6
* [SCSI] bnx2i: Created an active linklist which holds bnx2i endpointsEddie Wai2010-07-271-3/+43
* [SCSI] bnx2i: Separated the hardware's cleanup procedure from ep_disconnectEddie Wai2010-07-271-43/+76
* [SCSI] bnx2i: Bug fixes related to MTU change issue when there are active isc...Anil Veerabhadrappa2010-04-111-3/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal2010-03-031-1/+1
* [SCSI] bnx2i: set change_queue_depth functionMike Christie2010-02-171-0/+1
* [SCSI] cxgb3i, bnx2i: remove uses of nipquad use %pi4Joe Perches2010-02-171-2/+2
* [SCSI] bnx2i: minor code cleanup and update driver versionAnil Veerabhadrappa2009-12-101-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-1/+1
* | [SCSI] libiscsi: add warm target reset tmf supportMike Christie2009-12-041-1/+1
* | [SCSI] bnx2i: use common iscsi suspend queueMike Christie2009-12-041-7/+1
|/
* [SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal2009-10-021-1/+1
* [SCSI] bnx2i : Fix "cid #n not valid" issueAnil Veerabhadrappa2009-08-221-2/+1
* [SCSI] bnx2i : Fix command session number jump issue seen during cable pull testAnil Veerabhadrappa2009-08-221-3/+0
* [SCSI] bnx2i: register given device with cnic if shost != NULL in ep_connect()Anil Veerabhadrappa2009-08-221-2/+5
* [SCSI] bnx2i: Add bnx2i iSCSI driver.Michael Chan2009-06-091-0/+2064