summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-184-1/+1
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-1812-58/+49Star
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-184-9/+29
* [scsi] Improve SCSI debuggingMichael Brown2009-07-181-9/+26
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-184-30/+33
* [debug] Use a delimiter to break up DBG_HD() outputMichael Brown2009-07-171-1/+2
* [xfer] Always nullify interface while sending close() messageMichael Brown2009-07-062-5/+3Star
* [pxe] Add startpxe and stoppxe commandsMichael Brown2009-06-284-0/+38
* [ifmgmt] Move ifmgmt_cmd.h to include/hciMichael Brown2009-06-282-1/+1
* [ifmgmt] Optimise prototype for ifcommon_exec()Michael Brown2009-06-282-12/+12
* [pxe] Check for unhookable interrupts in PXENV_STOP_UNDIMichael Brown2009-06-281-0/+9
* [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