summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/libfcoe.c
Commit message (Expand)AuthorAgeFilesLines
* [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
|\
| * [SCSI] fcoe: use ETH_P_FIP for skb->protocol of FIP framesChris Leech2009-06-081-3/+3
| * [SCSI] libfcoe: fip: fix non-FIP-mode FLOGI state after reset.Joe Eykholt2009-06-081-5/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-181-1/+1
|\ \ | |/
| * [SCSI] fcoe: fix spelling typos and bad commentsChris Leech2009-04-271-1/+1
* | fcoe: adds spma mode supportVasu Dev2009-05-171-1/+9
|/
* [SCSI] fcoe, libfcoe: Add support for FIP. FCoE discovery and keep-alive.Joe Eykholt2009-04-031-2/+1249
* [SCSI] fcoe: moves common FCoE library API functions to libfcoe moduleVasu Dev2009-04-031-0/+67
* [SCSI] fcoe, libfc: add libfcoe moduleVasu Dev2009-04-031-0/+24
* [SCSI] fcoe: renames libfcoe.c to fcoe.c as the only fcoe module fileVasu Dev2009-04-031-1986/+0
* [SCSI] fcoe: removes default sw transport code file fcoe_sw.cVasu Dev2009-04-031-8/+493
* [SCSI] fcoe: prep work to completely remove fc_transport_fcoe codeVasu Dev2009-04-031-19/+6
* [SCSI] fcoe: create/destroy fcoe Rx threads on CPU hotplug eventsRobert Love2009-04-031-47/+199
* [SCSI] fcoe: Use per-CPU kernel function for dev_stats instead of an arrayRobert Love2009-04-031-125/+18
* [SCSI] fcoe: Use percpu kernel funcs for struct fcoe_percpu_sRobert Love2009-04-031-51/+43
* [SCSI] fcoe: Initialize all possilbe skb_queue(s) when module is loadedRobert Love2009-04-031-9/+12
* [SCSI] fcoe: fcoe fc crc offload indication by skb->ip_summedYi Zou2009-03-131-1/+1
* [SCSI] fcoe: add support to large send by gso through net_device for fcoe_swYi Zou2009-03-131-1/+11
* [SCSI] net, fcoe: add ETH_P_FCOE for Fibre Channel over Ethernet (FCoE)Yi Zou2009-03-131-1/+1
* [SCSI] fcoe: Change fcoe receive thread nice value from 19 (lowest priority) ...Robert Love2009-03-101-1/+1
* [SCSI] fcoe: fix handling of pending queue, prevent out of order frames (v3)Chris Leech2009-03-101-57/+24
* [SCSI] fcoe: Out of order tx frames was causing several check condition SCSI ...Vasu Dev2009-03-101-24/+21
* [SCSI] fcoe: fix kfree(skb)Roel Kluin2009-03-101-1/+1
* [SCSI] fcoe: Use setup_timer() and mod_timer()Robert Love2009-03-101-5/+3
* [SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapperRobert Love2009-03-101-6/+6
* [SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love2009-03-101-8/+7
* [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-101-81/+81
* [SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...Vasu Dev2009-03-061-24/+17
* [SCSI] fcoe: fix incorrect use of struct moduleJames Bottomley2008-12-301-5/+5
OpenPOWER on IntegriCloud