summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* do not memcmp padding bytes in config_diffFelix Fietkau2011-10-031-1/+1
* more changes for config reload handlingFelix Fietkau2011-10-031-9/+43
* add functions for checking for config differencesFelix Fietkau2011-10-031-0/+68
* force the uci savedir for the dummy variantFelix Fietkau2011-10-031-0/+1
* use a common function for creating devices that avoids creating duplicatesFelix Fietkau2011-10-031-4/+8
* manage interfaces via vlistFelix Fietkau2011-10-021-15/+12
* only override the uci conf dir in dummy modeFelix Fietkau2011-10-021-0/+2
* move more stuff out of netifd.hFelix Fietkau2011-09-071-3/+6
* make config_init_devices staticFelix Fietkau2011-09-051-1/+1
* constifyFelix Fietkau2011-09-051-1/+1
* add config state trackingFelix Fietkau2011-09-051-0/+12
* improve interface for cleaning up unused devicesFelix Fietkau2011-09-051-1/+1
* remove the uci dependency from protocol handlersFelix Fietkau2011-09-041-1/+5
* fix compiler warningsFelix Fietkau2011-09-041-1/+1