aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [infiniband] Create a general management agentMichael Brown2009-07-176-7/+534
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-175-20/+23
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-177-113/+124
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-178-18/+22
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-174-19/+35
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-174-137/+204
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-174-1/+1
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-1712-58/+49
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-174-9/+29
* [scsi] Improve SCSI debuggingMichael Brown2009-07-171-9/+26
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-174-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/+3
* [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/+6
* [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-231-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/+0
* [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