aboutsummaryrefslogtreecommitdiff
path: root/src/usr/ifmgmt.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-26[ifmgmt] Make "ifstat" show the link-layer protocol for each netdevChristian Iversen1-1/+2
2021-01-26[cmdline] Expose "iflinkwait" as a commandMichael Brown1-4/+7
2020-07-22[cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock1-2/+4
2016-03-08[ifmgmt] Include human-readable error message for configuration failureMichael Brown1-0/+6
2015-06-25[netdevice] Add a generic concept of a "blocked link"Michael Brown1-1/+2
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-06-01[ifmgmt] Do not sleep CPU while configuring network devicesMichael Brown1-4/+0
2013-11-05[ifmgmt] Add ifconf() to carry out network device configurationMichael Brown1-2/+87
2013-11-05[ifmgmt] Rewrite iflinkwait() to use monojob_wait()Michael Brown1-36/+92
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-04-21[netdevice] Allow network device to update link state before checkingMichael Brown1-0/+3
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