summaryrefslogtreecommitdiffhomepage
path: root/config.c
AgeCommit message (Expand)Author
2020-10-28bridge: add support for defining port member vlans via hotplug opsFelix Fietkau
2020-07-19config: enable bridge vlan filtering by default for bridges that define VLANsFelix Fietkau
2020-07-19bridge: add support for VLAN filteringFelix Fietkau
2020-06-04netifd: wireless: add support for tracking wifi-station sectionsJohn Crispin
2020-06-04netifd: wireless: add support for tracking wifi-vlan sectionsJohn Crispin
2019-04-15interface: add neighbor config supportmeurisa
2018-11-26config: fix resource leaks on error in config_parse_interface()Hans Dedecker
2018-11-13interface: rework code to get rid of interface_set_dynamicHans Dedecker
2018-02-26remove rps/xps configuration supportFelix Fietkau
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