summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [hyperv] Fix resource leaks on error pathMichael Brown2017-03-211-5/+11
* [mucurses] Attempt to fix resource leaksMichael Brown2017-03-211-6/+4Star
* [mucurses] Attempt to fix keypress processing logicMichael Brown2017-03-211-4/+3Star
* [mucurses] Attempt to fix test for empty stringMichael Brown2017-03-211-1/+1
* [usb] Use correct length for memcpy()Michael Brown2017-03-211-1/+2
* [librm] Fail gracefully if asked to ioremap() a zero lengthMichael Brown2017-03-211-1/+2
* [crypto] Free correct pointer on the error pathMichael Brown2017-03-211-3/+4
* [802.11] Remove redundant NULL pointer check after dereferenceMichael Brown2017-03-211-3/+0Star
* [sis900] Remove extraneous memset() with incorrect lengthMichael Brown2017-03-211-2/+1Star
* [qib7322] Use correct length for memset()Michael Brown2017-03-211-1/+1
* [linda] Use correct length for memset()Michael Brown2017-03-211-1/+1
* [nfs] Fix double free bug on error pathMichael Brown2017-03-211-6/+1Star
* [xfer] Ensure va_end() is called on failure pathMichael Brown2017-03-211-1/+1
* [arbel] Avoid potential integer overflow when calculating memory mappingsMichael Brown2017-03-211-1/+1
* [hermon] Avoid potential integer overflow when calculating memory mappingsMichael Brown2017-03-211-1/+1
* [dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown2017-03-203-11/+34
* [undi] Move PXE API caller back into UNDI driverMichael Brown2017-03-195-367/+300Star
* [efi] Skip cable detection at initialisation where possibleMichael Brown2017-03-191-23/+19Star
* [efi] Provide ACPI table description for SAN devicesMichael Brown2017-03-131-0/+69
* [efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definitionMichael Brown2017-03-104-0/+137
* [efi] Update to current EDK2 headersMichael Brown2017-03-1014-44/+1233
* [build] Provide common ARRAY_SIZE() definitionMichael Brown2017-03-109-19/+9Star
* [iscsi] Don't close when receiving NOP-InVishvananda Ishaya Abrams2017-03-091-9/+8Star
* [intel] Reset all virtual function settingsVishvananda Ishaya2017-03-094-13/+91
* [scsi] Avoid duplicate calls to scsicmd_close()Michael Brown2017-03-091-8/+7Star
* [block] Use intfs_shutdown() when shutting down multiple interfacesMichael Brown2017-03-091-2/+1Star
* [scsi] Use intfs_shutdown() when shutting down multiple interfacesMichael Brown2017-03-091-5/+3Star
* [iscsi] Use intfs_shutdown() when shutting down multiple interfacesMichael Brown2017-03-091-4/+2Star
* [block] Retry any SAN device operationMichael Brown2017-03-072-43/+36Star
* [efi] Refactor to use centralised SAN device abstractionMichael Brown2017-03-071-650/+161Star
* [int13] Refactor to use centralised SAN device abstractionMichael Brown2017-03-071-685/+264Star
* [block] Centralise "san-drive" settingMichael Brown2017-03-077-51/+40Star
* [block] Centralise SAN device abstractionMichael Brown2017-03-073-1/+687
* [block] Remove spurious commentsMichael Brown2017-03-071-7/+0Star
* [efi] Add missing SANBOOT_PROTO_HTTP to EFI default configurationMichael Brown2017-03-071-0/+1
* [thunderx] Don't disable NIC when exiting from iPXEKonrad Adamczyk2017-02-071-3/+0Star
* [thunderx] Fix hardware deinitializationBartosz Szczepanek2017-02-071-0/+7
* [http] Cleanly shut down potentially looped interfacesMichael Brown2017-02-021-15/+6Star
* [interface] Provide the ability to shut down multiple interfacesMichael Brown2017-02-022-0/+74
* [time] Report attempts to use timers before initialisationMichael Brown2017-02-011-3/+25
* [settings] Add "unixtime" builtin setting to expose the current timeMichael Brown2017-01-261-0/+33
* [intel] Add INTEL_NO_PHY_RST for I219-LM (2)Christian Nilsson2017-01-261-1/+1
* [int13] Test correct return status from INT 13 callsMichael Brown2017-01-261-5/+5
* [int13] Avoid potential division by zeroMichael Brown2017-01-261-3/+7
* [hyperv] Provide timer based on the 10MHz time reference count MSRMichael Brown2017-01-262-11/+108
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-2624-304/+355
* [cpuid] Provide cpuid_supported() to test for supported functionsMichael Brown2017-01-254-62/+72
* [netdevice] Limit MTU by hardware maximum frame lengthMichael Brown2017-01-255-10/+31
* [interface] Unplug interface before calling intf_close() in intf_shutdown()Michael Brown2017-01-251-4/+9
* [interface] Remove misleading commentMichael Brown2017-01-251-3/+0Star