summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [syslog] Disable console when no syslog server is definedMichael Brown2012-02-291-7/+5Star
* [http] Allow for HTTPS-only buildsMichael Brown2012-02-283-859/+889
* [rng] Add RTC-based entropy sourceMichael Brown2012-02-284-1/+298
* [rng] Add entropy sample generatorMichael Brown2012-02-281-0/+70
* [test] Allow self-tests to be run individuallyMichael Brown2012-02-272-6/+31
* [crypto] Use ANS X9.82 Approved get_random_nz() for RSAMichael Brown2012-02-211-2/+9
* [tls] Use ANS X9.82 Approved RBG as source of random data for TLSMichael Brown2012-02-211-9/+35
* [rng] Add get_random_nz() function required by RSA algorithmMichael Brown2012-02-212-0/+91
* [rng] Add ANS X9.82 RBG wrapper functionsMichael Brown2012-02-212-0/+157
* [rng] Add ANS X9.82 mandatory start-up testsMichael Brown2012-02-211-0/+32
* [rng] Add ANS X9.82 mandatory continuous testsMichael Brown2012-02-212-1/+296
* [rng] Add ANS X9.82 Approved Source of Entropy InputMichael Brown2012-02-2112-64/+409
* [rng] Record validity within DRBG stateMichael Brown2012-02-212-4/+15
* [rng] Add missing #include <string.h>Michael Brown2012-02-215-0/+5
* [802.11] Add missing #include <string.h>Michael Brown2012-02-214-0/+4
* [udp] Propagate transmission errors to UDP interface usersMichael Brown2012-02-201-4/+3Star
* [i386] Add missing #include <ipxe/io.h> in pic8259.hMichael Brown2012-02-191-0/+2
* [rng] Add NIST self-tests for Hash_dfMichael Brown2012-02-192-0/+495
* [rng] Add ANS X9.82 Approved Hash_df derivation functionMichael Brown2012-02-192-0/+164
* [efi] Add iPXE download protocolJarrod Johnson2012-02-154-2/+513
* [snpnet] Give up entirely on the transmit queueJarrod Johnson2012-02-121-32/+13Star
* [contrib] Fix rom-o-maticPaul Sands2012-02-126-27/+28
* [prefix] Fix missing underscore in libprefixTill Straumann2012-02-101-1/+1
* [tg3] Remove tg3_calc_dma_bndry()Thomas Miletich2012-02-103-29/+6Star
* [prefix] Delay initrd image copy until memory map is readyMichael Brown2012-02-091-2/+8
* [tg3] Fix compilation on newer gcc versionsChristian Hesse2012-02-093-13/+2Star
* [tg3] New tg3 driverThomas Miletich2012-01-316-3905/+7001
* [rng] Add ANS X9.82 Approved DRBG mechanismMichael Brown2012-01-233-0/+535
* [rng] Add dummy entropy sourceMichael Brown2012-01-232-0/+138
* [rng] Add NIST self-tests for HMAC_DRBGMichael Brown2012-01-232-0/+796
* [rng] Add ANS X9.82 Approved HMAC_DRBG algorithmMichael Brown2012-01-233-0/+496
* [lkrnprefix] Copy command line before installing iPXEMichael Brown2012-01-182-5/+41
* [test] Add self-tests for SHA-1 algorithmMichael Brown2012-01-114-0/+204
* [dns] Allow trailing dots in DNS namesMichael Brown2012-01-111-9/+15
* [vmxnet3] Add VMware vmxnet3 driverMichael Brown2012-01-073-0/+1167
* [pxe] Provide PXENV_FILE_EXIT_HOOK only for ipxelinux.0 buildsMichael Brown2011-12-116-53/+118
* [pxe] Modularise PXE API provisionMichael Brown2011-12-118-468/+272Star
* [pxe] Tidy up debugging outputMichael Brown2011-12-081-13/+16
* [pxe] Check for a valid PXE network device when applicableMichael Brown2011-12-082-11/+213
* [lotest] Accept non-loopback packets during testMichael Brown2011-12-081-58/+86
* [e1000e] Strip the Ethernet CRC from received packetsMichael Brown2011-12-081-1/+1
* [undi] Retry PXENV_UNDI_INITIALIZE multiple timesMichael Brown2011-12-081-8/+30
* [dhcp] Add PXE-mandated DHCP options [128,135] to parameter request listMichael Brown2011-12-061-0/+1
* [e1000] Request notification of TX completionsMichael Brown2011-12-061-1/+1
* [iscsi] Fail immediately if target rejects any of our parametersMichael Brown2011-12-051-12/+39
* [build] Include UNDI PCI driver within all-drivers buildMichael Brown2011-11-161-1/+1
* [arbel] Ensure hardware is quiescent when no interfaces are openMichael Brown2011-11-162-92/+271
* [arbel] Reorder code in preparation for quiescing patchMichael Brown2011-11-151-190/+197
* [hermon] Ensure hardware is quiescent when no interfaces are openMichael Brown2011-11-152-81/+217
* [hermon] Reorder code in preparation for quiescing patchMichael Brown2011-11-151-641/+648