Sign in
googlers
/
maze
/
linux
/
6eef4b21ffc9207b78fdd718154f5b004644b97d
/
drivers
/
scsi
/
libfc
/
fc_lport.c
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
70d919f
[SCSI] libfc: fix payload size passed to fc_frame_alloc() in fc_lport_els_request
by Yi Zou
· 15 years ago
b94f895
[SCSI] libfc fcoe: increase ELS and CT timeouts
by Joe Eykholt
· 15 years ago
ab593b1
[SCSI] libfc: register FC4 features with the FC switch
by Joe Eykholt
· 15 years ago
e6d8a1b
[SCSI] libfc: add host number to lport link up/down messages.
by Joe Eykholt
· 15 years ago
093bb6a
[SCSI] libfc: add set_fid function to libfc template
by Joe Eykholt
· 15 years ago
3a3b42b
[SCSI] libfc: Formatting cleanups across libfc
by Robert Love
· 15 years ago
a51ab39
[SCSI] libfc, fcoe: Add FC passthrough support
by Steve Ma
· 15 years ago
c914f7d
[SCSI] libfc: combine name server registration request functions
by Chris Leech
· 15 years ago
7cccc15
[SCSI] libfc: combine name server registration response handlers
by Chris Leech
· 15 years ago
c9866a5
[SCSI] libfc: Register Symbolic Port Name (RSPN_ID)
by Chris Leech
· 15 years ago
5baa17c
[SCSI] libfc: Register Symbolic Node Name (RSNN_NN)
by Chris Leech
· 15 years ago
c9c7bd7
[SCSI] libfc: RNN_ID may be required before RSNN_NN with some switches
by Chris Leech
· 15 years ago
28cc0e3
[SCSI] libfc: RPN_ID is obsolete and unnecessary
by Chris Leech
· 15 years ago
11b5618
[SCSI] libfcoe, fcoe: libfcoe NPIV support
by Chris Leech
· 15 years ago
db36c06
[SCSI] libfc, libfcoe: FDISC ELS for NPIV
by Chris Leech
· 15 years ago
8faecdd
[SCSI] libfc: vport link handling and fc_vport state managment
by Chris Leech
· 15 years ago
8622196
[SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with allocation
by Chris Leech
· 15 years ago
8866a5d
[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routines
by Robert Love
· 15 years ago
8f550f9
[SCSI] libfc: fix memory corruption caused by double frees and bad error handling
by Chris Leech
· 15 years ago
22655ac
[SCSI] libfc: don't WARN_ON in lport_timeout for RESET state
by Joe Eykholt
· 15 years ago
1b69bc0
[SCSI] libfc: lport: fix minor documentation errors
by Joe Eykholt
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
8abbe3a
[SCSI] libfc: fix handling of incoming Discover Address (ADISC) requests
by Joe Eykholt
· 15 years ago
f657d29
[SCSI] libfc: improve debug messages for ELS response handlers
by Joe Eykholt
· 15 years ago
131203a
[SCSI] libfc: move remote port lookup for ELS requests into fc_rport.c.
by Joe Eykholt
· 15 years ago
9737e6a
[SCSI] libfc: Initialize fc_rport_identifiers inside fc_rport_create
by Robert Love
· 15 years ago
29d898e
[SCSI] libfc: clean up point-to-point discovery code.
by Joe Eykholt
· 15 years ago
48f0090
[SCSI] libfc: make rport module maintain the rport list
by Joe Eykholt
· 15 years ago
b5cbf08
[SCSI] libfc: simplify fc_lport_rport_callback
by Joe Eykholt
· 15 years ago
4c0f62b
[SCSI] libfc: rename rport event CREATED to READY
by Joe Eykholt
· 15 years ago
f211fa5
[SCSI] libfc: make rport structure optional
by Joe Eykholt
· 15 years ago
a46f327
[SCSI] libfc: change elsct to use FC_ID instead of rdata
by Joe Eykholt
· 15 years ago
9fb9d32
[SCSI] libfc: make fc_rport_priv the primary rport interface.
by Joe Eykholt
· 15 years ago
795d86f
[SCSI] libfc: change interface for rport_create
by Joe Eykholt
· 15 years ago
ab28f1f
[SCSI] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv
by Joe Eykholt
· 15 years ago
9631609
[SCSI] fcoe, libfc: adds exchange manager(EM) anchor list per lport and related APIs
by Vasu Dev
· 16 years ago
e9ba8b4
[SCSI] libfc: in fc_lport_destroy, flush rports after turning off link
by Joe Eykholt
· 16 years ago
1190d92
[SCSI] libfc: stop login after fabric logoff
by Joe Eykholt
· 16 years ago
b1d9fd5
[SCSI] libfc: rename lport NONE state to DISABLED
by Joe Eykholt
· 16 years ago
7414705
libfc: Add runtime debugging with debug_logging module parameter
by Robert Love
· 16 years ago
bbf1566
[SCSI] libfc: Change state to NONE in fc_lport_destroy
by Abhijeet Joglekar
· 16 years ago
a0fd2e4
[SCSI] libfc: During fabric logoff, flush the rport Q after logging off dns port
by Abhijeet Joglekar
· 16 years ago
76f6804
[SCSI] libfc: Do not retry if the new state is not the same as old state
by Abhijeet Joglekar
· 16 years ago
582b45b
[SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an array
by Robert Love
· 16 years ago
6e7490c
[SCSI] libfc: fix compile warning
by FUJITA Tomonori
· 16 years ago
34f42a0
[SCSI] libfc, fcoe: Fix kerneldoc comments
by Robert Love
· 16 years ago
efaf5c0
[SCSI] libfc: check for err when recv and state is incorrect
by Robert Love
· 16 years ago
5101ff9
[SCSI] libfc: Don't violate transport template for rogue port creation
by Robert Love
· 16 years ago
f7db2c15
[SCSI] libfc: exch mgr is freed while lport still retrying sequences
by Steve Ma
· 16 years ago
bc0e17f
[SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->link_status
by Vasu Dev
· 16 years ago
1f6ff36
[SCSI] libfc: Pass lport in exch_mgr_reset
by Abhijeet Joglekar
· 16 years ago
42e9a92
[SCSI] libfc: A modular Fibre Channel library
by Robert Love
· 16 years ago