summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_lport.c
Commit message (Expand)AuthorAgeFilesLines
* [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-091-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/+1
* | [SCSI] libfc fcoe: increase ELS and CT timeoutsJoe Eykholt2009-12-041-4/+8
* | [SCSI] libfc: register FC4 features with the FC switchJoe Eykholt2009-12-041-1/+11
* | [SCSI] libfc: add host number to lport link up/down messages.Joe Eykholt2009-12-041-10/+14
* | [SCSI] libfc: add set_fid function to libfc templateJoe Eykholt2009-12-041-7/+27
* | [SCSI] libfc: Formatting cleanups across libfcRobert Love2009-12-041-110/+137
* | [SCSI] libfc, fcoe: Add FC passthrough supportSteve Ma2009-12-041-0/+267
* | [SCSI] libfc: combine name server registration request functionsChris Leech2009-12-041-122/+42
* | [SCSI] libfc: combine name server registration response handlersChris Leech2009-12-041-175/+30
* | [SCSI] libfc: Register Symbolic Port Name (RSPN_ID)Chris Leech2009-12-041-0/+90
* | [SCSI] libfc: Register Symbolic Node Name (RSNN_NN)Chris Leech2009-12-041-0/+91
* | [SCSI] libfc: RNN_ID may be required before RSNN_NN with some switchesChris Leech2009-12-041-1/+90
* | [SCSI] libfc: RPN_ID is obsolete and unnecessaryChris Leech2009-12-041-92/+3
* | [SCSI] libfcoe, fcoe: libfcoe NPIV supportChris Leech2009-12-041-2/+4
* | [SCSI] libfc, libfcoe: FDISC ELS for NPIVChris Leech2009-12-041-1/+5
* | [SCSI] libfc: vport link handling and fc_vport state managmentChris Leech2009-12-041-15/+57
* | [SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with ...Chris Leech2009-12-041-1/+0
* | [SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love2009-12-041-0/+2
* | [SCSI] libfc: fix memory corruption caused by double frees and bad error hand...Chris Leech2009-12-041-4/+4
* | [SCSI] libfc: don't WARN_ON in lport_timeout for RESET stateJoe Eykholt2009-12-041-1/+4
* | [SCSI] libfc: lport: fix minor documentation errorsJoe Eykholt2009-12-041-10/+10
|/
* [SCSI] libfc: fix handling of incoming Discover Address (ADISC) requestsJoe Eykholt2009-09-101-53/+0
* [SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt2009-09-101-10/+10
* [SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt2009-09-101-28/+2
* [SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love2009-09-101-15/+4
* [SCSI] libfc: clean up point-to-point discovery code.Joe Eykholt2009-09-101-11/+2
* [SCSI] libfc: make rport module maintain the rport listJoe Eykholt2009-09-101-8/+6
* [SCSI] libfc: simplify fc_lport_rport_callbackJoe Eykholt2009-09-101-28/+15
* [SCSI] libfc: rename rport event CREATED to READYJoe Eykholt2009-09-101-2/+2
* [SCSI] libfc: make rport structure optionalJoe Eykholt2009-09-101-8/+6
* [SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt2009-09-101-6/+6
* [SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt2009-09-101-13/+13
* [SCSI] libfc: change interface for rport_createJoe Eykholt2009-09-101-14/+12
* [SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt2009-09-101-1/+1
* [SCSI] fcoe, libfc: adds exchange manager(EM) anchor list per lport and relat...Vasu Dev2009-08-221-0/+1
* [SCSI] libfc: in fc_lport_destroy, flush rports after turning off linkJoe Eykholt2009-08-221-1/+5
* [SCSI] libfc: stop login after fabric logoffJoe Eykholt2009-08-221-8/+34
* [SCSI] libfc: rename lport NONE state to DISABLEDJoe Eykholt2009-08-221-6/+6
* libfc: Add runtime debugging with debug_logging module parameterRobert Love2009-06-211-81/+75
* [SCSI] libfc: Change state to NONE in fc_lport_destroyAbhijeet Joglekar2009-04-271-0/+5
* [SCSI] libfc: During fabric logoff, flush the rport Q after logging off dns portAbhijeet Joglekar2009-04-271-4/+5
* [SCSI] libfc: Do not retry if the new state is not the same as old stateAbhijeet Joglekar2009-04-271-25/+35
* [SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an arrayRobert Love2009-04-031-5/+6
* [SCSI] libfc: fix compile warningFUJITA Tomonori2009-03-121-2/+3
OpenPOWER on IntegriCloud