aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/libfcoe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-03[SCSI] fcoe, libfcoe: Add support for FIP. FCoE discovery and keep-alive.Joe Eykholt1-2/+1249
2009-04-03[SCSI] fcoe: moves common FCoE library API functions to libfcoe moduleVasu Dev1-0/+67
2009-04-03[SCSI] fcoe, libfc: add libfcoe moduleVasu Dev1-0/+24
2009-04-03[SCSI] fcoe: renames libfcoe.c to fcoe.c as the only fcoe module fileVasu Dev1-1986/+0
2009-04-03[SCSI] fcoe: removes default sw transport code file fcoe_sw.cVasu Dev1-8/+493
2009-04-03[SCSI] fcoe: prep work to completely remove fc_transport_fcoe codeVasu Dev1-19/+6
2009-04-03[SCSI] fcoe: create/destroy fcoe Rx threads on CPU hotplug eventsRobert Love1-47/+199
2009-04-03[SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an arrayRobert Love1-125/+18
2009-04-03[SCSI] fcoe: Use percpu kernel funcs for struct fcoe_percpu_sRobert Love1-51/+43
2009-04-03[SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loadedRobert Love1-9/+12
2009-03-13[SCSI] fcoe: fcoe fc crc offload indication by skb->ip_summedYi Zou1-1/+1
2009-03-13[SCSI] fcoe: add support to large send by gso through net_device for fcoe_swYi Zou1-1/+11
2009-03-13[SCSI] net, fcoe: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)Yi Zou1-1/+1