aboutsummaryrefslogtreecommitdiff
path: root/src/usr/ifmgmt.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-07[device] Make driver name a generic device propertyMichael Brown1-2/+3
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown1-1/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-4/+4
2010-03-23[netdevice] Add netdev_is_open() wrapper functionMichael Brown1-1/+1
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown1-1/+1
2009-06-24[ifmgmt] Move link-up status messages from autoboot() to iflinkwait()Joshua Oreman1-7/+27
2009-06-24[netdevice] Add mechanism for reporting detailed link status codesMichael Brown1-0/+4
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-01-27[ui] Allow Ctrl-C to cancel wait for net device link-upMichael Brown1-0/+9
2008-11-08[netdevice] Retain and report detailed error breakdownsMichael Brown1-2/+23
2008-04-22[NETDEV] Add notion of link stateMichael Brown1-1/+23
2007-07-05Allow recording of TX and RX errors to aid in end-user debugging.Michael Brown1-2/+3
2007-07-03Add trivial net device statistics (TX and RX packet count), reportedMichael Brown1-2/+3
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown1-2/+3
2007-01-10Added network interface management commandsMichael Brown1-0/+66