aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2014-07-16[efi] Include EFI_CONSOLE_CONTROL_PROTOCOL headerMichael Brown2-1/+125
2014-07-16[efi] Allow for interception of boot services calls by loaded imageMichael Brown1-0/+16
2014-07-14[efi] Install our own disk I/O protocol and claim exclusive use of itMichael Brown1-0/+119
2014-07-14[efi] Update EDK2 headersMichael Brown20-96/+533
2014-07-11[crypto] Add support for iPAddress subject alternative namesMichael Brown1-0/+1
2014-07-08[efi] Identify autoboot device by MAC address when chainloadingMichael Brown1-0/+14
2014-07-08[autoboot] Allow autoboot device to be identified by link-layer addressMichael Brown1-2/+4
2014-07-03[efi] Allow network devices to be created on top of arbitrary SNP devicesMichael Brown5-34/+56
2014-06-25[efi] Restructure EFI driver modelMichael Brown2-33/+38
2014-06-25[efi] Provide a meaningful EFI SNP device nameMichael Brown1-1/+1
2014-06-25[efi] Allow device paths to be easily included in debug messagesMichael Brown1-16/+2
2014-06-24[build] Expose build timestamp, build name, and product namesMichael Brown1-1/+12
2014-06-12[smbios] Expose board serial number as ${board-serial}Dale Hamel1-0/+17
2014-06-12[iscsi] Include IP address origin in iBFTMichael Brown1-0/+8
2014-06-03[scsi] Improve sense code parsingMichael Brown1-4/+47
2014-06-01[ethernet] Provide eth_random_addr() to generate random Ethernet addressesHannes Reinecke1-0/+1
2014-05-21[ipv6] Fix definition of IN6_IS_ADDR_LINKLOCAL()Michael Brown1-1/+1
2014-05-19[efi] Allow for optional protocolsMichael Brown1-0/+17
2014-05-18[nfs] Rewrite NFS URI handlingMarin Hannache2-0/+30
2014-05-04[profile] Allow interrupts to be excluded from profiling resultsMichael Brown1-12/+79
2014-05-03[profile] Provide methods for profiling individual stages of operationsMichael Brown1-7/+35
2014-04-28[build] Allow for a debug level of zeroMichael Brown1-15/+2
2014-04-27[cmdline] Add "profstat" command to display profiling statisticsMichael Brown1-0/+14
2014-04-27[profile] Add generic profiling infrastructureMichael Brown1-47/+61
2014-04-27[libc] Add flsll()Michael Brown1-4/+11
2014-04-26[libc] Add isqrt() function to find integer square rootsMichael Brown1-0/+14
2014-04-24[libc] Add inline assembly implementation of flsl() using BSR instructionMichael Brown1-2/+2
2014-03-31[crypto] Add support for subjectAltName and wildcard certificatesMichael Brown2-0/+19
2014-03-30[crypto] Allow signed timestamp error margin to be configured at build timeMichael Brown1-8/+0
2014-03-28[crypto] Generalise X.509 cache to a full certificate storeMichael Brown6-65/+63
2014-03-27[crypto] Add pubkey_match() to check for matching public/private key pairsMichael Brown1-0/+18
2014-03-25[crypto] Remove dynamically-allocated storage for certificate OCSP URIMichael Brown1-1/+1
2014-03-25[crypto] Remove dynamically-allocated storage for certificate nameMichael Brown1-1/+4
2014-03-14[efi] Disable SNP devices when running iPXE as the applicationMichael Brown1-0/+4
2014-03-14[netdevice] Notify upper-layer drivers when RX processing is (un)frozenMichael Brown1-20/+2
2014-03-10[efi] Allow driver to be unloadedMichael Brown1-0/+1
2014-03-10[efi] Allow for 64-bit EFI_STATUS codesMichael Brown1-10/+15
2014-03-10[image] Add "--timeout" parameter to image downloading commandsMichael Brown1-3/+6
2014-03-10[mii] Add mii_dump() to dump all MII registersMichael Brown1-0/+31
2014-03-04[tcp] Calculate correct MSS from peer addressMichael Brown1-10/+0
2014-03-04[tcpip] Provide tcpip_mtu() to determine the maximum transmission unitMichael Brown1-0/+3
2014-03-04[tcpip] Provide tcpip_netdev() to determine the transmitting network deviceMichael Brown1-0/+8
2014-03-03[autoboot] Enable infrastructure to specify an autoboot device locationAlex Williamson1-1/+3
2014-03-02[cmdline] Add the "ipstat" commandMichael Brown1-0/+14
2014-03-02[tcpip] Add IP statistics collection as per RFC 4293Michael Brown3-1/+194
2014-02-27[image] Ensure every image has a fully resolved URIMichael Brown1-2/+1
2014-02-27[uri] Refactor URI parsing and formattingMichael Brown1-37/+41
2014-02-26[params] Use reference counters for form parameter listsMichael Brown1-2/+39
2014-02-05[dns] Support DNS search listsMichael Brown3-61/+121
2014-01-22[cmdline] Rename "console" command's --bpp option to --depthMichael Brown1-1/+1