aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Leech3-14/+16
2009-12-04[SCSI] fcoe: Fix using VLAN ID in creating lport's WWWN/WWPNYi Zou1-2/+9
2009-12-04[SCSI] libfc: do not use DID_NO_CONNECT for pkt alloc failures.Mike Christie1-1/+0
2009-12-04[SCSI] fcoe: Fix setting lport's WWNN/WWPN to use san mac addressYi Zou1-2/+2
2009-12-04[SCSI] fcoe: Fix getting san mac for VLAN interfaceYi Zou1-1/+4
2009-12-04[SCSI] fcoe: Fix checking san mac addressYi Zou1-1/+1
2009-12-04[SCSI] fnic: enable bsg pass-thru for fcpingJoe Eykholt1-0/+1
2009-12-04[SCSI] libfc: register FC4 features with the FC switchJoe Eykholt1-1/+11
2009-12-04[SCSI] fnic: Add FIP support to the fnic driverJoe Eykholt8-342/+382
2009-12-04[SCSI] libfcoe: fcoe: simplify receive FLOGI responseJoe Eykholt2-16/+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] fcoe: add check to fail gracefully in bonding modejohn fastabend1-1/+9
2009-12-04[SCSI] fcoe: remove extra function decalrationsYi Zou1-3/+0
2009-12-04[SCSI] libfcoe: don't send ELS in FIP mode if no FCF selectedJoe Eykholt1-0/+2
2009-12-04[SCSI] libfcoe: FIP should report link to libfc whether selected or notJoe Eykholt1-30/+30
2009-12-04[SCSI] libfcoe: fip: allow FIP receive to be called from IRQ.Joe Eykholt1-13/+4
2009-12-04[SCSI] libfcoe: fip: use SCSI host number to identify debug messages.Joe Eykholt1-21/+26
2009-12-04[SCSI] libfcoe: Allow FIP to be disabled by the driverJoe Eykholt1-2/+4
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] fcoe: Formatting cleanups and commentingRobert Love2-356/+441
2009-12-04[SCSI] libfcoe: formatting and comment cleanupsRobert Love1-105/+111
2009-12-04[SCSI] libfc: Formatting cleanups across libfcRobert Love8-766/+1119
2009-12-04[SCSI] libfc, fcoe: Add FC passthrough supportSteve Ma2-0/+271
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 Leech2-0/+34
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 Leech2-3/+94
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] fcoe: NPIV vport create/destroyChris Leech1-23/+139
2009-12-04[SCSI] fcoe: add a separate scsi transport template for NPIV vportsChris Leech1-7/+47
2009-12-04[SCSI] libfcoe, fcoe: libfcoe NPIV supportChris Leech5-55/+184
2009-12-04[SCSI] libfc, libfcoe: FDISC ELS for NPIVChris Leech2-4/+8
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 Leech3-12/+7
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] fcoe: Increase FCOE_MAX_LUN to 0xFFFF (65535)Robert Love1-1/+1
2009-12-04[SCSI] fnic: Allocate OS interrupt resources just before enabling interruptsAbhijeet Joglekar1-11/+10
2009-12-04[SCSI] scsi_transport_fc: Introduce helper function for blocking scsi_ehChristof Schmitt4-65/+36