aboutsummaryrefslogtreecommitdiff
path: root/src/net/fcoe.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-14[fcoe] Use driver-private data to hold FCoE port structureMichael Brown1-64/+21
2023-09-13[netdevice] Allocate private data for each network upper-layer driverMichael Brown1-3/+6
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-1/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2013-04-28[build] Fix dubious uses of bitwise operatorsMichael Brown1-1/+1
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-07-15[netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown1-2/+6
2010-11-27[fcoe] Use only the first instance of a FIP descriptorMichael Brown1-1/+3
2010-11-27[fcoe] Tidy up debug messageMichael Brown1-4/+2
2010-11-27[fc] Allow Fibre Channel ports to be explicitly namedMichael Brown1-1/+2
2010-11-27[fcoe] Create Fibre Channel port only when we have selected an FCFMichael Brown1-10/+21
2010-11-26[fcoe] Add support for FIP VLAN discoveryMichael Brown1-3/+149
2010-10-15[fcoe] Request SPMA iff FIP advertisement indicates support for SPMAMichael Brown1-5/+18
2010-10-07[fcoe] Add support for the FCoE Initialization Protocol (FIP)Michael Brown1-44/+676
2010-10-07[netdevice] Pass both link-layer addresses in net_tx() and net_rx()Michael Brown1-4/+4
2010-09-22[fcoe] Add support for identifying the underlying hardware deviceMichael Brown1-0/+13
2010-09-15[fcoe] Disambiguate the various error cases and add a CRC failure messageMichael Brown1-4/+29
2010-09-15[fcoe] Add support for Fibre Channel over EthernetMichael Brown1-0/+383