index
:
openwrt/netifd
fix-dynamic-routing
master
priority-fix
priority-fix-19.07
OpenWrt Network interface configuration daemon
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
config.c
Age
Commit message (
Expand
)
Author
2016-08-26
device: add device handler list
Arne Kappen
2016-08-26
device: prepare for adding device handlers dynamically
Arne Kappen
2015-05-12
netifd: Support for configurable default packet steering behavior
Hans Dedecker
2015-04-19
interface: remove obsolete device config apply code
Felix Fietkau
2015-03-19
netifd:Make sure interface device config is also cached
Hans Dedecker
2015-02-17
netifd: Set interface device config when device has old settings
Hans Dedecker
2015-02-16
Revert "interface: do not set device_config where only the ifname option matc...
Felix Fietkau
2015-02-09
netifd: Remove unnecessary default_config check in config_parse_interface
Hans Dedecker
2015-02-09
netifd: set current_config for simple devices when parsing device config
Hans Dedecker
2015-01-24
interface: suppress unnecessary device config overrides
Felix Fietkau
2015-01-24
device: simplify config blob memory allocation handling
Felix Fietkau
2015-01-24
interface: do not set device_config where only the ifname option matches
Felix Fietkau
2015-01-24
device: apply config changes from device sections
Felix Fietkau
2015-01-23
device: set dev->default_config to false for devices parsed from config
Felix Fietkau
2015-01-23
device: add support for specifying a configuration for simple vlan devices
Felix Fietkau
2014-10-24
config: use sprintf instead of asprintf
Felix Fietkau
2014-10-07
config: define _GNU_SOURCE for asprintf
Felix Fietkau
2014-10-04
wireless: display anonymous interface section names using index based extende...
Felix Fietkau
2014-06-11
Reorder alfabetically device type matching as they are growing in number
Gioacchino Mazzurco
2014-06-11
Add vlan 802.1q/802.1ad support as netifd devices
Gioacchino Mazzurco
2014-04-21
config: add support for disabling interfaces
Felix Fietkau
2014-03-31
config: ignore config parser errors
Felix Fietkau
2014-03-19
uci: Allow setting the UCI config path on the command line
Matthias Schiffer
2013-11-30
wireless: show the virtual interface section name in wireless status
Felix Fietkau
2013-11-29
add initial support for handling wireless devices via scripts
Felix Fietkau
2013-10-19
interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...
Felix Fietkau
2013-10-19
interface: remove "dynamic" argument for interface_init, add the interface_se...
Felix Fietkau
2013-10-17
Add ubus function to create nested interfaces
Steven Barth
2013-10-03
device: add macvlan support
Felix Fietkau
2013-06-10
config: use the new uci_blob library code
Felix Fietkau
2013-06-10
config: replace config_memdup with blob_memdup from libubox
Felix Fietkau
2013-04-04
Add support for ip rules
Jo-Philipp Wich
2013-04-03
Rewrite IPv6 prefix assignment
Steven Barth
2013-01-15
Initial IPv6 prefix support
Steven Barth
2012-10-19
free unused devices after cleaning up interfaces to get rid of recently-freed...
Felix Fietkau
2012-07-12
add simple device config params to interface blob attributes, and add a flag ...
Felix Fietkau
2012-05-23
add interface alias support
Felix Fietkau
2012-05-04
add copyright headers
Felix Fietkau
2012-03-15
parse tunnel devices from config
Felix Fietkau
2012-02-03
update the interface list version on config reload, fixes removing old interf...
Felix Fietkau
2011-12-04
fix use-after-free on config reload
Felix Fietkau
2011-11-08
do not hardcode config package in config_init_package()
Felix Fietkau
2011-10-19
add support for configuring static routes
Felix Fietkau
2011-10-19
minor cleanup
Felix Fietkau
2011-10-19
rename config_init_interfaces to config_init_all
Felix Fietkau
2011-10-19
remove the argument to config_init_interfaces
Felix Fietkau
2011-10-19
rework device hotplug handling some more, add device_lock/device_unlock to pr...
Felix Fietkau
2011-10-19
apply device settings to simple devices with config specified from the interf...
Felix Fietkau
2011-10-07
config: remove unused variable (fix cc error)
Steven Barth
2011-10-06
only free unused devices after the final config init
Felix Fietkau
[next]