summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: rework/fix device free handlingFelix Fietkau2021-09-271-3/+0
* config: fix ifname->ports compat renameFelix Fietkau2021-05-201-4/+11
* bridge: rename "ifname" attribute to "ports"Rafał Miłecki2021-05-181-1/+22
* config: parse default mac address from board.jsonFelix Fietkau2020-11-301-0/+56
* bridge-vlan: add support for defining aliases for vlan idsFelix Fietkau2020-11-201-0/+6
* config: initialize bridge and bridge vlans before other devicesFelix Fietkau2020-11-181-3/+7
* bridge: only overwrite implicit vlan assignment if vlans are configuredFelix Fietkau2020-11-051-6/+16
* bridge: add support for defining port member vlans via hotplug opsFelix Fietkau2020-10-281-0/+1
* config: enable bridge vlan filtering by default for bridges that define VLANsFelix Fietkau2020-07-191-0/+47
* bridge: add support for VLAN filteringFelix Fietkau2020-07-191-0/+122
* netifd: wireless: add support for tracking wifi-station sectionsJohn Crispin2020-06-041-0/+29
* netifd: wireless: add support for tracking wifi-vlan sectionsJohn Crispin2020-06-041-4/+38
* interface: add neighbor config supportmeurisa2019-04-151-2/+17
* config: fix resource leaks on error in config_parse_interface()Hans Dedecker2018-11-261-1/+2
* interface: rework code to get rid of interface_set_dynamicHans Dedecker2018-11-131-1/+1
* remove rps/xps configuration supportFelix Fietkau2018-02-261-21/+0
* config: suppress error if no wireless config present (FS#1030)Hans Dedecker2017-10-061-2/+9
* allow setting rps/xps defualt values via uciJohn Crispin2017-08-221-1/+16
* netifd: propagate error code on netifd_reload()Alexandru Ardelean2017-04-051-2/+8
* device: add device handler listArne Kappen2016-08-261-21/+16
* device: prepare for adding device handlers dynamicallyArne Kappen2016-08-261-1/+1
* netifd: Support for configurable default packet steering behaviorHans Dedecker2015-05-121-0/+6
* interface: remove obsolete device config apply codeFelix Fietkau2015-04-191-21/+1
* 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