summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_lport.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libfc: fix retries with FDMI lport statesVasu Dev2012-07-201-2/+3
* [SCSI] libfc: don't exch_done() on invalid sequence ptrYi Zou2012-07-201-1/+2
* [SCSI] libfc: update fcp and exch statsVasu Dev2012-07-201-0/+7
* [SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev2012-07-201-27/+27
* Merge tag 'isci-for-3.5' into miscJames Bottomley2012-05-211-5/+7
|\
| * [SCSI] libfc: update mfs boundry checkingVasu Dev2012-04-251-5/+7
* | [SCSI] libfc: flush lport worker after its disabledVasu Dev2012-05-101-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-311-1/+9
|\
| * [SCSI] libfc: update fc_host mfs along with updating lport->mfsVasu Dev2012-03-281-1/+9
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-221-3/+224
|\|
| * [SCSI] libfc: Add support for FDMINeerav Parikh2012-02-191-3/+224
* | scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-1/+1
|/
* [SCSI] libfc: Declare local functions staticBart Van Assche2012-01-161-2/+3
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-11-011-0/+1
* | [SCSI] libfc: improve flogi retries to avoid lport stuckVasu Dev2011-10-311-41/+49
* | [SCSI] libfc: avoid exchanges collision during lport resetVasu Dev2011-10-311-9/+1Star
|/
* [SCSI] libfc: fix fc_eh_host_resetVasu Dev2011-08-291-1/+10
* [SCSI] libfc: fix warn on in lport retryVasu Dev2011-07-281-1/+0Star
* [SCSI] libfc: post reset event on lport resetVasu Dev2011-06-291-0/+2
* [SCSI] libfc: remove duplicate ema_list initVasu Dev2011-05-011-1/+0Star
* Fix common misspellingsLucas De Marchi2011-03-311-9/+9
* [SCSI] fcoe, libfc: initialize EM anchors list and then update npiv EMsVasu Dev2011-03-011-0/+1
* [SCSI] libfc: Extending lport's roles for target if there is a registered tar...Kiran Patil2011-02-121-0/+1
* [SCSI] libfc: add hook to notify providers of local port changesJoe Eykholt2011-02-121-0/+2
* [SCSI] libfc: add hook for FC-4 provider registrationJoe Eykholt2011-02-121-9/+56
* [SCSI] libfc: fix statistics for FCP input/output megabytesJoe Eykholt2010-12-211-2/+6
* [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: adds flogi retry in case DID is zero in RJTVasu Dev2010-10-251-8/+4Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-051-3/+3
|\
| * fix typos concerning "hierarchy"Uwe Kleine-König2010-06-161-3/+3
* | [SCSI] libfc: Add retry logic to lport state machine when receiving LS_RJTBhanu Prakash Gollapudi2010-07-281-36/+27Star
* | [SCSI] libfc: don't require a local exchange for incoming requestsJoe Eykholt2010-07-281-39/+19Star
* | [SCSI] libfc: add fc_fill_reply_hdr() and fc_fill_hdr()Joe Eykholt2010-07-281-27/+12Star
* | [SCSI] libfc: add fc_frame_sid() and fc_frame_did() functionsJoe Eykholt2010-07-281-8/+4Star
* | [SCSI] libfc: add FLOGI state to rport for VN2VNJoe Eykholt2010-07-281-2/+2
* | [SCSI] libfc: Add local port point-to-multipoint flagJoe Eykholt2010-07-281-1/+35
|/
* [SCSI] libfc: Move the port_id into lportRobert Love2010-05-171-6/+10
* [SCSI] libfc: Remove unused fc_get_host_port_typeRobert Love2010-05-171-11/+0Star
* [SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech2010-04-111-2/+2
* [SCSI] libfc: set both precision and field with when printing FC IDsChris Leech2010-04-111-7/+7
* [SCSI] libfc: send point-to-poin FLOGI LS_ACC to assigned D_DIDJoe Eykholt2010-04-111-1/+1
* [SCSI] libfc: fix oops in point-to-point modeJoe Eykholt2010-04-111-2/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] libfc: Don't assume response request present.Hugh Daschbach2010-02-171-1/+2
* [SCSI] fcoe, libfc: adds enable/disable for fcoe interfaceVasu Dev2009-12-121-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | [SCSI] libfc: fix payload size passed to fc_frame_alloc() in fc_lport_els_req...Yi Zou2009-12-041-2/+1Star