aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/libfcoe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-12[SCSI] libfcoe: rename libfcoe.c to fcoe_cltr.c for the coming fcoe_transport.cYi Zou1-2690/+0
2011-02-12[SCSI] libfcoe: move logging macros into the local libfcoe.h header fileYi Zou1-20/+2
2010-12-21[SCSI] libfcoe: change fip_select to return new FCFJoe Eykholt1-10/+8
2010-12-21[SCSI] libfcoe: reorder FCF list to put latest advertiser firstJoe Eykholt1-0/+11
2010-12-21[SCSI] libfcoe: add debug message for FCF destination MACJoe Eykholt1-9/+10
2010-12-21[SCSI] libfcoe: retry rejected FLOGI to another FCF if possibleJoe Eykholt1-30/+177
2010-12-21[SCSI] libfcoe: fix checking of conflicting fabrics in fcoe_ctlr_select()Joe Eykholt1-7/+10
2010-12-21[SCSI] libfcoe: move some timer code to make it reusable.Joe Eykholt1-3/+7
2010-12-21[SCSI] libfcoe: update FIP FCF announcementsJoe Eykholt1-11/+29
2010-12-21[SCSI] drivers/scsi/fcoe: Update WARN usesJoe Perches1-1/+1
2010-10-25[SCSI] libfcoe: VN2VN connection setup causing stack memory corruption.Kiran Patil1-1/+1
2010-07-28[SCSI] fcoe: remove check for zero fabric nameVasu Dev1-1/+1
2010-07-28[SCSI] libfc: don't require a local exchange for incoming requestsJoe Eykholt1-5/+4
2010-07-28[SCSI] fcoe libfcoe: use correct FC-MAP for VN2VN modeJoe Eykholt1-4/+20
2010-07-28[SCSI] libfcoe: Fix FIP ELS encapsulation details for FLOGI responsesJoe Eykholt1-14/+28
2010-07-28[SCSI] libfcoe: fcoe: fnic: add FIP VN2VN point-to-multipoint supportJoe Eykholt1-59/+1016
2010-07-28[SCSI] libfcoe: add state change debuggingJoe Eykholt1-7/+41
2010-07-28[SCSI] libfcoe: fcoe: fnic: change fcoe_ctlr_init interface to specify modeJoe Eykholt1-2/+2
2010-07-28[SCSI] libfcoe: convert FIP to lock with mutex instead of spin lockJoe Eykholt1-61/+55
2010-07-27[SCSI] libfcoe: Check for order and missing critical descriptors for FIP ELS requestsBhanu Prakash Gollapudi1-3/+28
2010-07-27[SCSI] libfcoe: Host doesnt handle CVL to NPIV portsBhanu Prakash Gollapudi1-9/+33
2010-07-27[SCSI] libfcoe: Handle duplicate critical descriptorsBhanu Prakash Gollapudi1-0/+41
2010-07-27[SCSI] libfcoe: update FIP FCF D flag from advertismentsJoe Eykholt1-6/+9
2010-07-27[SCSI] libfcoe: Use fka_period as periodic timeouts to age out fcf ifJoe Eykholt1-6/+7
2010-07-27[SCSI] libfcoe: fix lenient aging of FCF advertisementsJoe Eykholt1-34/+42
2010-07-27[SCSI] libfcoe: No solicitation if adv is droppedBhanu Prakash Gollapudi1-1/+4
2010-07-27[SCSI] libfcoe: Avoid hang when receiving non-critical descriptorsBhanu Prakash Gollapudi1-2/+2
2010-07-27[SCSI] libfcoe: FIP link keep-alive should continue while logged offJoe Eykholt1-1/+1
2010-05-16[SCSI] libfcoe: FIP Keep-Alive messages for VPorts are sent with incorrect port_id and wwnKaladhar Musunuru1-2/+2
2010-05-16[SCSI] libfcoe: Fix incorrect MAC address clearingKaladhar Musunuru1-1/+1
2010-05-16[SCSI] libfc: Move the port_id into lportRobert Love1-5/+4
2010-05-16[SCSI] libfc: Remove extra pointer checkRobert Love1-2/+1
2010-04-11[SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech1-9/+12
2010-04-11[SCSI] libfcoe: Don't fill MAC desc in FLOGI if FIP negotiated FPMARobert Love1-2/+7
2010-04-11[SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabledJoe Eykholt1-6/+13
2010-04-11[SCSI] libfcoe: eliminate unused link and last_link fieldsJoe Eykholt1-29/+11
2010-04-11[SCSI] libfcoe: fix debug message entering non-FIP modeJoe Eykholt1-3/+3
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] libfcoe: Send port LKA every FIP_VN_KA_PERIOD secs.Bhanu Prakash Gollapudi1-1/+1
2009-12-04[SCSI] libfcoe: add tracking FIP Missing Discovery Advertisement countYi Zou1-0/+14
2009-12-04[SCSI] libfcoe: add tracking FIP Virtual Link Failure countYi Zou1-0/+2
2009-12-04[SCSI] libfcoe: add checking disable flag in FIP_FKA_ADVYi Zou1-1/+3
2009-12-04[SCSI] libfcoe: Do not pad FIP keep-alive to full frame sizeYi Zou1-2/+1
2009-12-04[SCSI] libfcoe: fcoe: simplify receive FLOGI responseJoe Eykholt1-6/+6
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] libfcoe: formatting and comment cleanupsRobert Love1-105/+111