aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-22[fbcon] Allow for an arbitrary margin around the text areaMichael Brown2-0/+9
2014-01-22[fbcon] Centre background picture on consoleMichael Brown1-8/+0
2014-01-12[png] Add support for PNG imagesMichael Brown2-0/+180
2014-01-12[uaccess] Add memcmp_user()Michael Brown3-0/+43
2014-01-12[libc] Add abs()Michael Brown1-0/+4
2014-01-06[deflate] Add support for DEFLATE decompressionMichael Brown2-0/+284
2014-01-06[test] Add okx() macro taking an explicit file name and line numberMichael Brown1-3/+6
2014-01-06[libc] Add isprint()Michael Brown1-0/+1
2013-12-21[ipv6] Fix compilation under FreeBSDMichael Brown1-1/+1
2013-12-09[console] Add concept of a "magic" colourMichael Brown1-0/+11
2013-12-09[console] Add centralised concept of colours and colour pairsMichael Brown2-0/+75
2013-12-06[console] Allow consoles to update the recorded console sizeMichael Brown2-4/+23
2013-12-05[ipv6] Expose NDP-provided settings (including the DNS server)Michael Brown1-0/+37
2013-12-05[dhcpv6] Add DHCPv6 "filename" settingMichael Brown1-0/+6
2013-12-05[settings] Merge SETTING_IPv4 and SETTING_IPv6Michael Brown1-19/+17