summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [pxe] Always allow MAX_LL_HEADER_LEN for the link-layer headerMichael Brown2010-11-191-4/+2Star
* [efi] Always allow MAX_LL_HEADER_LEN for the link-layer headerMichael Brown2010-11-191-1/+4
* [lotest] Move lotest.h to correct directoryMichael Brown2010-11-191-0/+0
* [lacp] Fix dumping of raw LACP packetsMichael Brown2010-11-181-2/+2
* [netdevice] Use net device name in debugging messagesMichael Brown2010-11-182-36/+37
* [settings] Add "hexhyp" setting typeMichael Brown2010-11-131-4/+43
* [bzimage] Increase maximum command-line size to 0x7ffJarrod Johnson2010-11-131-1/+1
* [forcedeth] Exit poll() as early as possible if no work to doMichael Brown2010-11-121-4/+4
* [tcp] Set PSH flag only on packets containing dataMichael Brown2010-11-111-1/+1
* [list] Fix typographical error from previous commitShao Miller2010-11-112-2/+3
* [fc] Add support for Fibre Channel name server lookupsMichael Brown2010-11-085-38/+585
* [fc] Hold ULP's peer reference while ULP existsMichael Brown2010-11-081-7/+14
* [fc] Allow peers and ULPs to log out when usage count reaches zeroMichael Brown2010-11-081-2/+2
* [fc] Hold reference to peers and ULPs while calling fc_link_examine()Michael Brown2010-11-081-4/+16
* [fc] Log out correct port ID after a successful LOGO requestMichael Brown2010-11-081-1/+1
* [fc] Support Fibre Channel ECHOMichael Brown2010-11-083-103/+237
* [fcp] Use EINVAL for URI parsing errors and EPROTO for protocol errorsMichael Brown2010-11-081-4/+4
* [retry] Process at most one timer's expiry in each call to retry_step()Michael Brown2010-11-081-3/+9
* [malloc] Avoid immediately clobbering reference count when freeing memoryMichael Brown2010-11-081-2/+14
* [refcnt] Check reference validity on each use of ref_get() and ref_put()Michael Brown2010-11-082-12/+52
* [malloc] Use list_for_each_entry_safe() when we may delete a list entryMichael Brown2010-11-081-1/+2
* [list] Add list_first_entry()Michael Brown2010-11-087-28/+41
* [list] Extend list-manipulation assertions to all list-handling functionsMichael Brown2010-11-081-82/+92
* [process] Include step() function pointer in process debugging messagesMichael Brown2010-11-081-6/+12
* [fcp] Avoid quoting exchange ID before exchange is createdMichael Brown2010-11-031-2/+2
* [fcp] Fix potential memory leaks on error pathsMichael Brown2010-11-031-0/+2
* [build] Add FreeBSD location for isolinuxMichael Brown2010-11-031-1/+2
* [romprefix] Add missing addr32 prefixMichael Brown2010-10-291-1/+1
* [autoboot] Introduce "skip-san-boot" optionDave Hansen2010-10-222-6/+27
* [autoboot] Improve visibility of error messagesMichael Brown2010-10-221-27/+34
* [scsi] Wait for a successful TEST UNIT READY commandMichael Brown2010-10-192-3/+144
* [fc] Do not use the command reference number in FCP_CMND IUsMichael Brown2010-10-193-62/+65
* [hci] Use http://ipxe.org/<errno> instead of raw error numbersMichael Brown2010-10-191-2/+5
* [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