summaryrefslogtreecommitdiffstats
path: root/src/usr/ifmgmt.c
Commit message (Expand)AuthorAgeFilesLines
* [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