aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe/libfcoe.c
AgeCommit message (Expand)Author
2010-05-16[SCSI] libfcoe: FIP Keep-Alive messages for VPorts are sent with incorrect po...Kaladhar Musunuru
2010-05-16[SCSI] libfcoe: Fix incorrect MAC address clearingKaladhar Musunuru
2010-05-16[SCSI] libfc: Move the port_id into lportRobert Love
2010-05-16[SCSI] libfc: Remove extra pointer checkRobert Love
2010-04-11[SCSI] libfc, fcoe: normalize format specifies for world wide namesChris Leech
2010-04-11[SCSI] libfcoe: Don't fill MAC desc in FLOGI if FIP negotiated FPMARobert Love
2010-04-11[SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabledJoe Eykholt
2010-04-11[SCSI] libfcoe: eliminate unused link and last_link fieldsJoe Eykholt
2010-04-11[SCSI] libfcoe: fix debug message entering non-FIP modeJoe Eykholt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-17[SCSI] libfcoe: Send port LKA every FIP_VN_KA_PERIOD secs.Bhanu Prakash Gollapudi
2009-12-04[SCSI] libfcoe: add tracking FIP Missing Discovery Advertisement countYi Zou
2009-12-04[SCSI] libfcoe: add tracking FIP Virtual Link Failure countYi Zou
2009-12-04[SCSI] libfcoe: add checking disable flag in FIP_FKA_ADVYi Zou
2009-12-04[SCSI] libfcoe: Do not pad FIP keep-alive to full frame sizeYi Zou
2009-12-04[SCSI] libfcoe: fcoe: simplify receive FLOGI responseJoe Eykholt
2009-12-04[SCSI] libfcoe: don't send ELS in FIP mode if no FCF selectedJoe Eykholt
2009-12-04[SCSI] libfcoe: FIP should report link to libfc whether selected or notJoe Eykholt
2009-12-04[SCSI] libfcoe: fip: allow FIP receive to be called from IRQ.Joe Eykholt
2009-12-04[SCSI] libfcoe: fip: use SCSI host number to identify debug messages.Joe Eykholt
2009-12-04[SCSI] libfcoe: Allow FIP to be disabled by the driverJoe Eykholt
2009-12-04[SCSI] libfcoe: formatting and comment cleanupsRobert Love
2009-12-04[SCSI] libfcoe, fcoe: libfcoe NPIV supportChris Leech
2009-12-04[SCSI] libfc, libfcoe: FDISC ELS for NPIVChris Leech
2009-09-20includecheck fix: drivers/scsi, libfcoe.cJaswinder Singh Rajput
2009-09-10[SCSI] libfcoe: fcoe_ctlr_destroy use cancel_work_sync instead of flush_workChris Leech
2009-09-05[SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile ...Joe Eykholt
2009-08-22[SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor listVasu Dev
2009-08-22[SCSI] libfcoe: Set fip_flags according to fcf and lport's capability of SPMA...Yi Zou
2009-08-22[SCSI] fcoe: convert to %pMJohannes Berg
2009-06-21libfcoe: Add runtime debugging with module param debug_loggingRobert Love
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-08[SCSI] fcoe: use ETH_P_FIP for skb->protocol of FIP framesChris Leech
2009-06-08[SCSI] libfcoe: fip: fix non-FIP-mode FLOGI state after reset.Joe Eykholt
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-17fcoe: adds spma mode supportVasu Dev
2009-04-27[SCSI] fcoe: fix spelling typos and bad commentsChris Leech
2009-04-03[SCSI] fcoe, libfcoe: Add support for FIP. FCoE discovery and keep-alive.Joe Eykholt
2009-04-03[SCSI] fcoe: moves common FCoE library API functions to libfcoe moduleVasu Dev
2009-04-03[SCSI] fcoe, libfc: add libfcoe moduleVasu Dev
2009-04-03[SCSI] fcoe: renames libfcoe.c to fcoe.c as the only fcoe module fileVasu Dev
2009-04-03[SCSI] fcoe: removes default sw transport code file fcoe_sw.cVasu Dev
2009-04-03[SCSI] fcoe: prep work to completely remove fc_transport_fcoe codeVasu Dev
2009-04-03[SCSI] fcoe: create/destroy fcoe Rx threads on CPU hotplug eventsRobert Love
2009-04-03[SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an arrayRobert Love
2009-04-03[SCSI] fcoe: Use percpu kernel funcs for struct fcoe_percpu_sRobert Love
2009-04-03[SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loadedRobert Love
2009-03-13[SCSI] fcoe: fcoe fc crc offload indication by skb->ip_summedYi Zou
2009-03-13[SCSI] fcoe: add support to large send by gso through net_device for fcoe_swYi Zou
2009-03-13[SCSI] net, fcoe: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)Yi Zou