aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
...
* [uaccess] Add userptr_sub() to find the difference between two user pointersMichael Brown2012-11-053-0/+33
* [list] Reduce overall code size by externalising many list functionsMichael Brown2012-11-021-122/+131
* [build] Include version number within only a single object fileMichael Brown2012-11-021-0/+16
* [readline] Allow readline_history() to return a meaningful statusMichael Brown2012-10-241-0/+1
* [settings] Add fetchf_named_setting_copy()Michael Brown2012-10-241-0/+1
* [efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP deviceMichael Brown2012-10-231-0/+7
* [efi] Expose net device non-volatile settings via HIIMichael Brown2012-10-161-123/+74
* [efi] Split SNP HII functionality into a separate fileMichael Brown2012-10-162-0/+69
* [nvo] Expose nvo_applies()Michael Brown2012-10-151-0/+1
* [nvo] Expose non-volatile options block nameMichael Brown2012-10-151-0/+3
* [settings] Expose find_child_settings()Michael Brown2012-10-151-0/+2
* [serial] Don't enable serial console without serial supportShao Miller2012-10-051-0/+1
* [efi] Mark SNP formset compliant with IBM's Unified Configuration ManagerMichael Brown2012-10-051-0/+5
* [tls] Split received records over multiple I/O buffersMichael Brown2012-09-271-4/+26
* [cmdline] Add standalone "nslookup" commandPatrick Plenefisch2012-09-101-0/+1
* [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-206-6/+12
* [image] Add "--autofree" optionMichael Brown2012-07-201-0/+3
* [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/+0
* [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-211-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/+11
* [crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown2012-05-141-2/+8