aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/libfcoe.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libfcoe: VN2VN connection setup causing stack memory corruption.Kiran Patil2010-10-251-1/+1
* [SCSI] fcoe: remove check for zero fabric nameVasu Dev2010-07-281-1/+1
* [SCSI] libfc: don't require a local exchange for incoming requestsJoe Eykholt2010-07-281-5/+4
* [SCSI] fcoe libfcoe: use correct FC-MAP for VN2VN modeJoe Eykholt2010-07-281-4/+20
* [SCSI] libfcoe: Fix FIP ELS encapsulation details for FLOGI responsesJoe Eykholt2010-07-281-14/+28
* [SCSI] libfcoe: fcoe: fnic: add FIP VN2VN point-to-multipoint supportJoe Eykholt2010-07-281-59/+1016
* [SCSI] libfcoe: add state change debuggingJoe Eykholt2010-07-281-7/+41
* [SCSI] libfcoe: fcoe: fnic: change fcoe_ctlr_init interface to specify modeJoe Eykholt2010-07-281-2/+2
* [SCSI] libfcoe: convert FIP to lock with mutex instead of spin lockJoe Eykholt2010-07-281-61/+55
* [SCSI] libfcoe: Check for order and missing critical descriptors for FIP ELS ...Bhanu Prakash Gollapudi2010-07-271-3/+28
* [SCSI] libfcoe: Host doesnt handle CVL to NPIV portsBhanu Prakash Gollapudi2010-07-271-9/+33
* [SCSI] libfcoe: Handle duplicate critical descriptorsBhanu Prakash Gollapudi2010-07-271-0/+41
* [SCSI] libfcoe: update FIP FCF D flag from advertismentsJoe Eykholt2010-07-271-6/+9
* [SCSI] libfcoe: Use fka_period as periodic timeouts to age out fcf ifJoe Eykholt2010-07-271-6/+7
* [SCSI] libfcoe: fix lenient aging of FCF advertisementsJoe Eykholt2010-07-271-34/+42
* [SCSI] libfcoe: No solicitation if adv is droppedBhanu Prakash Gollapudi2010-07-271-1/+4
* [SCSI] libfcoe: Avoid hang when receiving non-critical descriptorsBhanu Prakash Gollapudi2010-07-271-2/+2
* [SCSI] libfcoe: FIP link keep-alive should continue while logged offJoe Eykholt2010-07-271-1/+1
* [SCSI] libfcoe: FIP Keep-Alive messages for VPorts are sent with incorrect po...Kaladhar Musunuru2010-05-161-2/+2
* [SCSI] libfcoe: Fix incorrect MAC address clearingKaladhar Musunuru2010-05-161-1/+1
* [SCSI] libfc: Move the port_id into lportRobert Love2010-05-161-5/+4
* [SCSI] libfc: Remove extra pointer checkRobert Love2010-05-161-2/+1
* [SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech2010-04-111-9/+12
* [SCSI] libfcoe: Don't fill MAC desc in FLOGI if FIP negotiated FPMARobert Love2010-04-111-2/+7
* [SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabledJoe Eykholt2010-04-111-6/+13
* [SCSI] libfcoe: eliminate unused link and last_link fieldsJoe Eykholt2010-04-111-29/+11
* [SCSI] libfcoe: fix debug message entering non-FIP modeJoe Eykholt2010-04-111-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] libfcoe: Send port LKA every FIP_VN_KA_PERIOD secs.Bhanu Prakash Gollapudi2010-02-171-1/+1
* [SCSI] libfcoe: add tracking FIP Missing Discovery Advertisement countYi Zou2009-12-041-0/+14
* [SCSI] libfcoe: add tracking FIP Virtual Link Failure countYi Zou2009-12-041-0/+2
* [SCSI] libfcoe: add checking disable flag in FIP_FKA_ADVYi Zou2009-12-041-1/+3
* [SCSI] libfcoe: Do not pad FIP keep-alive to full frame sizeYi Zou2009-12-041-2/+1
* [SCSI] libfcoe: fcoe: simplify receive FLOGI responseJoe Eykholt2009-12-041-6/+6
* [SCSI] libfcoe: don't send ELS in FIP mode if no FCF selectedJoe Eykholt2009-12-041-0/+2
* [SCSI] libfcoe: FIP should report link to libfc whether selected or notJoe Eykholt2009-12-041-30/+30
* [SCSI] libfcoe: fip: allow FIP receive to be called from IRQ.Joe Eykholt2009-12-041-13/+4
* [SCSI] libfcoe: fip: use SCSI host number to identify debug messages.Joe Eykholt2009-12-041-21/+26
* [SCSI] libfcoe: Allow FIP to be disabled by the driverJoe Eykholt2009-12-041-2/+4
* [SCSI] libfcoe: formatting and comment cleanupsRobert Love2009-12-041-105/+111
* [SCSI] libfcoe, fcoe: libfcoe NPIV supportChris Leech2009-12-041-33/+49
* [SCSI] libfc, libfcoe: FDISC ELS for NPIVChris Leech2009-12-041-3/+3
* includecheck fix: drivers/scsi, libfcoe.cJaswinder Singh Rajput2009-09-201-1/+0
* [SCSI] libfcoe: fcoe_ctlr_destroy use cancel_work_sync instead of flush_workChris Leech2009-09-101-2/+6
* [SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile ...Joe Eykholt2009-09-051-1/+1
* [SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor listVasu Dev2009-08-221-1/+1
* [SCSI] libfcoe: Set fip_flags according to fcf and lport's capability of SPMA...Yi Zou2009-08-221-3/+9
* [SCSI] fcoe: convert to %pMJohannes Berg2009-08-221-4/+2
* libfcoe: Add runtime debugging with module param debug_loggingRobert Love2009-06-211-40/+54
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-8/+13
|\