summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [interface] Avoid unnecessary reference counting in intf_unplug()Michael Brown2017-01-251-1/+4
* [efi] Fix building elf2efi.c when -fpic is enabled by defaultMichael Brown2017-01-251-1/+1
* [pic8259] Fix definitions for "read IRR" and "read ISR" commandsMichael Brown2017-01-251-2/+2
* [hyperv] Ignore unsolicited VMBus messagesMichael Brown2017-01-241-39/+43
* [cloud] Show CPU vendor and model in example cloud boot scriptsMichael Brown2017-01-243-0/+6
* [netdevice] Allow MTU to be changed at runtimeMichael Brown2017-01-233-3/+67
* [virtio] Use host-specified MTU when availableMichael Brown2017-01-232-13/+37
* [cloud] Add ability to retrieve Google Compute Engine metadataMichael Brown2017-01-235-0/+87
* [virtio] Use separate RX and TX empty header buffersMichael Brown2017-01-231-7/+12
* [af_packet] Add new AF_PACKET driver for LinuxDavid Decotigny2017-01-224-0/+372
* [build] Return const char * from uuid_ntoa()David Decotigny2017-01-223-3/+3
* [virtio] Remove queue size limit in legacy virtioLadi Prosek2017-01-224-13/+44
* [virtio] Simplify virtqueue shutdownLadi Prosek2017-01-222-19/+20
* [virtio] Cap queue size to MAX_QUEUE_NUMLadi Prosek2017-01-222-4/+10
* [build] Add %.vhd target for building VM bootable disk imagesMichael Brown2017-01-222-0/+6
* [ipv4] Accept unicast packets for the local network broadcast addressMichael Brown2017-01-221-0/+1
* [golan] Update Connect-IB, ConnectX-4 and ConnectX-4 Lx (Infiniband) supportRaed Salem2016-12-0823-152/+901
* [efi] Work around temporal anomaly encountered during ExitBootServices()Michael Brown2016-12-073-0/+36
* [undi] Try matching UNDI ROMs in BIOS enumeration orderMichael Brown2016-12-071-1/+1
* [prefix] Include diagnostic information within progress messagesMichael Brown2016-12-061-14/+38
* [prefix] Remove impossible progress messageMichael Brown2016-12-061-1/+0Star
* [undi] Clean up driver and device name informationMichael Brown2016-12-055-39/+32Star
* [romprefix] Avoid using PMM-allocated memory in UNDI loader entry pointMichael Brown2016-12-052-1/+33
* [undi] Allocate base memory before calling UNDI loader entry pointMichael Brown2016-12-051-14/+16
* [efi] Add basic EFI SAN booting capabilityMichael Brown2016-11-175-1/+1097
* [iscsi] Avoid potential infinite loops during shutdownMichael Brown2016-11-171-0/+1
* [interface] Provide intf_reinit() to reinitialise nullified interfacesMichael Brown2016-11-163-6/+20