summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc
AgeCommit message (Expand)AuthorLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+6
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-2/+2
2010-02-17[SCSI] libfc: Don't assume response request present.Hugh Daschbach-1/+2
2010-02-17[SCSI] libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response.Hugh Daschbach-1/+1
2010-02-17[SCSI] libfc: call ddp setup for only FCP reads to avoid accessing junk fsp p...Vasu Dev-4/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2010-02-05tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König-1/+1
2009-12-12[SCSI] fcoe, libfc: adds enable/disable for fcoe interfaceVasu Dev-1/+6
2009-12-12[SCSI] libfc: reduce hold time on SCSI host lockChris Leech-29/+36
2009-12-12[SCSI] libfc: remote port gets stuck in restart state without really restartingAbhijeet Joglekar-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-12-04[SCSI] libfc: add support of receiving ELS_RLSYi Zou-0/+76
2009-12-04[SCSI] libfc: fix payload size passed to fc_frame_alloc() in fc_lport_els_req...Yi Zou-2/+1
2009-12-04[SCSI] libfc fcoe: increase ELS and CT timeoutsJoe Eykholt-11/+21
2009-12-04[SCSI] libfc: fix an issue of pending exch/es after i/f destroyed or rmmod fcoeVasu Dev-8/+8
2009-12-04[SCSI] libfc, fcoe: fixes for highmem skb linearize panicsChris Leech-12/+13
2009-12-04[SCSI] libfc: do not use DID_NO_CONNECT for pkt alloc failures.Mike Christie-1/+0
2009-12-04[SCSI] libfc: register FC4 features with the FC switchJoe Eykholt-1/+11
2009-12-04[SCSI] libfc: add host number to lport link up/down messages.Joe Eykholt-10/+14
2009-12-04[SCSI] libfc: add set_fid function to libfc templateJoe Eykholt-7/+27
2009-12-04[SCSI] libfc: fix fc_els_resp_type to correct display of CT responsesJoe Eykholt-6/+35
2009-12-04[SCSI] libfc: adds can_queue ramp upVasu Dev-19/+59
2009-12-04[SCSI] libfc: reduce can_queue for all FCP frame allocation failuresVasu Dev-43/+59
2009-12-04[SCSI] fcoe, libfc: use single frame allocation APIVasu Dev-14/+7
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love-766/+1119
2009-12-04[SCSI] libfc, fcoe: Add FC passthrough supportSteve Ma-0/+267
2009-12-04[SCSI] libfc: Add routine to copy data from a buffer to a SG listRobert Love-46/+78
2009-12-04[SCSI] fcoe: vport symbolic name supportChris Leech-0/+1
2009-12-04[SCSI] libfc: combine name server registration request functionsChris Leech-122/+42
2009-12-04[SCSI] libfc: combine name server registration response handlersChris Leech-175/+30
2009-12-04[SCSI] libfc: Register Symbolic Port Name (RSPN_ID)Chris Leech-0/+90
2009-12-04[SCSI] libfc: Register Symbolic Node Name (RSNN_NN)Chris Leech-0/+91
2009-12-04[SCSI] libfc: RNN_ID may be required before RSNN_NN with some switchesChris Leech-1/+90
2009-12-04[SCSI] libfc: RPN_ID is obsolete and unnecessaryChris Leech-92/+3
2009-12-04[SCSI] libfcoe, fcoe: libfcoe NPIV supportChris Leech-3/+6
2009-12-04[SCSI] libfc, libfcoe: FDISC ELS for NPIVChris Leech-1/+5
2009-12-04[SCSI] libfc: vport link handling and fc_vport state managmentChris Leech-15/+132
2009-12-04[SCSI] libfc: add some generic NPIV support routines to libfcChris Leech-1/+117
2009-12-04[SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with ...Chris Leech-1/+0
2009-12-04[SCSI] libfc: Move libfc_init and libfc_exit to fc_libfc.cRobert Love-40/+64
2009-12-04[SCSI] libfc: Add libfc/fc_libfc.[ch] for libfc internal routinesRobert Love-7/+147
2009-12-04[SCSI] libfc: Remove fc_fcp_completeRobert Love-17/+0
2009-12-04[SCSI] libfc: Move non-common routines and prototypes out of libfc.hRobert Love-152/+177
2009-12-04[SCSI] libfc: add queue_depth ramp upVasu Dev-0/+3
2009-12-04[SCSI] fcoe, libfc: fix an libfc issue with queue ramp down in libfcVasu Dev-8/+6
2009-12-04[SCSI] libfc: convert to scsi_track_queue_fullMike Christie-18/+9
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie-1/+4
2009-12-04[SCSI] libfc: fix free of fc_rport_priv with timer pendingJoe Eykholt-19/+50
2009-12-04[SCSI] libfc: fix memory corruption caused by double frees and bad error hand...Chris Leech-16/+15
2009-12-04[SCSI] libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_dataYi Zou-1/+2