Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-21 | config: add support for disabling interfaces | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2014-03-31 | config: ignore config parser errors | Felix Fietkau | |
This helps with keeping routers reachable when there are typos in the network config. Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2014-03-19 | uci: Allow setting the UCI config path on the command line | Matthias Schiffer | |
Add a -c switch which allows setting an alternative UCI path instead of using the libuci default. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> | |||
2013-11-30 | wireless: show the virtual interface section name in wireless status | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-29 | add initial support for handling wireless devices via scripts | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | interface: rework code to get rid of arbitrary IFNAMSIZ limitation for ↵ | Felix Fietkau | |
interface names Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | interface: remove "dynamic" argument for interface_init, add the ↵ | Felix Fietkau | |
interface_set_dynamic function instead Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-17 | Add ubus function to create nested interfaces | Steven Barth | |
2013-10-03 | device: add macvlan support | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2013-06-10 | config: use the new uci_blob library code | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-06-10 | config: replace config_memdup with blob_memdup from libubox | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
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 | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2012-10-19 | free unused devices after cleaning up interfaces to get rid of ↵ | Felix Fietkau | |
recently-freed bridge devices | |||
2012-07-12 | add simple device config params to interface blob attributes, and add a flag ↵ | Felix Fietkau | |
that indicates if it is present | |||
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 ↵ | Felix Fietkau | |
interfaces | |||
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 ↵ | Felix Fietkau | |
prevent use-after-free bugs | |||
2011-10-19 | apply device settings to simple devices with config specified from the ↵ | Felix Fietkau | |
interface section (legacy format compatibility), but only if no other config was provided | |||
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 | |
2011-10-06 | prevent deletion devices that are part of the current configuration | Felix Fietkau | |
2011-10-05 | rename a variable for clarity | Felix Fietkau | |
2011-10-05 | add better debug messages for interface create/remove/update | Felix Fietkau | |
2011-10-04 | rework debugging code, add debugging levels | Felix Fietkau | |
2011-10-03 | do not memcmp padding bytes in config_diff | Felix Fietkau | |
2011-10-03 | more changes for config reload handling | Felix Fietkau | |
2011-10-03 | add functions for checking for config differences | Felix Fietkau | |
2011-10-03 | force the uci savedir for the dummy variant | Felix Fietkau | |
2011-10-03 | use a common function for creating devices that avoids creating duplicates | Felix Fietkau | |
2011-10-02 | manage interfaces via vlist | Felix Fietkau | |
2011-10-02 | only override the uci conf dir in dummy mode | Felix Fietkau | |
2011-09-07 | move more stuff out of netifd.h | Felix Fietkau | |
2011-09-05 | make config_init_devices static | Felix Fietkau | |
2011-09-05 | constify | Felix Fietkau | |
2011-09-05 | add config state tracking | Felix Fietkau | |
2011-09-05 | improve interface for cleaning up unused devices | Felix Fietkau | |
2011-09-04 | remove the uci dependency from protocol handlers | Felix Fietkau | |
2011-09-04 | fix compiler warnings | Felix Fietkau | |
2011-09-04 | trigger proto attach from config.c | Felix Fietkau | |
2011-09-04 | make bridge configuration more dynamic | Felix Fietkau | |