aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/libfcoe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-04[SCSI] libfcoe, fcoe: libfcoe NPIV supportChris Leech1-33/+49
2009-12-04[SCSI] libfc, libfcoe: FDISC ELS for NPIVChris Leech1-3/+3
2009-09-20includecheck fix: drivers/scsi, libfcoe.cJaswinder Singh Rajput1-1/+0
2009-09-10[SCSI] libfcoe: fcoe_ctlr_destroy use cancel_work_sync instead of flush_workChris Leech1-2/+6
2009-09-05[SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile errorJoe Eykholt1-1/+1
2009-08-22[SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor listVasu Dev1-1/+1
2009-08-22[SCSI] libfcoe: Set fip_flags according to fcf and lport's capability of SPMA supportYi Zou1-3/+9
2009-08-22[SCSI] fcoe: convert to %pMJohannes Berg1-4/+2
2009-06-21libfcoe: Add runtime debugging with module param debug_loggingRobert Love1-40/+54
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-8/+13
2009-06-08[SCSI] fcoe: use ETH_P_FIP for skb->protocol of FIP framesChris Leech1-3/+3
2009-06-08[SCSI] libfcoe: fip: fix non-FIP-mode FLOGI state after reset.Joe Eykholt1-5/+10
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-05-17fcoe: adds spma mode supportVasu Dev1-1/+9
2009-04-27[SCSI] fcoe: fix spelling typos and bad commentsChris Leech1-1/+1