summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* trigger proto attach from config.cFelix Fietkau2011-09-041-1/+8
* make bridge configuration more dynamicFelix Fietkau2011-09-041-2/+37
* add support for multiple config_param_list::next pointersFelix Fietkau2011-07-291-2/+12
* s/config_device_inits/config_init_devices/Felix Fietkau2011-07-291-2/+2
* s/alloc_interface/interface_alloc/Felix Fietkau2011-07-291-1/+1
* s/start_pending_interfaces/interface_start_pending/Felix Fietkau2011-07-291-1/+1
* s/init_device/device_init/Felix Fietkau2011-07-291-2/+2
* s/cleanup_devices/device_free_all/Felix Fietkau2011-07-291-1/+1
* use uci_to_blob for creating devicesFelix Fietkau2011-07-291-83/+5
* implement uci-to-blobmsg conversion as an abstraction between uci and the res...Felix Fietkau2011-07-291-31/+94
* add some infrastructure code for proto handlersFelix Fietkau2011-04-131-1/+1
* make uci_network staticFelix Fietkau2011-04-051-1/+1
* add code for cleaning up unused devices mentioned in the configFelix Fietkau2011-04-051-0/+1