summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [cmdline] Add standalone "nslookup" commandPatrick Plenefisch2012-09-102-0/+15
* [settings] Use a generic setting's own type as its default typeMichael Brown2012-09-101-2/+7
* [sdi] Add support for SDI imagesMichael Brown2012-09-051-0/+1
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-313-19/+34
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-312-0/+4
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-312-8/+8
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-311-2/+14
* [iobuf] Allow allocation of I/O buffers with a specified alignment offsetMichael Brown2012-08-311-0/+2
* [malloc] Allow allocation of memory with a specified alignment offsetMichael Brown2012-08-311-3/+22
* [retry] Expose retry_poll() to explicitly poll all running timersMichael Brown2012-08-311-0/+1
* [ethernet] Expose eth_broadcast as a global constantMichael Brown2012-08-311-0/+1
* [bitbash] Add optional open() and close() methods for bit-bashing interfacesMichael Brown2012-08-241-0/+32
* [mii] Add separate mii_restart() functionMichael Brown2012-08-231-0/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-208-8/+16
* [image] Add "--autofree" optionMichael Brown2012-07-201-0/+3
* [libc] Add missing wchar.h headerMichael Brown2012-07-191-0/+27
* [libc] Add support for "%lc" and "%ls" format specifiersMichael Brown2012-07-191-0/+1
* [efi] Add EFI_LOAD_FILE_PROTOCOL headerMichael Brown2012-07-191-0/+90
* [efi] Update to current EDK2 headersMichael Brown2012-07-1924-156/+8026
* [efi] Standardise #include guard in ipxe_download.hMichael Brown2012-07-191-4/+4
* [tcp] Increase maximum window size to 256kBMichael Brown2012-07-091-22/+24
* [arp] Try to avoid discarding ARP cache entriesMichael Brown2012-07-091-1/+12
* [iobuf] Relax alignment requirement for small I/O buffersMichael Brown2012-06-291-11/+0Star
* [tls] Request a maximum fragment length of 2048 bytesMichael Brown2012-06-291-1/+8
* [tcp] Add support for TCP window scalingMichael Brown2012-06-291-1/+29
* [tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown2012-06-271-2/+10
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-201-0/+3
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-201-0/+1
* [crypto] Allow an error margin on X.509 certificate validity periodsMichael Brown2012-06-202-8/+8
* [dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown2012-06-201-0/+2
* [tls] Mark security negotiation as a pending operationMichael Brown2012-06-091-4/+5
* [pending] Add concept of "pending operations"Michael Brown2012-06-092-0/+35
* [crypto] Construct OCSP check URIMichael Brown2012-05-221-0/+2
* [crypto] Add framework for OCSPMichael Brown2012-05-154-0/+125
* [crypto] Add functions for constructing ASN.1 objectsMichael Brown2012-05-141-0/+33
* [crypto] Parse OCSPSigning key purpose, if presentMichael Brown2012-05-142-0/+8
* [crypto] Generalise x509_parse_bit_string() to asn1_bit_string()Michael Brown2012-05-142-21/+11Star
* [crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown2012-05-141-2/+8
* [crypto] Generalise x509_parse_time() to asn1_generalized_time()Michael Brown2012-05-141-0/+3
* [crypto] Parse X.509 raw public key bit stringMichael Brown2012-05-141-1/+3
* [crypto] Automatically download cross-signed certificatesMichael Brown2012-05-081-0/+3
* [xferbuf] Add generic data-transfer bufferMichael Brown2012-05-082-0/+32
* [tls] Use asynchronous certificate validatorMichael Brown2012-05-081-2/+7
* [crypto] Add asynchronous certificate validatorMichael Brown2012-05-082-0/+18
* [crypto] Add x509_auto_append()Michael Brown2012-05-081-0/+2
* [crypto] Add x509_append_raw()Michael Brown2012-05-081-0/+16
* [list] Add list_last_entry()Michael Brown2012-05-081-0/+13
* [crypto] Allow certificate chains to be long-lived data structuresMichael Brown2012-05-043-38/+174
* [time] Add Linux time source using gettimeofday()Michael Brown2012-05-043-1/+19
* [crypto] Parse OCSP responder URI from X.509 certificateMichael Brown2012-05-042-4/+51