aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-06-27[pxe] Update UNDI transmit count before transmitting packetMichael Brown1-4/+8
2009-06-27[pxe] Implement PXENV_UNDI_{GET,SET}_MCAST_ADDRESSMichael Brown1-15/+42
2009-06-27[pxe] Improve pxe_undi debug messagesMichael Brown2-32/+93
2009-06-24[hci] Expose ifcommon_exec() in a local header so wireless commands can use itJoshua Oreman2-1/+32
2009-06-24[dhcp] Await link-up before starting DHCPJoshua Oreman2-7/+6
2009-06-24[ifmgmt] Move link-up status messages from autoboot() to iflinkwait()Joshua Oreman2-12/+28
2009-06-24[netdevice] Add mechanism for reporting detailed link status codesMichael Brown4-8/+48
2009-06-23[comboot] Implement INT 22h AX=000Bh (Get Serial Console Configuration)Daniel Verkamp1-1/+9
2009-06-23[pxe] Fix interoperability with the Symantec (undipd) DOS UNDI driverMichael Brown1-1/+1
2009-06-23[pxe] Fix interoperability with the Intel DOS UNDI driverMichael Brown2-1/+23
2009-06-23[pxe] Fix interoperability with the 3Com DOS UNDI driverMichael Brown1-2/+15
2009-06-23[rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRAMichael Brown1-13/+18
2009-06-23[undi] Include PXENV_GET_IFACE_INFO's ServiceFlags in debug outputMichael Brown1-2/+3
2009-06-23[e1000] Ensure descriptor is fully written before sending packetMichael Brown1-0/+1
2009-06-23[tcp] Avoid rewinding sequence numbers on receiving old duplicate ACKsMichael Brown1-27/+31
2009-06-23[tcp] Attempt to catch all possible error cases with debug messagesMichael Brown1-11/+36
2009-06-23[tcp] Include current sequence numbers in "timer expired" messagesMichael Brown1-2/+3
2009-06-23[tcp] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown1-21/+21
2009-06-23[image] Modify imgfree command to accept an argumentJoshua Oreman1-5/+18
2009-06-23[netdevice] Adjust maximum link-layer header length for 802.11Joshua Oreman1-4/+5
2009-06-23[netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman6-17/+30
2009-06-23[nvs] Add init function for Atmel 93C66 EEPROMJoshua Oreman1-0/+13
2009-06-23[tcp] Improve robustness in the presence of duplicated received packetsMichael Brown2-13/+38
2009-06-13[settings] Fix setting_cmp() to handle nameless settingsShao Miller1-2/+6
2009-06-05[netdevice] Fix incorrect value for MAX_LL_HEADER_LENMichael Brown1-3/+11
2009-06-03[script] Allow for DOS-style line endings in scriptsMichael Brown5-19/+59
2009-06-03[misc] Remove long-obsolete header files dating from Etherboot 5.4Michael Brown2-70/+0
2009-06-02[misc] Fix source files erroneously marked as executableMichael Brown6-0/+0
2009-05-28[spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown4-18/+95
2009-05-27[build] Add -fno-dwarf2-cfi-asm to CFLAGS if supported by the gcc in useMichael Brown1-0/+10
2009-05-26[comboot] Implement stub calls for auxiliary data vector handlingDaniel Verkamp1-1/+12
2009-05-26[ethernet] Add MII link status functions from LinuxDaniel Verkamp2-0/+206
2009-05-26[ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp13-535/+127
2009-05-26[ethernet] Move struct mii_if_info to mii.hDaniel Verkamp3-13/+21
2009-05-26[settings] Allow for arbitrarily-named settingsMichael Brown6-99/+297
2009-05-26[multiboot] Include argv[0] as part of "command line"Michael Brown1-5/+6
2009-05-22[dhcp] Choose ProxyDHCP port based on presence of PXE optionsMichael Brown1-6/+22
2009-05-21[serial] Define constants for serial port I/O addressesThomas Miletich1-1/+6
2009-05-20[tftp] Process OACKs even if malformedMichael Brown1-12/+28
2009-05-20[settings] Fix erroneous bit-masking in fetch_uintz_setting()Michael Brown1-1/+2
2009-05-20[dhcp] Send broadcast PXE boot server discovery requests to port 67Michael Brown1-6/+8
2009-05-20[dhcp] Perform ProxyDHCP only if we do not already have PXE optionsMichael Brown1-2/+6
2009-05-18[legal] Add FILE_LICENCE declaration to romprefix.SMichael Brown1-0/+2
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown518-2/+1039
2009-05-18[legal] Add licence.pl and %.licence make targetMichael Brown3-1/+144
2009-05-18[legal] Add mechanism for explicit per-file licence declarationsMichael Brown1-0/+101
2009-05-18[legacy] Remove long-obsolete old dhcp.h fileMichael Brown2-14/+0
2009-04-30[pxeprefix] Work around bug in Etherboot 5.4 when loading undionly.kpxeMichael Brown1-5/+55
2009-04-27[build] Add {PROVIDE,REQUIRE}_SYMBOL macros and tidy up compiler.hMichael Brown1-41/+68
2009-04-26[i386] Remove long-obsolete realmode.c fileMichael Brown1-23/+0