Network Driver Notes | Reference | [[http://www.xml.com/ldd/chapter/book/ch14.html | Linux Device Drivers, 2nd Edition]] | | ifconfig eth0 up | IFF_UP | dev->open() | | ifconfig eth0 down | ? | dev->close() | | ifconfig eth0 hw ether 08:00:00:00:00:01 | ioctl(SIOCSIFADDR) \\ IFF_UP | dev->set_mac_address \\ dev->open |