aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04[SCSI] libfc: add support of receiving ELS_RLSYi Zou1-0/+76
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 Eykholt3-11/+21
2009-12-04[SCSI] libfc: fix an issue of pending exch/es after i/f destroyed or rmmod fcoeVasu Dev1-8/+8
2009-12-04[SCSI] libfc, fcoe: fixes for highmem skb linearize panicsChris Leech2-12/+13
2009-12-04[SCSI] libfc: do not use DID_NO_CONNECT for pkt alloc failures.Mike Christie1-1/+0
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: fix fc_els_resp_type to correct display of CT responsesJoe Eykholt1-6/+35
2009-12-04[SCSI] libfc: adds can_queue ramp upVasu Dev1-19/+59
2009-12-04[SCSI] libfc: reduce can_queue for all FCP frame allocation failuresVasu Dev1-43/+59
2009-12-04[SCSI] fcoe, libfc: use single frame allocation APIVasu Dev2-14/+7
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love8-766/+1119
2009-12-04[SCSI] libfc, fcoe: Add FC passthrough supportSteve Ma1-0/+267
2009-12-04[SCSI] libfc: Add routine to copy data from a buffer to a SG listRobert Love3-46/+78
2009-12-04[SCSI] fcoe: vport symbolic name supportChris Leech1-0/+1
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 Leech2-3/+6
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 Leech2-15/+132
2009-12-04[SCSI] libfc: add some generic NPIV support routines to libfcChris Leech3-1/+117
2009-12-04[SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with allocationChris Leech1-1/+0
2009-12-04[SCSI] libfc: Move libfc_init and libfc_exit to fc_libfc.cRobert Love3-40/+64
2009-12-04[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love8-7/+147
2009-12-04[SCSI] libfc: Remove fc_fcp_completeRobert Love1-17/+0
2009-12-04[SCSI] libfc: Move non-common routines and prototypes out of libfc.hRobert Love1-152/+177
2009-12-04[SCSI] libfc: add queue_depth ramp upVasu Dev1-0/+3
2009-12-04[SCSI] fcoe, libfc: fix an libfc issue with queue ramp down in libfcVasu Dev1-8/+6
2009-12-04[SCSI] libfc: convert to scsi_track_queue_fullMike Christie1-18/+9
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+4
2009-12-04[SCSI] libfc: fix free of fc_rport_priv with timer pendingJoe Eykholt1-19/+50
2009-12-04[SCSI] libfc: fix memory corruption caused by double frees and bad error handlingChris Leech5-16/+15
2009-12-04[SCSI] libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_dataYi Zou1-1/+2
2009-12-04[SCSI] libfc: removes unused disc_work and ex_listVasu Dev1-1/+0
2009-12-04[SCSI] libfc: adds missing exch release for accepted RRQVasu Dev1-4/+5
2009-12-04[SCSI] libfc: removes initializing fc_cpu_order and fc_cpu_mask per lportVasu Dev1-10/+14
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-04[SCSI] libfc: Fix wrong scsi return status under FC_DATA_UNDRUNYi Zou1-1/+2
2009-12-04[SCSI] libfc: Remove unused fc_lport pointer from fc_fcp_pkt_abortRobert Love1-2/+2
2009-12-04[SCSI] libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarilyRobert Love4-5/+0
2009-12-04[SCSI] libfc: fix ddp in fc_fcp for 0 xidYi Zou1-2/+6
2009-12-04[SCSI] libfc: fix typo in retry check on received PRLIJoe Eykholt1-1/+1
2009-09-10[SCSI] libfc: don't swap OX_ID and RX_ID when sending BA_RJTJoe Eykholt1-2/+2