aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc/fc_lport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-16[SCSI] libfc: Move the port_id into lportRobert Love1-6/+10
2010-05-16[SCSI] libfc: Remove unused fc_get_host_port_typeRobert Love1-11/+0
2010-04-11[SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech1-2/+2
2010-04-11[SCSI] libfc: set both precision and field with when printing FC IDsChris Leech1-7/+7
2010-04-11[SCSI] libfc: send point-to-poin FLOGI LS_ACC to assigned D_DIDJoe Eykholt1-1/+1
2010-04-11[SCSI] libfc: fix oops in point-to-point modeJoe Eykholt1-2/+9
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-02-17[SCSI] libfc: Don't assume response request present.Hugh Daschbach1-1/+2
2009-12-12[SCSI] fcoe, libfc: adds enable/disable for fcoe interfaceVasu Dev1-1/+6
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] libfc: fix payload size passed to fc_frame_alloc() in fc_lport_els_requestYi Zou1-2/+1
2009-12-04[SCSI] libfc fcoe: increase ELS and CT timeoutsJoe Eykholt1-4/+8
2009-12-04[SCSI] libfc: register FC4 features with the FC switchJoe Eykholt1-1/+11
2009-12-04[SCSI] libfc: add host number to lport link up/down messages.Joe Eykholt1-10/+14
2009-12-04[SCSI] libfc: add set_fid function to libfc templateJoe Eykholt1-7/+27
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love1-110/+137
2009-12-04[SCSI] libfc, fcoe: Add FC passthrough supportSteve Ma1-0/+267
2009-12-04[SCSI] libfc: combine name server registration request functionsChris Leech1-122/+42
2009-12-04[SCSI] libfc: combine name server registration response handlersChris Leech1-175/+30
2009-12-04[SCSI] libfc: Register Symbolic Port Name (RSPN_ID)Chris Leech1-0/+90
2009-12-04[SCSI] libfc: Register Symbolic Node Name (RSNN_NN)Chris Leech1-0/+91
2009-12-04[SCSI] libfc: RNN_ID may be required before RSNN_NN with some switchesChris Leech1-1/+90
2009-12-04[SCSI] libfc: RPN_ID is obsolete and unnecessaryChris Leech1-92/+3
2009-12-04[SCSI] libfcoe, fcoe: libfcoe NPIV supportChris Leech1-2/+4
2009-12-04[SCSI] libfc, libfcoe: FDISC ELS for NPIVChris Leech1-1/+5
2009-12-04[SCSI] libfc: vport link handling and fc_vport state managmentChris Leech1-15/+57
2009-12-04[SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with allocationChris Leech1-1/+0
2009-12-04[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love1-0/+2
2009-12-04[SCSI] libfc: fix memory corruption caused by double frees and bad error handlingChris Leech1-4/+4
2009-12-04[SCSI] libfc: don't WARN_ON in lport_timeout for RESET stateJoe Eykholt1-1/+4
2009-12-04[SCSI] libfc: lport: fix minor documentation errorsJoe Eykholt1-10/+10
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-10[SCSI] libfc: fix handling of incoming Discover Address (ADISC) requestsJoe Eykholt1-53/+0
2009-09-10[SCSI] libfc: improve debug messages for ELS response handlersJoe Eykholt1-10/+10
2009-09-10[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.Joe Eykholt1-28/+2
2009-09-10[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_createRobert Love1-15/+4
2009-09-10[SCSI] libfc: clean up point-to-point discovery code.Joe Eykholt1-11/+2
2009-09-10[SCSI] libfc: make rport module maintain the rport listJoe Eykholt1-8/+6
2009-09-10[SCSI] libfc: simplify fc_lport_rport_callbackJoe Eykholt1-28/+15
2009-09-10[SCSI] libfc: rename rport event CREATED to READYJoe Eykholt1-2/+2
2009-09-10[SCSI] libfc: make rport structure optionalJoe Eykholt1-8/+6
2009-09-10[SCSI] libfc: change elsct to use FC_ID instead of rdataJoe Eykholt1-6/+6
2009-09-10[SCSI] libfc: make fc_rport_priv the primary rport interface.Joe Eykholt1-13/+13
2009-09-10[SCSI] libfc: change interface for rport_createJoe Eykholt1-14/+12
2009-09-10[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_privJoe Eykholt1-1/+1
2009-08-22[SCSI] fcoe, libfc: adds exchange manager(EM) anchor list per lport and related APIsVasu Dev1-0/+1
2009-08-22[SCSI] libfc: in fc_lport_destroy, flush rports after turning off linkJoe Eykholt1-1/+5
2009-08-22[SCSI] libfc: stop login after fabric logoffJoe Eykholt1-8/+34
2009-08-22[SCSI] libfc: rename lport NONE state to DISABLEDJoe Eykholt1-6/+6
2009-06-21libfc: Add runtime debugging with debug_logging module parameterRobert Love1-81/+75