summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [image] Use image_asn1() to extract data from CMS signature imagesMichael Brown2016-07-292-12/+11Star
* [crypto] Add PEM image formatMichael Brown2016-07-297-0/+343
* [crypto] Add DER image formatMichael Brown2016-07-299-0/+396
* [image] Add image_asn1() to extract ASN.1 objects from imageMichael Brown2016-07-292-0/+51
* [crypto] Allow for parsing of partial ASN.1 cursorsMichael Brown2016-07-282-6/+9
* [crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()Michael Brown2016-07-281-1/+0Star
* [hyperv] Use instance UUID in device nameMichael Brown2016-07-262-2/+6
* [ipv6] Allow for multiple routersMichael Brown2016-07-254-51/+452
* [test] Update IPv6 tests to use okx()Michael Brown2016-07-251-25/+39
* [ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown2016-07-213-8/+8
* [ipv6] Create routing table based on IPv6 settingsMichael Brown2016-07-204-191/+138Star
* [ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown2016-07-194-2/+31
* [settings] Allow settings blocks to specify a sibling orderingMichael Brown2016-07-192-0/+4
* [ipv6] Expose IPv6 link-local address settingsMichael Brown2016-07-192-0/+116