summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [malloc] Discard all cached data on shutdownMichael Brown2012-05-041-0/+25
* [menu] Add "--default" option to "choose" commandMichael Brown2012-04-293-7/+16
* [realtek] Support RTL8139 cards within generic Realtek driverMichael Brown2012-04-283-649/+400Star
* [http] Fix typo in memory allocationKevin Tran2012-04-271-1/+1
* [myson] Replace driver for Myson Technology NICsMichael Brown2012-04-274-1022/+869Star
* [natsemi] Fix test for addresses below 4GBMichael Brown2012-04-271-2/+2
* [natsemi] Replace driver for National Semicondutor NICsMichael Brown2012-04-264-1682/+1108Star
* [crypto] Do not allow build-time cryptography settings to be overriddenMichael Brown2012-04-242-63/+101
* [crypto] Allow client certificate to be changed without a rebuildMichael Brown2012-04-242-9/+98
* [build] Use $(xxx_DEPS) for additional dependency informationMichael Brown2012-04-241-95/+95
* [util] Remove obsolete Makefile rule for util/prototester.cMarin Hannache2012-04-241-8/+2Star
* [image] Remove non-working image loadersMarin Hannache2012-04-246-813/+0Star
* [intel] Replace driver for Intel Gigabit NICsMichael Brown2012-04-2465-47324/+1199Star
* [http] Avoid using stack-allocated memory in http_step()Michael Brown2012-04-241-14/+32
* [script] Avoid using stack-allocated memory in process_line()Michael Brown2012-04-231-14/+15
* [xfer] Avoid using stack-allocated memory in xfer_printf()Michael Brown2012-04-231-7/+19
* [realtek] Update link state when device is openedMichael Brown2012-04-231-0/+3
* [netdevice] Allow network device to update link state before checkingMichael Brown2012-04-211-0/+3
* [skel] Add skeleton network driverMichael Brown2012-04-213-0/+332
* [efi] Fix compiler warning in elf2efi.cMichael Brown2012-04-211-0/+4
* [efi] Update link state in SNP device mode dataMichael Brown2012-04-191-2/+15
* [crypto] Allow trusted root certificate to be changed without a rebuildMichael Brown2012-04-193-2/+69
* [settings] Add fetch_setting_copy()Michael Brown2012-04-192-0/+42
* [multiboot] Place multiboot modules low in memoryMichael Brown2012-04-194-52/+69
* [realtek] Replace driver for Realtek Gigabit NICsMichael Brown2012-04-185-2718/+985Star
* [mii] Add generic MII reset functionMichael Brown2012-04-183-0/+172
* [mii] Synchronise constants with current Linux include/linux/mii.hMichael Brown2012-04-182-117/+113Star
* [mii] Remove unused functionalityMichael Brown2012-04-182-206/+0Star
* [util] Add utility to generate list of supported network cardsRobin Smidsrød2012-04-182-1/+589
* [vmware] Allow settings to be specified in the VMware .vmx fileMichael Brown2012-04-174-1/+287
* [tftp] Allow builds without TFTP supportMichael Brown2012-04-172-8/+8
* [settings] Split fetching and storing out of setting type handlersMichael Brown2012-04-174-273/+353
* [test] Add self-tests for setting typesMichael Brown2012-04-173-0/+281
* [libc] Allow strtoul() to interpret negative numbersMichael Brown2012-04-174-4/+25
* [multiboot] Include full image URI in command lineMichael Brown2012-04-151-21/+30
* [linux] Fix a build error on some platformsMarin Mareo Hannache2012-04-101-1/+1
* [tftp] Remove configuration option for tftmMarin Mareo Hannache2012-04-102-4/+0Star
* [build] Enable warnings when building utilitiesMichael Brown2012-04-108-40/+39Star
* [igbvf] Add i350 virtual function supportErik Jacobson2012-04-102-1/+3
* [e1000e] Basic 82579 supportDaniel Hokka Zakrisson2012-04-107-15/+67
* [tls] Fix wrong memset in function tls_clear_cipherStefan Weil2012-04-101-1/+1
* [crypto] Fix wrong setup in function aes_wrapStefan Weil2012-04-101-1/+1
* [int13] Fix compilation on some versions of gccMichael Brown2012-04-101-4/+3Star
* [syslog] Add basic support for encrypted syslog via TLSMichael Brown2012-04-104-0/+282
* [elf] Avoid attempting to load 64-bit ELF binariesMichael Brown2012-04-091-1/+10
* [image] Fix use-after-free in debug messagesMichael Brown2012-03-301-3/+3
* [menu] Fix default selection when default is item 0Michael Brown2012-03-301-2/+2
* [int13] Add support for emulating floppy disk drivesMichael Brown2012-03-303-56/+297
* [comboot] Remove COMBOOT image support by defaultMichael Brown2012-03-291-1/+0Star
* [menu] Add menu commandsMichael Brown2012-03-297-0/+312