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
2020-07-19
config: enable bridge vlan filtering by default for bridges that define VLANs
Felix Fietkau
2020-07-19
bridge: add support for VLAN filtering
Felix Fietkau
2020-06-04
netifd: wireless: add support for tracking wifi-station sections
John Crispin
2020-06-04
netifd: wireless: add support for tracking wifi-vlan sections
John Crispin
2019-04-15
interface: add neighbor config support
meurisa
2018-11-26
config: fix resource leaks on error in config_parse_interface()
Hans Dedecker
2018-11-13
interface: rework code to get rid of interface_set_dynamic
Hans Dedecker
2018-02-26
remove rps/xps configuration support
Felix Fietkau
2017-10-06
config: suppress error if no wireless config present (FS#1030)
Hans Dedecker
2017-08-22
allow setting rps/xps defualt values via uci
John Crispin
2017-04-05
netifd: propagate error code on netifd_reload()
Alexandru Ardelean
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
[next]