summaryrefslogtreecommitdiffstats
path: root/src/net/netdev_settings.c
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Add "hwaddr" settingMichael Brown2017-09-061-5/+30
* [netdevice] Limit MTU by hardware maximum frame lengthMichael Brown2017-01-251-7/+15
* [netdevice] Allow MTU to be changed at runtimeMichael Brown2017-01-231-0/+61
* [netdevice] Return ENOENT for an unknown bus typeMichael Brown2016-03-291-1/+2
* [netdevice] Add "ifname" settingAndrew Widdersheim2016-01-181-0/+22
* [netdevice] Add missing bus types to netdev_fetch_bustype()Michael Brown2015-03-181-0/+4
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-051-5/+5
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-7/+8
* [linux] Give tap devices a name and bus typeMichael Brown2013-08-271-1/+2
* [settings] Clarify usage of the term "named setting"Michael Brown2013-07-181-1/+1
* [settings] Make "netX" settings block function as a symbolic linkMichael Brown2013-07-131-0/+49
* [netdevice] Add "bustype" and "busloc" settingsMichael Brown2013-07-121-0/+60
* [netdevice] Reset MAC address when asked to clear the "mac" settingMichael Brown2013-05-161-3/+11
* [netdevice] Add "chip" settingMichael Brown2013-05-161-26/+131
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-011-17/+0Star
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-2/+2
* [settings] Reject attempts to change a network device's bus IDMichael Brown2011-03-231-0/+2
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-221-0/+18
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-4/+4
* [settings] Add Bus ID settingShao Miller2009-12-141-0/+18
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-261-4/+14
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-22/+17Star
* [Settings] Implement simple_settings backed with extensible DHCP optionsMichael Brown2008-03-221-4/+4
* [Settings] Add per-netdevice settings blockMichael Brown2008-03-201-0/+95