summaryrefslogtreecommitdiffhomepage
path: root/config.c
AgeCommit message (Expand)Author
2017-10-06config: suppress error if no wireless config present (FS#1030)Hans Dedecker
2017-08-22allow setting rps/xps defualt values via uciJohn Crispin
2017-04-05netifd: propagate error code on netifd_reload()Alexandru Ardelean
2016-08-26device: add device handler listArne Kappen
2016-08-26device: prepare for adding device handlers dynamicallyArne Kappen
2015-05-12netifd: Support for configurable default packet steering behaviorHans Dedecker
2015-04-19interface: remove obsolete device config apply codeFelix Fietkau
2015-03-19netifd:Make sure interface device config is also cachedHans Dedecker
2015-02-17netifd: Set interface device config when device has old settingsHans Dedecker
2015-02-16Revert "interface: do not set device_config where only the ifname option matc...Felix Fietkau
2015-02-09netifd: Remove unnecessary default_config check in config_parse_interfaceHans Dedecker
2015-02-09netifd: set current_config for simple devices when parsing device configHans Dedecker
2015-01-24interface: suppress unnecessary device config overridesFelix Fietkau
2015-01-24device: simplify config blob memory allocation handlingFelix Fietkau
2015-01-24interface: do not set device_config where only the ifname option matchesFelix Fietkau
2015-01-24device: apply config changes from device sectionsFelix Fietkau
2015-01-23device: set dev->default_config to false for devices parsed from configFelix Fietkau
2015-01-23device: add support for specifying a configuration for simple vlan devicesFelix Fietkau
2014-10-24config: use sprintf instead of asprintfFelix Fietkau
2014-10-07config: define _GNU_SOURCE for asprintfFelix Fietkau
2014-10-04wireless: display anonymous interface section names using index based extende...Felix Fietkau
2014-06-11Reorder alfabetically device type matching as they are growing in numberGioacchino Mazzurco
2014-06-11Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco
2014-04-21config: add support for disabling interfacesFelix Fietkau
2014-03-31config: ignore config parser errorsFelix Fietkau
2014-03-19uci: Allow setting the UCI config path on the command lineMatthias Schiffer
2013-11-30wireless: show the virtual interface section name in wireless statusFelix Fietkau
2013-11-29add initial support for handling wireless devices via scriptsFelix Fietkau
2013-10-19interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...Felix Fietkau
2013-10-19interface: remove "dynamic" argument for interface_init, add the interface_se...Felix Fietkau
2013-10-17Add ubus function to create nested interfacesSteven Barth
2013-10-03device: add macvlan supportFelix Fietkau
2013-06-10config: use the new uci_blob library codeFelix Fietkau
2013-06-10config: replace config_memdup with blob_memdup from libuboxFelix Fietkau
2013-04-04Add support for ip rulesJo-Philipp Wich
2013-04-03Rewrite IPv6 prefix assignmentSteven Barth
2013-01-15Initial IPv6 prefix supportSteven Barth
2012-10-19free unused devices after cleaning up interfaces to get rid of recently-freed...Felix Fietkau
2012-07-12add simple device config params to interface blob attributes, and add a flag ...Felix Fietkau
2012-05-23add interface alias supportFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-03-15parse tunnel devices from configFelix Fietkau
2012-02-03update the interface list version on config reload, fixes removing old interf...Felix Fietkau
2011-12-04fix use-after-free on config reloadFelix Fietkau
2011-11-08do not hardcode config package in config_init_package()Felix Fietkau
2011-10-19add support for configuring static routesFelix Fietkau
2011-10-19minor cleanupFelix Fietkau
2011-10-19rename config_init_interfaces to config_init_allFelix Fietkau
2011-10-19remove the argument to config_init_interfacesFelix Fietkau
2011-10-19rework device hotplug handling some more, add device_lock/device_unlock to pr...Felix Fietkau