summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Replace MD5 implementationMichael Brown2012-03-051-10/+59
* [crypto] Add SHA-256 algorithmMichael Brown2012-03-051-0/+73
* [crypto] Replace SHA-1 implementationMichael Brown2012-03-041-11/+67
* [tls] Add missing #include <stdlib.h>Michael Brown2012-03-041-0/+1
* [tls] Send empty Certificate record if requested by serverMichael Brown2012-03-031-3/+4
* [tls] Allow transmitted records to be scheduled independentlyMichael Brown2012-03-031-10/+10
* [tls] Add support for Server Name Indication (SNI)Michael Brown2012-03-032-1/+8
* [tls] Support TLS version 1.1Michael Brown2012-03-031-0/+2
* [arp] Maintain an ARP transmission queueMichael Brown2012-03-031-5/+3Star
* [undi] Allow underlying PXE stack to construct link-layer headerMichael Brown2012-03-021-0/+8
* [iscsi] Send any padding inline with the data segmentMichael Brown2012-03-011-2/+0Star
* [syslog] Separate out generic line-based console functionalityMichael Brown2012-02-291-0/+33
* [http] Allow for HTTPS-only buildsMichael Brown2012-02-281-1/+1
* [rng] Add get_random_nz() function required by RSA algorithmMichael Brown2012-02-211-0/+16
* [rng] Add ANS X9.82 RBG wrapper functionsMichael Brown2012-02-211-0/+43
* [rng] Add ANS X9.82 mandatory continuous testsMichael Brown2012-02-211-0/+1
* [rng] Add ANS X9.82 Approved Source of Entropy InputMichael Brown2012-02-213-49/+214
* [rng] Record validity within DRBG stateMichael Brown2012-02-211-0/+2
* [rng] Add ANS X9.82 Approved Hash_df derivation functionMichael Brown2012-02-191-0/+30
* [efi] Add iPXE download protocolJarrod Johnson2012-02-152-0/+156
* [rng] Add ANS X9.82 Approved DRBG mechanismMichael Brown2012-01-232-0/+119
* [rng] Add dummy entropy sourceMichael Brown2012-01-231-0/+90
* [rng] Add ANS X9.82 Approved HMAC_DRBG algorithmMichael Brown2012-01-232-0/+154
* [vmxnet3] Add VMware vmxnet3 driverMichael Brown2012-01-071-0/+1
* [undi] Ensure that native drivers are tried before the UNDI PCI driverMichael Brown2011-11-111-0/+3
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-5/+0Star
* [ath9k] Add ath9k driverScott K Logan2011-10-142-1/+3
* [list] Add list functions required by ath9k driverMichael Brown2011-10-141-0/+154
* [test] Add a basic infrastructure for running self-testsMichael Brown2011-10-141-0/+45
* [libc] Allow assertion failures to be countedMichael Brown2011-10-141-0/+3
* [list] Tidy up naming convention for list_contains() and friendsMichael Brown2011-10-141-10/+46
* [dhcp] Use a random DHCP transaction identifier (xid)Michael Brown2011-09-191-3/+6
* [tcp] Allow sufficient headroom for TCP headersMichael Brown2011-09-191-0/+10
* [tls] Accept certificates without a version numberMichael Brown2011-08-131-0/+12
* [ipv4] Fix fragment reassemblyMichael Brown2011-07-161-15/+8Star
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-151-9/+19
* [dhcp] Add symbolic definitions for DHCP client architecture valuesMichael Brown2011-07-061-0/+33
* [process] Add support for one-shot processesMichael Brown2011-06-281-0/+18
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-281-13/+109
* [fc] Send xfer_window_changed() when FCP link is establishedMichael Brown2011-06-281-0/+44
* [fc] Maintain a list of Fibre Channel upper-layer protocol usersMichael Brown2011-06-281-5/+28
* [netdevice] Allow non-completion TX errors to be recordedMichael Brown2011-06-281-0/+2
* [list] Add list_check_contains()Michael Brown2011-05-031-0/+19
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-243-3/+27
* [parseopt] Allow for pre-initialised option setsMichael Brown2011-04-241-0/+2
* [efi] Add support for HIIMichael Brown2011-04-086-0/+1316
* [efi] Include MdeModulePkg directory in header import listMichael Brown2011-04-081-1/+2
* [efi] Add EFI string formatting functionsMichael Brown2011-04-081-0/+23
* [device] Make driver name a generic device propertyMichael Brown2011-04-086-8/+3Star
* [efi] Synchronise EFI header filesMichael Brown2011-03-3112-33/+100