summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [pxe] Create pxe_[de]activate() wrapper functionsMichael Brown2009-06-284-40/+61
* [pxe] Make pxe_init_structures() an initialisation functionMichael Brown2009-06-284-6/+7
* [pxe] Update UNDI transmit count before transmitting packetMichael Brown2009-06-271-4/+8
* [pxe] Implement PXENV_UNDI_{GET,SET}_MCAST_ADDRESSMichael Brown2009-06-271-15/+42
* [pxe] Improve pxe_undi debug messagesMichael Brown2009-06-272-32/+93
* [hci] Expose ifcommon_exec() in a local header so wireless commands can use itJoshua Oreman2009-06-242-1/+32
* [dhcp] Await link-up before starting DHCPJoshua Oreman2009-06-242-7/+6Star
* [ifmgmt] Move link-up status messages from autoboot() to iflinkwait()Joshua Oreman2009-06-242-12/+28
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-244-8/+48
* [comboot] Implement INT 22h AX=000Bh (Get Serial Console Configuration)Daniel Verkamp2009-06-241-1/+9
* [pxe] Fix interoperability with the Symantec (undipd) DOS UNDI driverMichael Brown2009-06-231-1/+1
* [pxe] Fix interoperability with the Intel DOS UNDI driverMichael Brown2009-06-232-1/+23
* [pxe] Fix interoperability with the 3Com DOS UNDI driverMichael Brown2009-06-231-2/+15
* [rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRAMichael Brown2009-06-231-13/+18
* [undi] Include PXENV_GET_IFACE_INFO's ServiceFlags in debug outputMichael Brown2009-06-231-2/+3
* [e1000] Ensure descriptor is fully written before sending packetMichael Brown2009-06-231-0/+1
* [tcp] Avoid rewinding sequence numbers on receiving old duplicate ACKsMichael Brown2009-06-231-27/+31
* [tcp] Attempt to catch all possible error cases with debug messagesMichael Brown2009-06-231-11/+36
* [tcp] Include current sequence numbers in "timer expired" messagesMichael Brown2009-06-231-2/+3
* [tcp] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown2009-06-231-21/+21
* [image] Modify imgfree command to accept an argumentJoshua Oreman2009-06-231-5/+18
* [netdevice] Adjust maximum link-layer header length for 802.11Joshua Oreman2009-06-231-4/+5
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-236-17/+30
* [nvs] Add init function for Atmel 93C66 EEPROMJoshua Oreman2009-06-231-0/+13
* [tcp] Improve robustness in the presence of duplicated received packetsMichael Brown2009-06-232-13/+38
* [settings] Fix setting_cmp() to handle nameless settingsShao Miller2009-06-131-2/+6
* [netdevice] Fix incorrect value for MAX_LL_HEADER_LENMichael Brown2009-06-051-3/+11
* [script] Allow for DOS-style line endings in scriptsMichael Brown2009-06-035-19/+59
* [misc] Remove long-obsolete header files dating from Etherboot 5.4Michael Brown2009-06-032-70/+0Star
* [misc] Fix source files erroneously marked as executableMichael Brown2009-06-026-0/+0
* [spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown2009-05-284-18/+95
* [build] Add -fno-dwarf2-cfi-asm to CFLAGS if supported by the gcc in useMichael Brown2009-05-271-0/+10
* [comboot] Implement stub calls for auxiliary data vector handlingDaniel Verkamp2009-05-261-1/+12
* [ethernet] Add MII link status functions from LinuxDaniel Verkamp2009-05-262-0/+206
* [ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp2009-05-2613-535/+127Star
* [ethernet] Move struct mii_if_info to mii.hDaniel Verkamp2009-05-263-13/+21
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-266-99/+297
* [multiboot] Include argv[0] as part of "command line"Michael Brown2009-05-261-5/+6
* [dhcp] Choose ProxyDHCP port based on presence of PXE optionsMichael Brown2009-05-221-6/+22
* [serial] Define constants for serial port I/O addressesThomas Miletich2009-05-211-1/+6
* [tftp] Process OACKs even if malformedMichael Brown2009-05-201-12/+28
* [settings] Fix erroneous bit-masking in fetch_uintz_setting()Michael Brown2009-05-201-1/+2
* [dhcp] Send broadcast PXE boot server discovery requests to port 67Michael Brown2009-05-201-6/+8
* [dhcp] Perform ProxyDHCP only if we do not already have PXE optionsMichael Brown2009-05-201-2/+6
* [legal] Add FILE_LICENCE declaration to romprefix.SMichael Brown2009-05-181-0/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-18518-2/+1039
* [legal] Add licence.pl and %.licence make targetMichael Brown2009-05-183-1/+144
* [legal] Add mechanism for explicit per-file licence declarationsMichael Brown2009-05-181-0/+101
* [legacy] Remove long-obsolete old dhcp.h fileMichael Brown2009-05-182-14/+0Star
* [pxeprefix] Work around bug in Etherboot 5.4 when loading undionly.kpxeMichael Brown2009-04-301-5/+55