summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [xen] Add basic support for PV-HVM domainsMichael Brown2014-07-299-0/+444
* [ioapi] Centralise notion of PAGE_SIZEMichael Brown2014-07-282-3/+6
* [efi] Include EFI_CONSOLE_CONTROL_PROTOCOL headerMichael Brown2014-07-162-1/+125
* [efi] Allow for interception of boot services calls by loaded imageMichael Brown2014-07-161-0/+16
* [efi] Install our own disk I/O protocol and claim exclusive use of itMichael Brown2014-07-141-0/+119
* [efi] Update EDK2 headersMichael Brown2014-07-1420-96/+533
* [crypto] Add support for iPAddress subject alternative namesMichael Brown2014-07-111-0/+1
* [efi] Identify autoboot device by MAC address when chainloadingMichael Brown2014-07-081-0/+14
* [efi] Allow network devices to be created on top of arbitrary SNP devicesMichael Brown2014-07-035-34/+56
* [efi] Restructure EFI driver modelMichael Brown2014-06-252-33/+38
* [efi] Provide a meaningful EFI SNP device nameMichael Brown2014-06-251-1/+1
* [efi] Allow device paths to be easily included in debug messagesMichael Brown2014-06-251-16/+2Star
* [build] Expose build timestamp, build name, and product namesMichael Brown2014-06-241-1/+12
* [smbios] Expose board serial number as ${board-serial}Dale Hamel2014-06-121-0/+17
* [iscsi] Include IP address origin in iBFTMichael Brown2014-06-121-0/+8
* [scsi] Improve sense code parsingMichael Brown2014-06-031-4/+47
* [ethernet] Provide eth_random_addr() to generate random Ethernet addressesHannes Reinecke2014-06-021-0/+1
* [ipv6] Fix definition of IN6_IS_ADDR_LINKLOCAL()Michael Brown2014-05-211-1/+1
* [efi] Allow for optional protocolsMichael Brown2014-05-191-0/+17
* [nfs] Rewrite NFS URI handlingMarin Hannache2014-05-182-0/+30
* [profile] Allow interrupts to be excluded from profiling resultsMichael Brown2014-05-041-12/+79
* [profile] Provide methods for profiling individual stages of operationsMichael Brown2014-05-031-7/+35
* [profile] Add generic profiling infrastructureMichael Brown2014-04-281-47/+61
* [libc] Add isqrt() function to find integer square rootsMichael Brown2014-04-261-0/+14
* [crypto] Add support for subjectAltName and wildcard certificatesMichael Brown2014-03-312-0/+19
* [crypto] Allow signed timestamp error margin to be configured at build timeMichael Brown2014-03-301-8/+0Star
* [crypto] Generalise X.509 cache to a full certificate storeMichael Brown2014-03-286-65/+63Star
* [crypto] Add pubkey_match() to check for matching public/private key pairsMichael Brown2014-03-271-0/+18
* [crypto] Remove dynamically-allocated storage for certificate OCSP URIMichael Brown2014-03-251-1/+1
* [crypto] Remove dynamically-allocated storage for certificate nameMichael Brown2014-03-251-1/+4
* [efi] Disable SNP devices when running iPXE as the applicationMichael Brown2014-03-141-0/+4
* [netdevice] Notify upper-layer drivers when RX processing is (un)frozenMichael Brown2014-03-141-20/+2Star
* [efi] Allow driver to be unloadedMichael Brown2014-03-101-0/+1
* [efi] Allow for 64-bit EFI_STATUS codesMichael Brown2014-03-101-10/+15
* [mii] Add mii_dump() to dump all MII registersMichael Brown2014-03-101-0/+31
* [tcp] Calculate correct MSS from peer addressMichael Brown2014-03-041-10/+0Star
* [tcpip] Provide tcpip_mtu() to determine the maximum transmission unitMichael Brown2014-03-041-0/+3
* [tcpip] Provide tcpip_netdev() to determine the transmitting network deviceMichael Brown2014-03-041-0/+8
* [tcpip] Add IP statistics collection as per RFC 4293Michael Brown2014-03-023-1/+194
* [image] Ensure every image has a fully resolved URIMichael Brown2014-02-271-2/+1Star
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-271-37/+41
* [params] Use reference counters for form parameter listsMichael Brown2014-02-271-2/+39
* [dns] Support DNS search listsMichael Brown2014-02-053-61/+121
* [cmdline] Rename "console" command's --bpp option to --depthMichael Brown2014-01-221-1/+1
* [fbcon] Allow for an arbitrary margin around the text areaMichael Brown2014-01-222-0/+9
* [fbcon] Centre background picture on consoleMichael Brown2014-01-221-8/+0Star
* [png] Add support for PNG imagesMichael Brown2014-01-122-0/+180
* [uaccess] Add memcmp_user()Michael Brown2014-01-123-0/+43
* [deflate] Add support for DEFLATE decompressionMichael Brown2014-01-062-0/+284
* [test] Add okx() macro taking an explicit file name and line numberMichael Brown2014-01-061-3/+6