summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla4xxx: Updated the Copyright headerVikas Chaudhary2010-12-2116-18/+18
* [SCSI] qla4xxx: do not reset hba if ql4xdontresethba is setVikas Chaudhary2010-12-211-7/+9
* [SCSI] qla4xxx: do not check for fw hung if reset retry is in progressLalit Chandivade2010-12-211-1/+3
* [SCSI] qla4xxx: cache new IP address acquired via DHCPPrasanna Mumbai2010-12-211-1/+2
* [SCSI] qla4xxx: Fail initialization if qla4_8xxx_pci_mem_write_2M failsLalit Chandivade2010-12-211-6/+11
* [SCSI] qla4xxx: put device in FAILED state for 82XX initialization failureLalit Chandivade2010-12-211-0/+8
* [SCSI] qla4xxx: do not process interrupt unconditionallyLalit Chandivade2010-12-211-17/+1Star
* [SCSI] qla4xxx: use correct fw_ddb_index in abort taskKaren Higgins2010-12-212-3/+2Star
* [SCSI] qla4xxx: memory wedge with peg_halt test in loopSwapnil Nagle2010-12-211-0/+43
* [SCSI] qla4xxx: initialize MSI in correct wayShyam Sundar2010-12-211-1/+1
* [SCSI] qla4xxx: Drop use of IRQF_DISABLEVikas Chaudhary2010-12-211-2/+2
* [SCSI] libfc: fix statistics for FCP input/output megabytesJoe Eykholt2010-12-212-4/+8
* [SCSI] libfcoe: change fip_select to return new FCFJoe Eykholt2010-12-211-10/+8Star
* [SCSI] libfcoe: reorder FCF list to put latest advertiser firstJoe Eykholt2010-12-211-0/+11
* [SCSI] libfcoe: add debug message for FCF destination MACJoe Eykholt2010-12-211-9/+10
* [SCSI] libfcoe: retry rejected FLOGI to another FCF if possibleJoe Eykholt2010-12-211-30/+177
* [SCSI] libfcoe: fix checking of conflicting fabrics in fcoe_ctlr_select()Joe Eykholt2010-12-211-7/+10
* [SCSI] libfcoe: move some timer code to make it reusable.Joe Eykholt2010-12-211-3/+7
* [SCSI] libfcoe: update FIP FCF announcementsJoe Eykholt2010-12-211-11/+29
* [SCSI] libfc: fix fc_tm_done not freeing the allocated fsp pktYi Zou2010-12-211-7/+7
* [SCSI] libfc: the timeout for the REC itself is 2 * R_A_TOV_elsYi Zou2010-12-211-5/+2Star
* [SCSI] libfc: fix exchange being deleted when the abort itself is timed outYi Zou2010-12-211-2/+5
* [SCSI] libfc: do not fc_io_compl on fsp w/o any scsi_cmnd associatedYi Zou2010-12-211-1/+7
* [SCSI] libfc: add print of exchange id for debugging fc_fcpYi Zou2010-12-211-2/+14
* [SCSI] drivers/scsi/fcoe: Update WARN usesJoe Perches2010-12-211-1/+1
* [SCSI] libfc: fix memory leakage in remote portHillf Danton2010-12-211-1/+2
* [SCSI] libfc: fix memory leakage in local portHillf Danton2010-12-211-1/+3
* [SCSI] libfc: fix memory leakage in local portHillf Danton2010-12-211-1/+3
* [SCSI] libfc: remove tgt_flags from fc_fcp_pkt structjohn fastabend2010-12-211-3/+2Star
* [SCSI] libfc: use rport timeout values for fcp recoveryjohn fastabend2010-12-211-16/+42
* [SCSI] libfc: incorrect scsi host byte codes returned to scsi-mljohn fastabend2010-12-211-20/+41
* [SCSI] libfc: fix stats computation in fc_queuecommand()Hillf Danton2010-12-211-2/+2
* [SCSI] libfc: fix mem leak in fc_seq_assign()Hillf Danton2010-12-211-1/+1
* [SCSI] libfc: Fix incorrect locking and unlocking in FCPRobert Love2010-12-211-1/+1
* [SCSI] libfc: tune fc_exch_em_alloc() to be O(2)Hillf Danton2010-12-211-3/+33
* [SCSI] libfc: fix mem leak in fc_exch_recv_seq_resp()Hillf Danton2010-12-211-1/+1
* [SCSI] libfc: fix NULL pointer dereference bug in fc_fcp_pkt_releaseYi Zou2010-12-211-1/+3
* [SCSI] libfc: remove define of fc_seq_exch in fc_exch.cHillf Danton2010-12-211-1/+0Star
* [SCSI] bfa: fix endianess sparse check warningsMaggie2010-12-2114-225/+228
* [SCSI] bfa: fix regular sparse check warnings.Maggie2010-12-219-28/+52
* [SCSI] bnx2i: Updated version to 2.6.2.2Eddie Wai2010-12-211-2/+2
* [SCSI] bnx2i: Updated copyright and maintainer infoEddie Wai2010-12-217-7/+14
* [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-213-20/+60
* [SCSI] bnx2i: Modified the bnx2i stop path to compensate for in progress opsEddie Wai2010-12-212-5/+23
* [SCSI] bnx2i: Removed the dynamic registration of CNICEddie Wai2010-12-213-92/+0Star
* [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-212-7/+9
* [SCSI] bnx2i: Fixed a cid leak issue for 5771X (10g)Eddie Wai2010-12-211-8/+16