summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [int13] Dump out MBR at DBGLVL_EXTRAMichael Brown2010-10-181-0/+2
* [iscsi] Ensure ISID is consistent within an iSCSI sessionMichael Brown2010-10-182-1/+10
* [romprefix] Add missing FILE_LICENCE declaration to undiloader.SMichael Brown2010-10-181-0/+2
* [legal] Ignore config/local header files for licensing purposesMichael Brown2010-10-181-1/+4
* [util] Update welcome message in ISO imagesMichael Brown2010-10-181-1/+1
* [iscsi] Randomise a portion of the ISID to force new session instantiationMichael Brown2010-10-161-1/+1
* [fc] Use port WWN rather than node WWN as the primary Fibre Channel nameMichael Brown2010-10-154-42/+41Star
* [fcoe] Request SPMA iff FIP advertisement indicates support for SPMAMichael Brown2010-10-151-5/+18
* [build] Fix building elf2efi using binutils 2.20Michael Brown2010-10-151-1/+1
* [linux] Fix building on RHEL5 and similar platformsMichael Brown2010-10-112-75/+68Star
* [dhcp] Include session state metadata in packet tracesMichael Brown2010-10-091-0/+10
* [dhcp] Omit ProxyDHCPREQUEST if PXE options are present in ProxyDHCPOFFERMichael Brown2010-10-081-37/+67
* [dhcp] Ignore DHCPACKs containing incorrect IP addressesMichael Brown2010-10-081-0/+2
* [dhcp] Revert various patchesMichael Brown2010-10-081-254/+88Star
* [rtl8139] Operate in promiscuous modeMichael Brown2010-10-071-1/+1
* [fcoe] Add support for the FCoE Initialization Protocol (FIP)Michael Brown2010-10-073-44/+1139
* [fc] Update ELS port IDs when receiving an ELS frameMichael Brown2010-10-071-3/+22
* [fc] Include port IDs in metadata for received Fibre Channel framesMichael Brown2010-10-073-9/+28
* [netdevice] Pass both link-layer addresses in net_tx() and net_rx()Michael Brown2010-10-0713-31/+60
* [int13] Fix typo in debug messageMichael Brown2010-09-221-1/+1
* [int13] Include disk signature in debugging outputMichael Brown2010-09-222-2/+9
* [infiniband] Include the SRP login rejection reason in the error numberMichael Brown2010-09-222-5/+54
* [libc] Ensure that error numbers from EUNIQ() have the correct typeMichael Brown2010-09-221-1/+1
* [fcp] Add support for describing an FCP device using EDDMichael Brown2010-09-221-4/+68
* [ata] Add support for describing an ATA device using EDDMichael Brown2010-09-221-0/+19
* [fcoe] Add support for identifying the underlying hardware deviceMichael Brown2010-09-221-0/+13
* [infiniband] Add support for identifying the underlying hardware deviceMichael Brown2010-09-222-2/+16
* [aoe] Add support for identifying the underlying hardware deviceMichael Brown2010-09-221-0/+13
* [int13] Add infrastructure to support EDD version 4.0Michael Brown2010-09-227-28/+525
* [aoe] Fail immediately when network device is closedMichael Brown2010-09-221-0/+8
* [settings] Modify "set" command to allow space separated valuesMichael Brown2010-09-211-5/+25
* [hermon] Add support for dual-protocol devicesMichael Brown2010-09-214-2656/+712Star
* [hermon] Add infrastructure for Ethernet devicesItay Gazit2010-09-212-8/+156
* [hermon] Use SET_PORT to set port parametersMichael Brown2010-09-212-23/+89
* [infiniband] Add the notion of an Ethernet queue pair typeMichael Brown2010-09-213-1/+9
* [infiniband] Avoid leaving uninitialised lists in struct ib_deviceMichael Brown2010-09-211-0/+2
* [fc] Ignore fabric-assigned port ID for fabricless implicit logoutsMichael Brown2010-09-211-2/+3
* [fc] Allow FLOGI response to be sent to newly-assigned peer port IDMichael Brown2010-09-214-5/+50
* [lotest] Add loopback testing commandsMichael Brown2010-09-216-0/+344
* [hermon] Tidy up ICM allocationsMichael Brown2010-09-192-91/+86Star
* [hermon] Minimise the number of VPM mapping operationsMichael Brown2010-09-191-7/+39
* [arbel] Minimise the number of VPM mapping operationsMichael Brown2010-09-192-50/+129
* [fc] Maintain port, peer and ULP lists in order of creationMichael Brown2010-09-181-3/+3
* [arbel] Allocate only as much memory as is needed for firmware and ICMMichael Brown2010-09-181-26/+66
* [arbel] Synchronise changes with the Hermon driverMichael Brown2010-09-172-38/+70
* [arbel] Optimise ICM layout to reduce overall memory usageMichael Brown2010-09-172-75/+136
* [arbel] Perform ICM allocations according to the specificationMichael Brown2010-09-172-44/+87
* [arbel] Allow for multiple calls to ib_modify_qp()Michael Brown2010-09-172-22/+44
* [arbel] Inform embedded SMA of partition key changesMichael Brown2010-09-171-5/+5
* [arbel] Improve debugging output and facilitiesMichael Brown2010-09-172-71/+164