summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] fcoe: fcoe fc crc offload indication by skb->ip_summedYi Zou2009-03-131-1/+1
* [SCSI] fcoe: add support to FCoE offload support in fcoe_sw through net_deviceYi Zou2009-03-131-0/+38
* [SCSI] fcoe: add support to large send by gso through net_device for fcoe_swYi Zou2009-03-131-1/+11
* [SCSI] fcoe, libfc: check offload features from LLD through netdevYi Zou2009-03-131-1/+28
* [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-102-24/+22
* [SCSI] fcoe: fix kfree(skb)Roel Kluin2009-03-101-1/+1
* [SCSI] fcoe: Correct fcoe_transports initialization vs. registrationRobert Love2009-03-102-3/+5
* [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-102-7/+7
* [SCSI] libfc, fcoe: Cleanup function formatting and minor typosRobert Love2009-03-102-13/+13
* [SCSI] libfc, fcoe: Fix kerneldoc commentsRobert Love2009-03-103-143/+138
* [SCSI] libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->l...Vasu Dev2009-03-062-27/+20
* [SCSI] fcoe: fix incorrect use of struct moduleJames Bottomley2008-12-301-5/+5
* [SCSI] fcoe: Fibre Channel over EthernetRobert Love2008-12-294-0/+2458