summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [sanboot] Prevent leaking a stack reference for "keep-san" AoEStefan Hajnoczi2010-01-151-21/+33
* [tftp] Remove unnecessary delay when opening a connectionStefan Hajnoczi2010-01-151-2/+9
* [tftp] Allow fetching larger files by wrapping block numberStefan Hajnoczi2010-01-151-3/+6
* [dhcp] Assume PXE options are in DHCPOFFER only if boot menu is includedJoshua Oreman2010-01-151-2/+2
* [dhcp] Accept ProxyDHCP replies of type DHCPOFFERJoshua Oreman2010-01-151-1/+1
* [skge] Note correct author of akge driverThomas Miletich2010-01-141-4/+5
* [skge] Add driver for skge NICsMarty Connor2010-01-143-0/+5095
* [util] Add diffsize.pl utility for generating diffs of object sizesJoshua Oreman2010-01-141-0/+101
* [makefile] Allow .sizes target to work with funny-named objectsJoshua Oreman2010-01-141-1/+1
* [dhcp] Append new DHCP options versus prependShao Miller2010-01-141-4/+15
* [dhcp] Ensure message type is first DHCP optionShao Miller2010-01-141-0/+1
* [prefix] Add .hrom prefix for a ROM that loads high under PCI3 without PMMJoshua Oreman2010-01-144-0/+28
* [myri10ge] Native driver for Myricom 10Gb Ethernet NICsGlenn Brown2010-01-144-0/+1557
* [pci] Add PCI_COMMAND_INTX_DISABLEGlenn Brown2010-01-141-0/+1
* [forcedeth] Add support for 10de:054c nforce 630a, MCP 67Thomas Horsten2010-01-141-0/+2
* [802.11] Allow connecting to spectrum managed networksJoshua Oreman2010-01-051-6/+0Star
* [config] Enable WPA2 by defaultJoshua Oreman2010-01-051-1/+1
* [wpa] Add CCMP backend (new AES-based cryptosystem)Joshua Oreman2010-01-054-0/+535
* [wpa] Add TKIP backend (legacy RC4-based cryptosystem)Joshua Oreman2010-01-054-1/+593
* [wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)Joshua Oreman2010-01-053-0/+127
* [wpa] Add general support for WPA-protected 802.11 networksJoshua Oreman2010-01-053-0/+1477
* [eapol] Add basic support for 802.1X EAP over LANsJoshua Oreman2010-01-054-0/+199
* [802.11] Add support for WEP-protected networksJoshua Oreman2010-01-054-0/+317
* [iwmgmt] Add wireless management commands and text for common errorsJoshua Oreman2010-01-058-0/+490
* [802.11] Add core support for detecting and using encrypted networksJoshua Oreman2010-01-056-203/+1127
* [crypto] Add a placeholder for a proper random number generatorJoshua Oreman2010-01-052-0/+57
* [crypto] Add AES key-wrap mode (RFC 3394)Joshua Oreman2010-01-052-0/+126
* [crypto] Make AES context size and algorithm structure externally availableJoshua Oreman2010-01-052-12/+18
* [crypto] Add parentheses around len argument in blocksize assertJoshua Oreman2010-01-051-2/+2
* [digest] Add HMAC-SHA1 based pseudorandom function and PBKDF2Joshua Oreman2010-01-052-0/+174
* [cipher] Add the ARC4 stream cipherJoshua Oreman2010-01-052-0/+153
* [digest] Add generic CRC32 functionJoshua Oreman2010-01-052-0/+64
* [e1000] Remove deprecated IRQ_FORCE action from e1000_irq()Thomas Miletich2010-01-051-23/+4Star
* [build] Pad .hd image type to 32 KBStefan Hajnoczi2009-12-151-1/+1
* [multiboot] Build memory map after shutting down and unhiding gPXEStefan Hajnoczi2009-12-141-2/+6
* [settings] Add Bus ID settingShao Miller2009-12-143-4/+21
* [eepro100] Add missing FILE_LICENCE() to eepro100.hThomas Miletich2009-12-141-0/+2
* [e1000] Enable interrupts in a more UNDI compatible wayThomas Miletich2009-11-251-2/+1Star
* [eepro100] Convert to native gPXE APIThomas Miletich2009-11-222-639/+1197
* [e1000] Use the alternate MAC in NVRAM when availableAlex Williamson2009-11-222-3/+51
* [e1000] Implement zero-copy receiveThomas Miletich2009-11-221-63/+83
* [e820mangler] Add missing CLC ins. for success pathShao Miller2009-11-211-0/+1
* [uri] Fix outdated comment in parse_uri()sobtwmxt2009-11-211-1/+1
* [linker] Add mechanism for subsystem-dependent configuration optionsJoshua Oreman2009-11-213-0/+24
* [linker] Expand and correct symbol requirement macrosJoshua Oreman2009-11-214-10/+98
* [pxebs] Consistently interpret PXE type field as little-endianJoshua Oreman2009-11-211-1/+1
* [int13] Guard against BIOSes that "fix" the drive countMichael Brown2009-11-181-6/+48
* [int13] Fix number of sectors returned by INT 13,15Michael Brown2009-11-181-2/+6
* [autoboot] Ensure that an error message is always printed for a boot failureMichael Brown2009-11-183-18/+16Star
* [linda] Re-import the latest register definitionsMichael Brown2009-11-161-6/+4Star