summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [build] Disable TIVOLI_VMM_WORKAROUND in the qemu configurationLaszlo Ersek2016-11-081-0/+5
* [librm] Conditionalize the workaround for the Tivoli VMM's SSE garblingLaszlo Ersek2016-11-082-3/+14
* [bzimage] Fix page alignment of initrd imagesMichael Brown2016-10-291-3/+5
* [efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definitionMichael Brown2016-10-174-0/+216
* [efi] Update to current EDK2 headersMichael Brown2016-10-1615-46/+401
* [efi] Mark AppleNetBoot.h as a native iPXE headerMichael Brown2016-10-161-3/+3
* [crypto] Mark permanent certificates as permanentMichael Brown2016-08-311-0/+1
* [cmdline] Add certificate management commandsMichael Brown2016-08-314-0/+309
* [crypto] Add certstat() to display basic certificate informationMichael Brown2016-08-313-2/+81
* [crypto] Allow certificates to be marked as having been added explicitlyMichael Brown2016-08-312-4/+23
* [crypto] Expose certstore_del() to explicitly remove stored certificatesMichael Brown2016-08-312-4/+16
* [list] Add list_next_entry() and list_prev_entry()Michael Brown2016-08-312-0/+51
* [crypto] Generalise X.509 "valid" field to a "flags" fieldMichael Brown2016-08-255-10/+25
* [crypto] Add image_x509() to extract X.509 certificates from imageMichael Brown2016-08-252-0/+46
* [pixbuf] Enable PNG format by defaultMichael Brown2016-07-296-31/+73
* [build] Remove more obsolete explicit object requirementsMichael Brown2016-07-291-6/+0Star
* [crypto] Enable both DER and PEM formats by defaultMichael Brown2016-07-295-43/+83
* [build] Remove obsolete explicit object requirementsMichael Brown2016-07-291-4/+0Star