summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* netifd:Make sure interface device config is also cachedHans Dedecker2015-03-191-1/+1
* netifd: Set interface device config when device has old settingsHans Dedecker2015-02-171-1/+1
* Revert "interface: do not set device_config where only the ifname option matc...Felix Fietkau2015-02-161-1/+1
* netifd: Remove unnecessary default_config check in config_parse_interfaceHans Dedecker2015-02-091-1/+1
* netifd: set current_config for simple devices when parsing device configHans Dedecker2015-02-091-0/+1
* interface: suppress unnecessary device config overridesFelix Fietkau2015-01-241-1/+2
* device: simplify config blob memory allocation handlingFelix Fietkau2015-01-241-1/+1
* interface: do not set device_config where only the ifname option matchesFelix Fietkau2015-01-241-1/+1
* device: apply config changes from device sectionsFelix Fietkau2015-01-241-1/+1
* device: set dev->default_config to false for devices parsed from configFelix Fietkau2015-01-231-1/+4
* device: add support for specifying a configuration for simple vlan devicesFelix Fietkau2015-01-231-4/+16
* config: use sprintf instead of asprintfFelix Fietkau2014-10-241-6/+4
* config: define _GNU_SOURCE for asprintfFelix Fietkau2014-10-071-0/+1
* wireless: display anonymous interface section names using index based extende...Felix Fietkau2014-10-041-1/+27
* Reorder alfabetically device type matching as they are growing in numberGioacchino Mazzurco2014-06-111-7/+7
* Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco2014-06-111-0/+4
* config: add support for disabling interfacesFelix Fietkau2014-04-211-1/+5
* config: ignore config parser errorsFelix Fietkau2014-03-311-0/+1
* uci: Allow setting the UCI config path on the command lineMatthias Schiffer2014-03-191-1/+3
* wireless: show the virtual interface section name in wireless statusFelix Fietkau2013-11-301-1/+1
* add initial support for handling wireless devices via scriptsFelix Fietkau2013-11-291-0/+85
* interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...Felix Fietkau2013-10-191-3/+2
* interface: remove "dynamic" argument for interface_init, add the interface_se...Felix Fietkau2013-10-191-1/+1
* Add ubus function to create nested interfacesSteven Barth2013-10-171-1/+1
* device: add macvlan supportFelix Fietkau2013-10-031-0/+2
* config: use the new uci_blob library codeFelix Fietkau2013-06-101-190/+1
* config: replace config_memdup with blob_memdup from libuboxFelix Fietkau2013-06-101-14/+0
* Add support for ip rulesJo-Philipp Wich2013-04-041-0/+33
* Rewrite IPv6 prefix assignmentSteven Barth2013-04-031-0/+1
* Initial IPv6 prefix supportSteven Barth2013-01-151-0/+14
* free unused devices after cleaning up interfaces to get rid of recently-freed...Felix Fietkau2012-10-191-1/+1
* add simple device config params to interface blob attributes, and add a flag ...Felix Fietkau2012-07-121-13/+27
* add interface alias supportFelix Fietkau2012-05-231-9/+26
* add copyright headersFelix Fietkau2012-05-041-0/+13
* parse tunnel devices from configFelix Fietkau2012-03-151-4/+9
* update the interface list version on config reload, fixes removing old interf...Felix Fietkau2012-02-031-0/+2
* fix use-after-free on config reloadFelix Fietkau2011-12-041-0/+8
* do not hardcode config package in config_init_package()Felix Fietkau2011-11-081-1/+1
* add support for configuring static routesFelix Fietkau2011-10-191-0/+36
* minor cleanupFelix Fietkau2011-10-191-13/+16
* rename config_init_interfaces to config_init_allFelix Fietkau2011-10-191-1/+1
* remove the argument to config_init_interfacesFelix Fietkau2011-10-191-4/+1
* rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau2011-10-191-0/+3
* apply device settings to simple devices with config specified from the interf...Felix Fietkau2011-10-191-0/+18
* config: remove unused variable (fix cc error)Steven Barth2011-10-071-2/+0
* only free unused devices after the final config initFelix Fietkau2011-10-061-1/+1
* prevent deletion devices that are part of the current configurationFelix Fietkau2011-10-061-0/+2
* rename a variable for clarityFelix Fietkau2011-10-051-0/+1
* add better debug messages for interface create/remove/updateFelix Fietkau2011-10-051-2/+0
* rework debugging code, add debugging levelsFelix Fietkau2011-10-041-2/+2