summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [build] Allow for a debug level of zeroMichael Brown2014-04-281-15/+2Star
* [cmdline] Add "profstat" command to display profiling statisticsMichael Brown2014-04-281-0/+14
* [profile] Add generic profiling infrastructureMichael Brown2014-04-281-47/+61
* [libc] Add flsll()Michael Brown2014-04-271-4/+11
* [libc] Add isqrt() function to find integer square rootsMichael Brown2014-04-261-0/+14
* [libc] Add inline assembly implementation of flsl() using BSR instructionMichael Brown2014-04-241-2/+2
* [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
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-101-3/+6
* [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
* [autoboot] Enable infrastructure to specify an autoboot device locationAlex Williamson2014-03-031-1/+3
* [cmdline] Add the "ipstat" commandMichael Brown2014-03-031-0/+14
* [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
* [libc] Add abs()Michael Brown2014-01-121-0/+4
* [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