summaryrefslogtreecommitdiffstats
path: root/src/usr/ifmgmt.c
Commit message (Expand)AuthorAgeFilesLines
* [ifmgmt] Include human-readable error message for configuration failureMichael Brown2016-03-081-0/+6
* [netdevice] Add a generic concept of a "blocked link"Michael Brown2015-06-251-1/+2
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [ifmgmt] Do not sleep CPU while configuring network devicesMichael Brown2014-06-011-4/+0Star
* [ifmgmt] Add ifconf() to carry out network device configurationMichael Brown2013-11-051-2/+87
* [ifmgmt] Rewrite iflinkwait() to use monojob_wait()Michael Brown2013-11-051-36/+92
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [netdevice] Allow network device to update link state before checkingMichael Brown2012-04-211-0/+3
* [device] Make driver name a generic device propertyMichael Brown2011-04-081-2/+3
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-091-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-4/+4
* [netdevice] Add netdev_is_open() wrapper functionMichael Brown2010-03-231-1/+1
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-1/+1
* [ifmgmt] Move link-up status messages from autoboot() to iflinkwait()Joshua Oreman2009-06-241-7/+27
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-241-0/+4
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [ui] Allow Ctrl-C to cancel wait for net device link-upMichael Brown2009-01-271-0/+9
* [netdevice] Retain and report detailed error breakdownsMichael Brown2008-11-081-2/+23
* [NETDEV] Add notion of link stateMichael Brown2008-04-221-1/+23
* Allow recording of TX and RX errors to aid in end-user debugging.Michael Brown2007-07-051-2/+3
* Add trivial net device statistics (TX and RX packet count), reportedMichael Brown2007-07-031-2/+3
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-2/+3
* Added network interface management commandsMichael Brown2007-01-101-0/+66